Moves the remaining finished workplans into workplans/archived/. Prefixes use each workplan's own completion date per the convention, not the date the archive sweep ran. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Assistant: claude-code Assistant-Model: opus Assistant-Process: 4609@bnt-lap001 Assistant-Session: 085df492-f02a-4fe6-acad-2aa52789fe1b
1.3 KiB
1.3 KiB
| id | type | title | domain | repo | status | owner | topic_slug | created | updated | state_hub_workstream_id |
|---|---|---|---|---|---|---|---|---|---|---|
| REUSE-WP-0010 | workplan | Network federation for remote indexes | infotech | reuse-surface | finished | codex | helix-forge | 2026-06-15 | 2026-06-15 | da812165-d56e-47fa-9901-bb3747522ec4 |
Network federation for remote indexes
Close gap analysis priority 15. Extend federation beyond filesystem paths to fetch capability indexes from HTTP URLs or git raw endpoints.
Extend Federation Schema For URLs
id: REUSE-WP-0010-T01
status: done
priority: medium
state_hub_task_id: "6f181057-e0f7-4879-9eb9-928a527a01ee"
Extend schemas/federation.schema.yaml and manifest format to support url
sources alongside index file paths, with optional auth and TTL metadata.
Implement Remote Index Fetch
id: REUSE-WP-0010-T02
status: done
priority: medium
state_hub_task_id: "a2fac7d5-9383-4a42-bd23-3e8dbc7d550b"
Add HTTP fetch to federation compose with local cache under
registry/federation/cache/. Clear errors when remote source unavailable.
Document Federation Operations
id: REUSE-WP-0010-T03
status: done
priority: low
state_hub_task_id: "73996193-ecae-4fb4-84f7-fe84a5cd8898"
Update docs/RegistryFederation.md with remote source examples and agent
guidance for cross-repo discovery without local checkout.