docs: refresh SCOPE and INTENT↔SCOPE gap analysis post WP-0014
Some checks failed
ci / validate-registry (push) Has been cancelled

SCOPE.md reflects 60-repo rollout, federation compose metrics, and open
publish/dedup blockers. IntentScopeGapAnalysis maps INTENT success criteria
to delivery and proposes priorities 25–27.
This commit is contained in:
2026-06-16 02:17:07 +02:00
parent 41d11b3c57
commit 834abb80f7
3 changed files with 162 additions and 158 deletions

View File

@@ -268,7 +268,7 @@ reuse-surface/
│ ├── README.md │ ├── README.md
│ ├── capabilities/ # per-entry Markdown │ ├── capabilities/ # per-entry Markdown
│ ├── indexes/ # capabilities.yaml, federated.yaml │ ├── indexes/ # capabilities.yaml, federated.yaml
│ └── federation/ # sources.yaml, cache/ │ └── federation/ # sources.yaml, local-repo-roster.yaml, cache/
├── docs/ ├── docs/
│ ├── CapabilityRegistryConcept.md │ ├── CapabilityRegistryConcept.md
│ ├── RegistryFederation.md │ ├── RegistryFederation.md
@@ -287,7 +287,8 @@ See `SCOPE.md` for what is possible now versus planned. See
`docs/IntentScopeGapAnalysis.md` for tracked gaps between intent and delivered `docs/IntentScopeGapAnalysis.md` for tracked gaps between intent and delivered
scope. Federation operations: `docs/RegistryFederation.md` and scope. Federation operations: `docs/RegistryFederation.md` and
`specs/FederationHubAPI.md`. Assessment history: `specs/FederationHubAPI.md`. Assessment history:
`history/2026-06-15-intent-scope-assessment.md`. `history/2026-06-15-intent-scope-assessment.md`,
`history/2026-06-16-local-repo-registry-rollout-complete.md`.
## Success Criteria ## Success Criteria

View File

@@ -62,7 +62,8 @@ The MVP registry foundation, CLI tooling (REUSE-WP-0003), federation stack
- **Export planning cohorts** with `reuse-surface report cohorts` - **Export planning cohorts** with `reuse-surface report cohorts`
- **Bootstrap a sibling registry** with `reuse-surface establish --scaffold` - **Bootstrap a sibling registry** with `reuse-surface establish --scaffold`
- **Verify index publish readiness** with `reuse-surface establish --publish-check` - **Verify index publish readiness** with `reuse-surface establish --publish-check`
- **View registry stats** with `reuse-surface stats` - **View registry stats** with `reuse-surface stats` (per-repo or
`--roster registry/federation/local-repo-roster.yaml --federation-ready`)
- **Draft or refresh entries** with `reuse-surface establish --discover` and - **Draft or refresh entries** with `reuse-surface establish --discover` and
`reuse-surface update` (optional llm-connect backend) `reuse-surface update` (optional llm-connect backend)
- **Run the hub locally or in a container** with `reuse-surface serve` - **Run the hub locally or in a container** with `reuse-surface serve`
@@ -79,13 +80,18 @@ index, CLI automation, and the production hub.
- **Automatic hub refresh** — federated compose is on-demand; no polling or - **Automatic hub refresh** — federated compose is on-demand; no polling or
webhooks webhooks
- **Cross-repo federation at scale** — hub has one registered repo; sibling - **Fully fetchable federation** — hub registers **60** workstation repos; **13**
domains must publish capability indexes before registration (see still fail Gitea raw URL probe (operator visibility). See
`history/2026-06-16-hub-registration-blocks.md`) `registry/federation/local-repo-roster.yaml` and
`history/2026-06-16-wp0014-remaining-work-by-repo.md`
- **Clean federated ID namespace** — **16** duplicate IDs across reuse-surface
and owner-repo indexes until per-owner dedup (see
`history/2026-06-16-federation-deduplication-plan.md`)
- **Multi-domain federation** — all indexed capabilities remain `helix_forge`
- **Planning analytics beyond cohorts** — no gap reports, roadmap views, or - **Planning analytics beyond cohorts** — no gap reports, roadmap views, or
standardization tracker beyond `report cohorts`, query, and export standardization tracker beyond `report cohorts`, query, and export
- **Managed platform posture** — hub runs as a container (A5 artifact) without - **Managed platform posture** — hub runs as a container (A5 artifact) without
documented SLO, multi-replica, or Postgres backing implemented SLO, multi-replica, or Postgres backing (criteria documented)
- **Formal consumer feedback loop** for registry workflows (reliability evidence - **Formal consumer feedback loop** for registry workflows (reliability evidence
is mostly structural: CI/tests, not production telemetry) is mostly structural: CI/tests, not production telemetry)
@@ -93,25 +99,32 @@ See `tools/README.md` for command reference.
## Current State ## Current State
- **Status:** active MVP registry with CLI, federation, and production hub. - **Status:** active MVP registry with CLI, federation, production hub, and
- **Capabilities:** 20 helix_forge entries in `registry/capabilities/`. workstation-wide registry rollout (REUSE-WP-0014 finished).
- **Capabilities (reuse-surface):** 20 helix_forge entries in
`registry/capabilities/` (18 owner-migrated; dedup pending).
- **Workstation roster:** 60 local git repos at `~/<slug>/` tracked in
`registry/federation/local-repo-roster.yaml` — all **established**, **60/60**
hub-registered, **47/60** publish-check pass.
- **Federation:** `registry/federation/sources.yaml`**60** hub-synced URL
sources; `registry/indexes/federated.yaml`**37** composed capability rows
(16 duplicate-ID warnings, 13 remote fetch warnings).
- **CLI / service:** `reuse_surface/` — validate, query, export, overlaps, - **CLI / service:** `reuse_surface/` — validate, query, export, overlaps,
catalog, federation, graph, hub client, `serve` (FastAPI hub). catalog, federation, graph, hub client, establish/update/stats, `serve`
- **Production hub:** `https://reuse.coulomb.social` on Railiance01 (FastAPI hub).
(`92.205.62.239`); image `gitea.coulomb.social/coulomb/reuse-surface:cb7a6e4`; - **Production hub:** `https://reuse.coulomb.social`**60** repo registrations;
TLS live; dogfood registration for `reuse-surface` (12 capabilities composed `GET /v1/federated` serves composed index from published raw URLs.
on `/v1/federated`).
- **Specs:** `specs/FederationHubAPI.md`, `schemas/hub-registration.schema.yaml`. - **Specs:** `specs/FederationHubAPI.md`, `schemas/hub-registration.schema.yaml`.
- **Docs:** `docs/CapabilityRegistryConcept.md`, `docs/RegistryFederation.md`, - **Docs:** `docs/CapabilityRegistryConcept.md`, `docs/RegistryFederation.md`,
`docs/IntentScopeGapAnalysis.md`, deploy guide `docs/deploy/reuse-kubernetes.md`. `docs/IntentScopeGapAnalysis.md`, deploy guide `docs/deploy/reuse-kubernetes.md`.
- **CI:** `.gitea/workflows/ci.yml` — validate, federation compose, catalog, - **CI:** `.gitea/workflows/ci.yml` — validate, federation compose, catalog,
graph, pytest, informational `report cohorts`. graph, pytest, informational `report cohorts`.
- **Federated index:** `registry/indexes/federated.yaml` (local compose).
- **Relation graph:** `docs/graph/capability-graph.mmd`, `docs/graph/index.html`. - **Relation graph:** `docs/graph/capability-graph.mmd`, `docs/graph/index.html`.
- **Searchable catalog:** `docs/catalog/search.html`. - **Searchable catalog:** `docs/catalog/search.html`.
- **Workplans:** REUSE-WP-0001 through REUSE-WP-0012 finished/archived; - **Workplans:** REUSE-WP-0001 through REUSE-WP-0014 finished; archived under
**REUSE-WP-0013** finished (registry establish/update/stats). `workplans/archived/`.
- **Assessment history:** `history/2026-06-15-intent-scope-assessment.md`. - **Assessment history:** `history/`intent/scope assessments, rollout
milestone, dedup plan, per-repo follow-up.
- **Self-assessed vector:** `D5 / A4 / C5 / R3` (see `docs/IntentScopeGapAnalysis.md`). - **Self-assessed vector:** `D5 / A4 / C5 / R3` (see `docs/IntentScopeGapAnalysis.md`).
## Repository Layout ## Repository Layout
@@ -130,7 +143,7 @@ reuse-surface/
├── registry/ ├── registry/
│ ├── capabilities/ # per-entry Markdown │ ├── capabilities/ # per-entry Markdown
│ ├── indexes/ # capabilities.yaml, federated.yaml │ ├── indexes/ # capabilities.yaml, federated.yaml
│ └── federation/ # sources.yaml, cache/ │ └── federation/ # sources.yaml, local-repo-roster.yaml, cache/
├── docs/ ├── docs/
├── tools/ ├── tools/
└── workplans/ └── workplans/

View File

@@ -3,36 +3,44 @@
**Repository:** `reuse-surface` **Repository:** `reuse-surface`
**Artifact:** `docs/IntentScopeGapAnalysis.md` **Artifact:** `docs/IntentScopeGapAnalysis.md`
**Status:** Living analysis **Status:** Living analysis
**Updated:** 2026-06-16 **Updated:** 2026-06-16
**Purpose:** Record alignment, drift, and open gaps between declared intent and **Purpose:** Record alignment, drift, and open gaps between declared intent and
current delivered scope so future workplans can close them deliberately. current delivered scope so future workplans can close them deliberately.
**Canon:** Product truth in `INTENT.md`; delivery truth in `SCOPE.md`.
--- ---
## 1. Summary ## 1. Summary
`INTENT.md` describes the long-term capability registry product: a reuse surface `INTENT.md` defines the long-term capability registry product: a reuse surface
that makes capabilities visible, assessable, and consumable across planning and that makes capabilities visible, assessable, and consumable for planning and
implementation. `SCOPE.md` describes what the repository delivers today: an implementation across repos and organizations.
**active MVP** with **20 helix_forge capabilities**, **A3 CLI tooling**, a
**hosted federation hub at A4** (`https://reuse.coulomb.social`), federation
compose, catalog/graph UIs, pytest + CI gates, and Markdown-first authoring.
REUSE-WP-0001 through REUSE-WP-0011 closed the original MVP and federation `SCOPE.md` (refreshed postWP-0014) describes current delivery:
roadmap. The documents are **directionally aligned** on registry-first reuse,
four maturity dimensions, and human/agent consumers.
**Remaining gaps** after REUSE-WP-0014 rollout are **operational polish** items: | Dimension | Delivered today |
|---|---|
| Registry product | 20 helix_forge entries in reuse-surface; maturity model, schema, validation |
| Tooling | CLI **A3+**; hosted hub HTTP API **A4** at `https://reuse.coulomb.social` |
| Federation | 60 hub registrations; 60 URL sources; 37 composed federated rows |
| Workstation rollout | 60/60 local repos established (`local-repo-roster.yaml`) |
| Authoring aids | `establish`, `update`, `stats`, optional llm-connect discover |
| Observability | `report cohorts`, catalog/graph UIs, pytest + CI gates |
1. **Gitea publish visibility** — 60/60 workstation repos established and hub REUSE-WP-0001 through REUSE-WP-0014 closed the MVP, federation hub, intent
registered; **13/60** still fail Gitea raw URL probe (operator action). Roster: alignment, registry bootstrap, and **local workstation registry rollout**. The
`registry/federation/local-repo-roster.yaml`. documents remain **directionally aligned** on registry-first reuse, four maturity
2. **Index deduplication** — 16 duplicate IDs across reuse-surface and owner repos; dimensions, and human/agent consumers.
removal plan in `history/2026-06-16-federation-deduplication-plan.md`.
3. **Planning analytics breadth** — cohort exports shipped; gap reports and **Open gaps** (operator or follow-on workplans):
standardization tracker still manual.
4. **Hub automation**`hub sync` shipped; polling/webhooks still absent. 1. **Gitea publish visibility** — 13/60 repos fail raw URL probe (federation fetch).
5. **Managed platform posture** — A5 container documented; A6/Postgres deferred. 2. **Index deduplication** — 16 duplicate IDs (reuse-surface vs owner repos).
3. **Planning analytics breadth** — no gap reports, roadmap views, or standardization tracker.
4. **Hub automation** — no polling/webhooks for federated refresh.
5. **Managed platform posture** — A6/Postgres/multi-replica not implemented.
6. **Consumer reliability evidence** — catalog mostly R0R2; thin telemetry loop.
**Current reuse-surface product vector (self-assessment):** `D5 / A4 / C5 / R3` **Current reuse-surface product vector (self-assessment):** `D5 / A4 / C5 / R3`
@@ -42,129 +50,121 @@ four maturity dimensions, and human/agent consumers.
| Topic | INTENT.md | SCOPE.md | Status | | Topic | INTENT.md | SCOPE.md | Status |
|---|---|---|---| |---|---|---|---|
| Registry-first boundary | Unregistered capabilities invisible | Same | Aligned | | Registry-first boundary | Unregistered capabilities invisible | Same | **Aligned** |
| Four maturity dimensions | D, A, C, R with separate internal/external evidence | Same model in entries and schema | Aligned | | Four maturity dimensions | D, A, C, R; internal vs external evidence | Same in entries and schema | **Aligned** |
| Human and agent consumers | Registry formats for both | Markdown + YAML index + CLI + hub API | Aligned | | Human and agent consumers | Registry formats for both | Markdown + YAML + CLI + hub API | **Aligned** |
| Reuse over inventory | Explicit principle | Workflows, overlaps, federation | Aligned | | Reuse over inventory | Explicit principle | Query, overlaps, federation, dedup plan | **Aligned** |
| Planning vs implementation reuse | Distinct dimensions | Query, vectors, consumption_modes | Aligned | | Planning vs implementation reuse | Distinct dimensions | Query, vectors, `consumption_modes` | **Aligned** |
| Technical foundation | Eventually technical | CLI A3, hub API A4, container A5 artifact | Aligned (MVP met) | | Technical foundation | Eventually technical | CLI A3, hub A4, container A5 artifact | **Aligned** |
| Implementation consumption modes | Discoverable modes per capability | Supported in schema and index | Aligned | | Cross-repo capability visibility | Reuse across repos/products/orgs | 60 repos scaffolded; 37 federated caps | **Partial** |
| Cross-repo / org reuse | D7 generalized primitives | helix_forge; hub 60 repos; 37 federated caps | Partial | | Generalized primitives (D7) | Beyond single repo/domain | helix_forge only; no D7 pipeline view | **Partial** |
| Success criteria | Eight outcomes | Most met; cohort reports added | Partial | | Success criteria (8 outcomes) | See §5 | Most met; analytics + normalization partial | **Partial** |
| Repository layout in INTENT | `standards/`, JSON schema, single yaml | Aligned in WP-0012 | Aligned | | Repository layout | Tree in INTENT §Initial Repository Role | Matches SCOPE; roster artifact added | **Aligned** |
| State Hub / workplans | Not in INTENT | In scope; ADR-001 sync | SCOPE-only (OK) | | State Hub / workplans | Not in INTENT | ADR-001 sync; delivery process | SCOPE-only (OK) |
| Hosting registered capabilities | Out of scope | Hub hosts metadata/URLs only | Aligned | | Hosting capabilities | Out of scope | Hub stores metadata/URLs only | **Aligned** |
--- ---
## 3. INTENT → SCOPE Gaps (Open) ## 3. INTENT → SCOPE Gaps (Open)
What INTENT still expects beyond current SCOPE delivery. What `INTENT.md` still expects beyond current `SCOPE.md` delivery.
### 3.1 Cross-repo federation breadth (Medium — polish remaining) ### 3.1 Cross-repo federation fetch and namespace (Medium)
| INTENT claim | Current SCOPE reality | Gap | | INTENT claim | SCOPE reality | Gap |
|---|---|---| |---|---|---|
| Capabilities reusable across repos, products, orgs | 20 reuse-surface entries + 17 owner rows; 37 federated | No multi-domain federation yet | | Capabilities reusable across repos, products, orgs | 60 repos on hub; 37 federated rows | Single domain (`helix_forge`) |
| Find capabilities before rebuilding (network scale) | Hub **60** registrations; compose **37** capabilities | 13 repos Gitea raw 404; 16 duplicate IDs | | Find capabilities before rebuilding at network scale | Hub + compose + roster | 13 indexes not HTTP-fetchable |
| Identify duplicates (success criterion) | `overlaps` + compose `warn` | 16 duplicate IDs unresolved in indexes |
**Status (WP-0014):** All workstation repos (`~/<slug>/`) established with **Follow-up:** `history/2026-06-16-wp0014-remaining-work-by-repo.md` (Gitea);
registry scaffolds. `hub sync --merge` materializes 60 URL sources. Operator `history/2026-06-16-federation-deduplication-plan.md` (reuse-surface dedup).
must fix Gitea visibility for 13 slugs (see roster). Deduplicate owner-migrated
entries per `history/2026-06-16-federation-deduplication-plan.md`.
### 3.2 Planning support breadth (LowMedium) ### 3.2 Planning support breadth (LowMedium)
| INTENT claim | Current SCOPE reality | Gap | | INTENT claim | SCOPE reality | Gap |
|---|---|---| |---|---|---|
| Plan prototype/MVP/enhancement/platform work | `report cohorts`, query, catalog | No gap reports or roadmap views | | Plan prototype/MVP/enhancement/platform work | `report cohorts`, query, catalog | No portfolio gap reports |
| Identify gaps, duplicates, overlaps, standardization | `overlaps` command | No standardization tracker | | Identify gaps, overlaps, standardization candidates | `overlaps` | No standardization workflow |
| Track progress to generalized capabilities (D7) | `promotion_history` per entry | No cross-entry D7 pipeline view | | Track progress to generalized capabilities (D7) | Per-entry `promotion_history` | No cross-entry D7 pipeline |
**Status (WP-0012):** `reuse-surface report cohorts` ships planning/implementation
filter exports. Broader portfolio analytics remain future work.
### 3.3 Hub operations (LowMedium) ### 3.3 Hub operations (LowMedium)
| INTENT claim | Current SCOPE reality | Gap | | INTENT claim | SCOPE reality | Gap |
|---|---|---| |---|---|---|
| Offline federation manifest sync | `hub sync` with `--merge` / `--replace` | Shipped | | Operational federation | Production hub; `hub sync` | On-demand compose; no webhooks |
| Operational reuse | Production hub; hardening doc | No polling/webhooks; SQLite single-replica | | Dependable platform consumption (R4+) | Container deploy doc | SQLite single-replica; no SLO enforcement |
**Status (WP-0012):** Backup, cert renewal, token rotation, and Postgres
decision criteria documented in `docs/deploy/reuse-kubernetes.md`. Multi-replica
implementation deferred.
### 3.4 Consumer reliability evidence (LowMedium) ### 3.4 Consumer reliability evidence (LowMedium)
| INTENT claim | Current SCOPE reality | Gap | | INTENT claim | SCOPE reality | Gap |
|---|---|---| |---|---|---|
| Reliability from consumer signals | Schema + checklist in `registry/README.md` | Most entries still R0R2 | | Reliability from consumer signals | Schema + README checklist | Most entries R0R2 |
| Registry registration reliability | `capability.registry.register` at R3 | Broader catalog evidence thin | | Trust for important workflows (R4+) | CI + hub smoke | No formal consumer_feedback loop |
**Status (WP-0012):** Three entries promoted with `consumer_feedback` and CI/hub ### 3.5 Owner-repo capability depth (Low — ongoing)
citations; formal telemetry loop still absent.
| INTENT claim | SCOPE reality | Gap |
|---|---|---|
| Rich registry across organization | 60 scaffolds; 8 seeded | 47 repos at capability_count 0 |
| Discover mature capabilities network-wide | 37 federated rows | Growth is per-repo, optional |
--- ---
## 4. Closed Gaps (Historical) ## 4. Closed Gaps (Historical)
Previously high-severity gaps now delivered (REUSE-WP-0003 through WP-0011): | Workplan / milestone | Gap closed | Evidence |
|---|---|---|
| Area | Delivery | | WP-0003 WP-0011 | MVP CLI, validation, catalog, federation, hub | Archived workplans; pytest |
|---|---| | WP-0012 | `hub sync`, cohort reports, INTENT layout, hub hardening doc | `hub_sync.py`, `docs/deploy/` |
| Automated validation | `reuse-surface validate` + CI | | WP-0013 | Registry bootstrap in sibling repos | `establish`, `update`, `stats` |
| Query / export | `query`, `export` | | WP-0014 | Workstation registry rollout; hub 60 registrations | `local-repo-roster.yaml`; milestone history |
| Catalog and overlaps | `catalog`, `overlaps`, searchable HTML | | Priority 18 | Sibling / workstation hub membership | 60/60 `hub list` |
| Federation compose | Local + HTTP URL sources + cache | | Priority 1924 | See §8 | WP-0012/0013 deliveries |
| Network federation | Remote fetch in compose |
| Relation graphs | `graph`, Mermaid, HTML explorer |
| Hosted hub | `reuse-surface serve`, `hub` CLI, `reuse.coulomb.social` |
| Test suite | 20 pytest tests, fail-on-warnings in CI |
| Concept docs | `docs/CapabilityRegistryConcept.md` |
| Registry coverage | 20 capabilities (from 3 initial samples) |
--- ---
## 5. Success Criteria vs Delivery ## 5. INTENT Success Criteria vs SCOPE Delivery
INTENT success criteria after WP-0011: From `INTENT.md` §Success Criteria:
| Success criterion | Met today? | Notes | | # | Criterion | Met? | SCOPE evidence | Remaining gap |
|---|---|---| |---|---|---|---|---|
| Find reusable capabilities before rebuilding | **Yes (MVP)** | Index, query, catalog, hub `/v1/federated` | | 1 | Find reusable capabilities before rebuilding | **Yes** | Index, query, catalog, hub `/v1/federated`, federation compose | 13 sources not fetchable |
| Compare maturity consistently | **Yes** | Vectors, schema enums, graph relations | | 2 | Compare maturity consistently | **Yes** | Vectors, schema, graph relations | — |
| Distinguish conceptual readiness from delivery | **Yes** | D vs A separation | | 3 | Distinguish conceptual readiness from delivery | **Yes** | D vs A in model and index | — |
| Distinguish internal assessment from external evidence | **Yes** | `maturity` vs `external_evidence` | | 4 | Distinguish internal assessment from external evidence | **Yes** | `maturity` vs `external_evidence` | — |
| Plan prototype/MVP/enhancement/platform work | **Partial** | `report cohorts` + query/catalog; no gap reports | | 5 | Plan prototype/MVP/enhancement/platform work | **Partial** | `report cohorts`, query | No gap/roadmap reports |
| Identify gaps, duplicates, overlaps, standardization | **Partial** | Overlaps command; no standardization workflow | | 6 | Identify gaps, duplicates, overlaps, standardization | **Partial** | `overlaps`, compose collision warnings | Dedup + standardization tracker |
| Track progress to generalized capabilities | **Partial** | Per-entry `promotion_history`; no D7 pipeline | | 7 | Track progress to generalized capabilities (D7) | **Partial** | `promotion_history` per entry | No org-wide D7 view |
| Make reuse normal in product/architecture work | **Partial** | AGENTS.md, hub 60 repos; publish/dedup polish | | 8 | Make reuse normal in architecture work | **Partial** | AGENTS.md, 60-repo rollout | Publish + dedup polish |
**Score:** 4 fully met, 4 partial — consistent with **C5** product completeness for
known registry expectations, not yet saturated (**C6**).
--- ---
## 6. Completeness Assessment (SCOPE vs INTENT) ## 6. Completeness Assessment (SCOPE vs INTENT)
Using INTENT's completeness framing for the **reuse-surface product**:
| Area | INTENT expectation | Current delivery | Level | | Area | INTENT expectation | Current delivery | Level |
|---|---|---|---| |---|---|---|---|
| Registry model and principles | Full | INTENT + specs | C5 | | Registry model and principles | Full | INTENT + specs | C5 |
| Maturity standard | Full | `specs/CapabilityMaturityStandard.md` | C5 | | Maturity standard | Full | `CapabilityMaturityStandard.md` | C5 |
| Entry authoring | Full for MVP | Template + schema + README | C5 | | Entry authoring | Full for MVP | Template + schema + README | C5 |
| Sample / seed registry | Examples | 20 helix_forge entries | C4 | | Seed registry (reuse-surface) | Examples + meta | 20 entries | C4 |
| Discovery surface | Machine-readable | Index, query, export, hub API | C5 | | Discovery surface | Machine-readable | Index, query, export, hub API, federated | C5 |
| Validation | Tooling | `validate` + CI | C5 | | Validation | Tooling | `validate` + CI | C5 |
| Search / filter | Supported | query, catalog HTML | C4 | | Search / filter | Supported | query, catalog HTML | C4 |
| Federation | Cross-repo | Compose + hub sync; 60 hub members; 37 federated caps | C5 | | Federation membership | Cross-repo | 60 hub members; compose + sync | C5 |
| Agent instructions | Expected | AGENTS.md + tools README | C4 | | Federation fetch reliability | Published indexes | 47/60 publish pass | C3 |
| Technical consumption | A3+ for tools | CLI A3, hub A4 | C4 | | Workstation bootstrap | Org-wide visibility | Roster + establish tooling | C4 |
| Agent instructions | Expected | AGENTS.md, tools README | C4 |
| Technical consumption | A3+ tools | CLI A3, hub A4 | C4 |
| Planning analytics | Success criteria | `report cohorts` | C3 | | Planning analytics | Success criteria | `report cohorts` | C3 |
| Documentation canon | Concept + assessment | Concept doc; assessment via README | C4 | | Documentation canon | Concept + living delta | Concept doc + this file | C4 |
**Overall completeness vs INTENT:** **C5 (Expectation Complete)** for known **Overall completeness vs INTENT:** **C5** for reuse-surface product scope;
registry product expectations — workstation rollout (60 repos), hub sync, **C3** for end-to-end fetchable federation until Gitea blockers clear.
cohort reports, and federation compose shipped; Gitea publish and dedup remain.
--- ---
@@ -172,52 +172,48 @@ cohort reports, and federation compose shipped; Gitea publish and dedup remain.
| Signal | State | | Signal | State |
|---|---| |---|---|
| Automated tests | pytest (registry, federation, hub, hub_sync, reports) | | Automated tests | pytest (registry, federation, hub, hub_sync, stats, reports) |
| Schema validation in CI | validate, federation, catalog, graph, pytest | | CI gates | validate, federation compose, catalog, graph, pytest |
| Production hub | `reuse.coulomb.social` — TLS, health, dogfood registration | | Production hub | `reuse.coulomb.social` — TLS, 60 registrations |
| Consumer feedback on registry workflows | None formal | | Workstation rollout | Deterministic establish/validate; roster tracked |
| Known friction | 13 Gitea raw 404 repos; 16 federated duplicate IDs; hub SQLite single-replica | | Consumer feedback | Informal; 3 entries with structured `consumer_feedback` |
| Known friction | 13 Gitea 404; 16 duplicate IDs; hub SQLite single-replica |
**Overall reliability vs INTENT consumer-evidence framing:** **R3 (Usable)** **Overall reliability vs INTENT consumer-evidence framing:** **R3 (Usable)**
CI and production smoke support normal agent/operator workflows with known CI and production paths support normal agent/operator workflows with documented
limitations. Not yet **R4 Dependable** without SLO, backup, and feedback data. limitations. **R4 (Dependable)** blocked on SLO, backup automation, and
consumer telemetry.
--- ---
## 8. Priority Gap Closure Order ## 8. Priority Gap Closure Order
### Closed (WP-0001 WP-0011) ### Closed (priorities 124)
Priorities 117 from the original roadmap are **closed**. See section 4 and See §4 and archived workplans `workplans/archived/`.
archived workplans under `workplans/archived/`.
### Proposed next work ### Proposed next (priorities 2527)
| Priority | Gap | Suggested outcome | Status | | Priority | Gap | Suggested outcome | Owner |
|---|---|---|---| |---|---|---|---|
| 18 | Sibling hub registrations | Workstation repos on hub | **Closed** (WP-0014) — 60/60 registered; 13 publish blocked | | 25 | Gitea publish visibility (13 repos) | Raw URL HTTP 200 for all roster rows | Operator / Gitea |
| 19 | `hub sync` | Write `sources.yaml` from hub state | **Closed** (WP-0012) | | 26 | Federated ID deduplication | Per-owner removal from reuse-surface index | reuse-surface + owners |
| 20 | Planning cohort reports | Export/filter views for D5+/A4+ candidates | **Closed** (WP-0012) | | 27 | Planning analytics + standardization | Gap reports or standardization tracker workplan | Future WP |
| 21 | INTENT layout sync | Update INTENT.md tree and example entry shape | **Closed** (WP-0012) |
| 22 | Hub hardening | Postgres option, backup, documented SLO (A5→A6 path) | **Closed** (doc; implementation deferred) |
| 23 | External evidence program | Raise catalog R levels with consumer_feedback | **Closed** (checklist + 3 entries; telemetry deferred) |
| 24 | Registry bootstrap tooling | `establish`, `update`, `stats` for sibling repos | **Closed** (WP-0013) |
**Workplan:** `REUSE-WP-0014` (finished). Prior: `REUSE-WP-0013`, `REUSE-WP-0012`. **Follow-up docs (no workplan ID):**
**Assessment snapshots:**
`history/2026-06-15-intent-scope-assessment.md`, - `history/2026-06-16-wp0014-remaining-work-by-repo.md`
`history/2026-06-16-hub-registration-blocks.md`, - `history/2026-06-16-federation-deduplication-plan.md`
`history/2026-06-16-local-repo-registry-rollout-complete.md`. - `registry/federation/local-repo-roster.yaml`
--- ---
## 9. Document Maintenance Rules ## 9. Document Maintenance Rules
- Re-run this analysis when either `INTENT.md` or `SCOPE.md` changes materially. - Re-run this analysis when `INTENT.md` or `SCOPE.md` changes materially.
- When a gap closes, update sections 38 and adjust the self-assessment vector. - When a gap closes, update §3§8 and adjust the self-assessment vector in `SCOPE.md`.
- New workplans that close gaps should reference the relevant row in section 8. - New workplans should reference priority rows from §8.
- Prefer updating `SCOPE.md` for delivery truth and `INTENT.md` for product - Prefer `SCOPE.md` for delivery truth; `INTENT.md` for product truth.
truth; use this file to track delta between them.
--- ---
@@ -225,15 +221,9 @@ archived workplans under `workplans/archived/`.
| Date | Change | | Date | Change |
|---|---| |---|---|
| 2026-06-15 | Initial analysis after REUSE-WP-0002 completion | | 2026-06-15 | Initial analysis after REUSE-WP-0002 |
| 2026-06-15 | REUSE-WP-0003 closed priorities 18; vector D5/A3/C4/R2 | | 2026-06-15 | WP-00030011 progress; vector milestones |
| 2026-06-15 | REUSE-WP-0004 closed priorities 911 | | 2026-06-16 | WP-0012 closed priorities 1923 |
| 2026-06-15 | REUSE-WP-0005 closed priorities 12 and 14 | | 2026-06-17 | WP-0013 closed priority 24 |
| 2026-06-15 | REUSE-WP-0006 expanded registry to 12 capabilities | | 2026-06-16 | WP-0014 closed priority 18; 60 workstation repos |
| 2026-06-15 | REUSE-WP-00070010 closed catalog UI, graph UI, pytest, network federation | | 2026-06-16 | **SCOPE refresh + full INTENT success-criteria mapping**; priorities 2527 proposed |
| 2026-06-15 | REUSE-WP-0011 closed priority 17; hub live at reuse.coulomb.social |
| 2026-06-15 | Post-WP-0011 refresh: 20 capabilities, vector D5/A4/C4/R3, priorities 1823 proposed |
| 2026-06-15 | REUSE-WP-0012 proposed; assessment archived in `history/2026-06-15-intent-scope-assessment.md` |
| 2026-06-16 | REUSE-WP-0012 closed priorities 1923; priority 18 deferred on sibling index blocks; vector C5 |
| 2026-06-17 | REUSE-WP-0013 closed priority 24; establish/update/stats + optional llm-connect assist |
| 2026-06-16 | REUSE-WP-0014 closed priority 18; 60 workstation repos; roster + federation compose |