Finalize repo-scoping runtime rename
This commit is contained in:
parent
084159e51c
commit
28fad1b248
62 changed files with 445 additions and 305 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Repo Identity
|
||||
|
||||
**Purpose:** Repository Ability Registry — turns Git repositories into reviewable,
|
||||
**Purpose:** Repository Scoping — turns Git repositories into reviewable,
|
||||
source-linked maps of `Ability → Capability → Feature → Evidence`. Deterministic
|
||||
scanners establish observed facts; LLM-assisted extractors propose interpreted
|
||||
claims; humans or trusted agents approve registry truth.
|
||||
|
|
@ -154,7 +154,7 @@ Task description.
|
|||
pip install -e ".[dev]"
|
||||
|
||||
# Run dev server
|
||||
uvicorn src.repo_registry.app:app --reload
|
||||
uvicorn repo_scoping.web_api.app:app --reload
|
||||
|
||||
# Run tests
|
||||
pytest tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue