generated from coulomb/repo-seed
Documentation, terminology repo cleanup.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Repository Ability Registry
|
||||
# Repository Scoping
|
||||
|
||||
The Repository Ability Registry maps repositories from usefulness to implementation:
|
||||
Repository Scoping maps repositories from usefulness to implementation:
|
||||
|
||||
```text
|
||||
Ability -> Capability -> Feature -> Evidence -> Code location
|
||||
```
|
||||
|
||||
The first implementation slice is a Python registry core plus FastAPI HTTP API and a small curator UI. Repository registration imports basic metadata from the repository itself, then analysis builds observed facts and candidate review entries.
|
||||
The implementation is a Python registry core plus FastAPI HTTP API and a small curator UI. Repository registration imports basic metadata from the repository itself, then analysis builds observed facts and candidate review entries.
|
||||
|
||||
## Local Development
|
||||
|
||||
@@ -30,7 +30,7 @@ Run the API:
|
||||
uvicorn repo_registry.web_api.app:app --reload
|
||||
```
|
||||
|
||||
The API creates a local SQLite database at `var/repo-registry.sqlite3` by default.
|
||||
The API creates a local SQLite database at `var/repo-registry.sqlite3` by default. The database path, `REPO_REGISTRY_` environment prefix, and `repo_registry` Python package name remain compatibility details after the product rename to Repository Scoping.
|
||||
|
||||
## First API Loop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user