Finalize repo-scoping runtime rename

This commit is contained in:
2026-05-15 21:16:34 +02:00
parent 084159e51c
commit 28fad1b248
62 changed files with 445 additions and 305 deletions

View File

@@ -136,11 +136,11 @@ characteristics support those claims.
## Getting Oriented
- Start with: `README.md`, `AGENTS.md`, and this `SCOPE.md`.
- Key files / directories: `src/repo_registry/web_api/app.py`,
`src/repo_registry/core/service.py`, `src/repo_registry/scope/`,
`src/repo_registry/candidate_graph/`, `src/repo_registry/repo_scanning/`,
- Key files / directories: `src/repo_scoping/web_api/app.py`,
`src/repo_scoping/core/service.py`, `src/repo_scoping/scope/`,
`src/repo_scoping/candidate_graph/`, `src/repo_scoping/repo_scanning/`,
`docs/scope-md-spec.md`, and `workplans/`.
- Entry points: `uvicorn repo_registry.web_api.app:app --reload`, the `/ui`
- Entry points: `uvicorn repo_scoping.web_api.app:app --reload`, the `/ui`
routes, and the `/repos/{repo_slug}/scope*` API endpoints.
---
@@ -171,5 +171,5 @@ keywords: [scope, scope-md, update, diff, staleness]
- The product and managed repository identity are Repository Scoping /
`repo-scoping`.
- The Python package name `repo_registry`, `REPO_REGISTRY_` environment prefix,
and default SQLite filename remain compatibility details.
- The Python package name `repo_scoping`, `REPO_SCOPING_` environment prefix,
and default SQLite filename are the current runtime names.