docs: accept repository classification boundary
Some checks failed
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / pytest-smoke (push) Failing after 2s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a0230c-b06c-7641-808a-e191b6d1da49
This commit is contained in:
tegwick 2026-08-22 00:12:03 +02:00
parent f51a5819d5
commit 6288ba3d7d
6 changed files with 201 additions and 12 deletions

View file

@ -1,6 +1,6 @@
# SCOPE — hub-core
**Updated:** 2026-08-21
**Updated:** 2026-08-22
---
@ -38,6 +38,9 @@ the Python package remains independently importable.
catalogs, port APIs, fixtures, and compatibility matrices
- **Surviving runtime surfaces** — registry, messaging, progress and
interaction events, projections, telemetry, `/api/v2` compatibility, and MCP
- **Cross-domain navigation projections** — rebuildable aggregation of Repo
Manager's validated repository classifications without classification write
authority
- **Documentation**`README.md`, `INTENT.md`, `SCOPE.md`, pointer to
extraction boundary in `the-custodian`
@ -82,12 +85,13 @@ python3 -m venv .venv && .venv/bin/pip install -e .
---
## What is not possible yet
## What remains
- **Published PyPI package** — consumed via editable path or private index only
- **Production durable port store** — T04 ships only the fail-closed ephemeral conformance backend
- **Complete State Hub decoupling** — dev-hub routes and models still live in `state-hub`
- **ops-hub / fin-hub adoption** — planned; not verified in this repo
- **Repository classification navigation** — accepted contract; ingestion,
query/MCP, and A5 cutover remain in `HUB-WP-0006`
- **fin-hub adoption** — planned; not verified in this repo
- **Capability registry entries** — scaffold only (`capabilities: []`); no registered reusable behaviors yet
---
@ -104,7 +108,7 @@ python3 -m venv .venv && .venv/bin/pip install -e .
| Primary consumer | `state-hub` (editable dependency, router/schema import in progress) |
| Extraction workplan | `CUST-WP-0025` (custodian domain) |
| Target architecture | `SHR-ARCH-IA-0001` + `SHR-ARCH-HUB-0001` |
| Runtime workplan | `HUB-WP-0004` |
| Runtime workplans | `HUB-WP-0004` and `HUB-WP-0005` finished; `HUB-WP-0006` active |
---
@ -140,11 +144,11 @@ hub-core/
| Repo | Boundary |
|---|---|
| `state-hub` | Temporary compatibility source; no new permanent authorities |
| `core-hub` | `/api/v2` runtime and route source to absorb, then archive |
| `repo-manager` | Owns repository representation, work index, consistency, and governed Git mutations |
| `core-hub` | Previous `/api/v2` runtime retained as rollback through stabilization, then archive |
| `repo-manager` | Owns repository representation, classification validation/projection, work index, consistency, and governed Git mutations |
| `the-custodian` | Owns ecosystem architecture (`hub-ecosystem-architecture.md`) and extraction boundary |
| `reuse-surface` | Federation hub for capability indexes; not a runtime dependency of hub-core |
| `ops-hub` | Consumer of core-hub `/api/v2`; operations tables stay local |
| `ops-hub` | Verified consumer of hub-core `/api/v2`; operations tables stay local |
---