CUST-WP-0055 T06/T07: workplan-first fabric source docs and archive notes
All checks were successful
CI Smoke / host-smoke (push) Successful in 2s
CI Smoke / container-smoke (push) Successful in 7s

Update catalog, integration docs, and fabric capability declarations to
use workplan terminology. Add archive grandfather notes.
This commit is contained in:
tegwick 2026-07-08 20:26:24 +02:00
parent 3fff3e4209
commit 0507b0861b
35 changed files with 65 additions and 9 deletions

View file

@ -13,7 +13,7 @@ ownership, fabric membership, or cross-boundary utility relations.
| Deployment/accountability roots | Durable evidence of infrastructure, deployment, ownership, utility, and payment responsibility | State Hub task state |
| Participating repos | Self-description evidence such as code, manifests, API contracts, package metadata, and legacy `fabric/` declarations | All external deployment/fabric relations |
| Railiance Fabric | Schemas, discovery, validation, graph construction, accepted snapshots, exports | State Hub tasks/progress/decisions |
| State Hub | Read-model storage, links to repos/workstreams/tasks/progress, dashboard/search views | Editing Fabric topology or inventing ownership |
| State Hub | Read-model storage, links to repos/workplans/tasks/progress, dashboard/search views | Editing Fabric topology or inventing ownership |
The flow is:
@ -235,8 +235,8 @@ State Hub should enrich graph nodes by matching:
- `node.repo` -> `managed_repos.slug`
- `node.domain` -> `domains.slug`
- workplan source links -> `workstreams.slug` or file-backed workplan index
- progress events -> `repo_id` and related workstream/task when available
- workplan source links -> `workplans.slug` or file-backed workplan index (legacy alias: `workstreams.slug`)
- progress events -> `repo_id` and related workplan/task when available
These links are annotations on the read model. They should never overwrite the
Fabric export or source evidence.