generated from coulomb/repo-seed
Complete WP-0010: HTTP remote federation with cache
Some checks failed
ci / validate-registry (push) Has been cancelled
Some checks failed
ci / validate-registry (push) Has been cancelled
Extend federation manifest schema for url sources with auth and TTL metadata. Fetch remote capability indexes over HTTP(S), cache under registry/federation/cache/, and fall back to stale cache on fetch failure. Add --refresh flag, seven federation tests, and updated federation docs.
This commit is contained in:
@@ -18,13 +18,12 @@ with **A3 CLI tooling** (`validate`, `query`, `export`) atop Markdown-first
|
||||
authoring.
|
||||
|
||||
The two documents are **directionally aligned** on registry-first reuse, four
|
||||
maturity dimensions, and human/agent consumers. REUSE-WP-0003 through
|
||||
REUSE-WP-0009 closed the priority gaps from section 8 except network
|
||||
federation. Remaining gaps are primarily scale and cross-org sync:
|
||||
maturity dimensions, and human/agent consumers. REUSE-WP-0003 through REUSE-WP-0010 closed the priority gaps from section 8.
|
||||
Remaining gaps are primarily document cross-coverage and operational polish:
|
||||
|
||||
1. **Network federation** — local compose only; no remote index fetch.
|
||||
2. **Document cross-coverage** — SCOPE still carries operational detail INTENT
|
||||
1. **Document cross-coverage** — SCOPE still carries operational detail INTENT
|
||||
omits; INTENT success criteria are not fully enumerated in SCOPE.
|
||||
2. **Live federation sync** — on-demand HTTP fetch only; no polling or webhooks.
|
||||
|
||||
**Current reuse-surface vector (self-assessment):** `D5 / A3 / C4 / R3`
|
||||
|
||||
@@ -276,7 +275,7 @@ core commands. Individual registered capabilities may carry their own evidence
|
||||
| Priority | Gap | Outcome | Status |
|
||||
|---|---|---|---|
|
||||
| 13 | Interactive catalog | `docs/catalog/search.html` + `registry.json` | Closed (WP-0007) |
|
||||
| 15 | Network federation | Remote index fetch and cross-org sync | Open (WP-0010) |
|
||||
| 15 | Network federation | HTTP URL sources + cache in `federation compose` | Closed (WP-0010) |
|
||||
| 16 | Graph UI | `docs/graph/index.html` explorer | Closed (WP-0008) |
|
||||
|
||||
---
|
||||
@@ -302,4 +301,5 @@ core commands. Individual registered capabilities may carry their own evidence
|
||||
| 2026-06-15 | REUSE-WP-0006 expanded registry to 12 capabilities; relation hygiene clean |
|
||||
| 2026-06-15 | REUSE-WP-0007 closed priority 13 (searchable catalog UI) |
|
||||
| 2026-06-15 | REUSE-WP-0008 closed priority 16 (graph explorer) |
|
||||
| 2026-06-15 | REUSE-WP-0009 added pytest suite and CI fail-on-warnings; vector R3 |
|
||||
| 2026-06-15 | REUSE-WP-0009 added pytest suite and CI fail-on-warnings; vector R3 |
|
||||
| 2026-06-15 | REUSE-WP-0010 closed priority 15 (HTTP remote federation + cache) |
|
||||
Reference in New Issue
Block a user