generated from coulomb/repo-seed
Finalize repo-scoping runtime rename
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user