docs: correct fabric authority disposition
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a053ff-1d6f-7fe2-ac1c-a6eb40a42a0c
This commit is contained in:
parent
354e13dd7f
commit
18121700f7
9 changed files with 97 additions and 92 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
**Workplan task:** [SHR-WP-0001-T02](../workplans/SHR-WP-0001-foundation.md)
|
||||
**Inventory ID:** `SHR-INV-0001`
|
||||
**Version:** 0.1 (initial, 2026-08-09)
|
||||
**Version:** 0.1.2 (authority correction, 2026-08-31)
|
||||
|
||||
Machine-readable disposition of State Hub surfaces for the retirement program.
|
||||
Every item has an initial **owner** and **keep / move / replace / retire**
|
||||
|
|
@ -38,7 +38,8 @@ implementation workplans (T05).
|
|||
| `repo-manager` | Repository representation, file-backed work-record index, consistency, governed control |
|
||||
| `activity-core` | Schedulers, ops-run execution, event-triggered maintenance |
|
||||
| `ops-hub` | Service catalog / operational catalogs |
|
||||
| `fin-hub` | Fabric / financial graph authority |
|
||||
| `railiance-fabric` | Specialized Fabric graph and accepted-snapshot authority |
|
||||
| `fin-hub` | Financial-domain accountability and joins; no Fabric authority tables |
|
||||
| `ops-bridge` | Private tunnel connectivity (transport only) |
|
||||
| `the-custodian` | Kaizen agent personas and durable canon |
|
||||
| `archive` | Explicitly terminated surfaces (e.g. suggestions, workstream aliases) |
|
||||
|
|
@ -59,9 +60,9 @@ implementation workplans (T05).
|
|||
| ops dependencies | 9 |
|
||||
| **total items** | **425** |
|
||||
|
||||
**By disposition:** move 269 · replace 66 · keep 48 · retire 42
|
||||
**By disposition:** move 259 · replace 76 · keep 48 · retire 42
|
||||
|
||||
**By primary owner volume:** repo-manager 167 · hub-core 128 · state-hub-until-cutover 55 · archive 30 · activity-core 18 · ops-hub 13 · fin-hub 10 · ops-bridge 2 · the-custodian 2
|
||||
**By primary owner volume:** repo-manager 167 · hub-core 128 · state-hub-until-cutover 55 · archive 30 · activity-core 18 · ops-hub 13 · railiance-fabric 10 · ops-bridge 2 · the-custodian 2
|
||||
|
||||
## Baseline counts (orientation)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
inventory_id: SHR-INV-0001-capabilities
|
||||
title: State Hub capability rollup
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
created: '2026-08-09'
|
||||
parent: inventory/state-hub-disposition.yaml
|
||||
capabilities:
|
||||
|
|
@ -155,12 +155,12 @@ capabilities:
|
|||
mcp_tool: 4
|
||||
- id: fabric-graph
|
||||
item_count: 10
|
||||
primary_owner: fin-hub
|
||||
primary_disposition: move
|
||||
primary_owner: railiance-fabric
|
||||
primary_disposition: replace
|
||||
owners:
|
||||
fin-hub: 10
|
||||
railiance-fabric: 10
|
||||
dispositions:
|
||||
move: 10
|
||||
replace: 10
|
||||
kinds:
|
||||
route: 7
|
||||
dataset: 3
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
inventory_id: SHR-INV-0001
|
||||
title: State Hub capability disposition inventory
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
created: '2026-08-09'
|
||||
updated: '2026-08-09'
|
||||
updated: '2026-08-31'
|
||||
workplan_task: SHR-WP-0001-T02
|
||||
source_repo: state-hub
|
||||
source_revision_note: Inventory generated from live OpenAPI, source tree, and docs on 2026-08-09
|
||||
source_revision_note: Initial live inventory plus FIN-WP-0003 Fabric authority correction on 2026-08-31
|
||||
disposition_values:
|
||||
- keep
|
||||
- move
|
||||
|
|
@ -18,6 +18,7 @@ owner_values:
|
|||
- issue-core
|
||||
- ops-hub
|
||||
- fin-hub
|
||||
- railiance-fabric
|
||||
- ops-bridge
|
||||
- the-custodian
|
||||
- archive
|
||||
|
|
@ -175,8 +176,8 @@ items:
|
|||
- FabricGraphNode
|
||||
- FabricGraphEdge
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
confidence: initial
|
||||
notes: SQLAlchemy model; migration history under state-hub/migrations/versions
|
||||
- id: table:fabric_graph_nodes
|
||||
|
|
@ -189,8 +190,8 @@ items:
|
|||
- FabricGraphNode
|
||||
- FabricGraphEdge
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
confidence: initial
|
||||
notes: SQLAlchemy model; migration history under state-hub/migrations/versions
|
||||
- id: table:fabric_graph_edges
|
||||
|
|
@ -203,8 +204,8 @@ items:
|
|||
- FabricGraphNode
|
||||
- FabricGraphEdge
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
confidence: initial
|
||||
notes: SQLAlchemy model; migration history under state-hub/migrations/versions
|
||||
- id: table:intakes
|
||||
|
|
@ -642,13 +643,13 @@ items:
|
|||
summary:
|
||||
item_count: 44
|
||||
by_disposition:
|
||||
move: 35
|
||||
move: 32
|
||||
retire: 7
|
||||
replace: 2
|
||||
replace: 5
|
||||
by_owner:
|
||||
hub-core: 12
|
||||
repo-manager: 16
|
||||
fin-hub: 3
|
||||
railiance-fabric: 3
|
||||
state-hub-until-cutover: 2
|
||||
ops-hub: 5
|
||||
archive: 5
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
inventory_id: SHR-INV-0001
|
||||
title: State Hub capability disposition inventory
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
created: '2026-08-09'
|
||||
updated: '2026-08-09'
|
||||
updated: '2026-08-31'
|
||||
workplan_task: SHR-WP-0001-T02
|
||||
source_repo: state-hub
|
||||
source_revision_note: Inventory generated from live OpenAPI, source tree, and docs on 2026-08-09
|
||||
source_revision_note: Initial live inventory plus FIN-WP-0003 Fabric authority correction on 2026-08-31
|
||||
disposition_values:
|
||||
- keep
|
||||
- move
|
||||
|
|
@ -18,6 +18,7 @@ owner_values:
|
|||
- issue-core
|
||||
- ops-hub
|
||||
- fin-hub
|
||||
- railiance-fabric
|
||||
- ops-bridge
|
||||
- the-custodian
|
||||
- archive
|
||||
|
|
@ -631,9 +632,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/fabric/graph-exports
|
||||
kind: route
|
||||
|
|
@ -643,9 +644,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/fabric/graph-exports/latest
|
||||
kind: route
|
||||
|
|
@ -655,9 +656,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:POST:/fabric/graph-exports/pull
|
||||
kind: route
|
||||
|
|
@ -667,9 +668,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/fabric/graph/edges
|
||||
kind: route
|
||||
|
|
@ -679,9 +680,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/fabric/graph/nodes
|
||||
kind: route
|
||||
|
|
@ -691,9 +692,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/fabric/graph/summary
|
||||
kind: route
|
||||
|
|
@ -703,9 +704,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/flows/definitions
|
||||
kind: route
|
||||
|
|
@ -2311,14 +2312,14 @@ items:
|
|||
summary:
|
||||
item_count: 187
|
||||
by_disposition:
|
||||
move: 143
|
||||
replace: 20
|
||||
move: 136
|
||||
replace: 27
|
||||
retire: 24
|
||||
by_owner:
|
||||
hub-core: 63
|
||||
repo-manager: 80
|
||||
activity-core: 10
|
||||
fin-hub: 7
|
||||
railiance-fabric: 7
|
||||
state-hub-until-cutover: 7
|
||||
ops-hub: 3
|
||||
archive: 17
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
inventory_id: SHR-INV-0001
|
||||
title: State Hub capability disposition inventory
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
created: '2026-08-09'
|
||||
updated: '2026-08-09'
|
||||
updated: '2026-08-31'
|
||||
workplan_task: SHR-WP-0001-T02
|
||||
source_repo: state-hub
|
||||
source_revision_note: Inventory generated from live OpenAPI, source tree, and docs on 2026-08-09
|
||||
source_revision_note: Initial live inventory plus FIN-WP-0003 Fabric authority correction on 2026-08-31
|
||||
disposition_values:
|
||||
- keep
|
||||
- move
|
||||
|
|
@ -18,6 +18,7 @@ owner_values:
|
|||
- issue-core
|
||||
- ops-hub
|
||||
- fin-hub
|
||||
- railiance-fabric
|
||||
- ops-bridge
|
||||
- the-custodian
|
||||
- archive
|
||||
|
|
@ -64,13 +65,13 @@ summary:
|
|||
route: 187
|
||||
by_disposition:
|
||||
keep: 48
|
||||
move: 269
|
||||
replace: 66
|
||||
move: 259
|
||||
replace: 76
|
||||
retire: 42
|
||||
by_owner:
|
||||
activity-core: 18
|
||||
archive: 30
|
||||
fin-hub: 10
|
||||
railiance-fabric: 10
|
||||
hub-core: 128
|
||||
ops-bridge: 2
|
||||
ops-hub: 13
|
||||
|
|
@ -663,9 +664,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/fabric/graph-exports
|
||||
kind: route
|
||||
|
|
@ -675,9 +676,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/fabric/graph-exports/latest
|
||||
kind: route
|
||||
|
|
@ -687,9 +688,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:POST:/fabric/graph-exports/pull
|
||||
kind: route
|
||||
|
|
@ -699,9 +700,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/fabric/graph/edges
|
||||
kind: route
|
||||
|
|
@ -711,9 +712,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/fabric/graph/nodes
|
||||
kind: route
|
||||
|
|
@ -723,9 +724,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/fabric/graph/summary
|
||||
kind: route
|
||||
|
|
@ -735,9 +736,9 @@ items:
|
|||
tags:
|
||||
- fabric
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
notes: Financial fabric read model; specialized authority
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
notes: Replaced by authoritative Fabric registry/export/query surfaces; FIN-WP-0003
|
||||
confidence: initial
|
||||
- id: route:GET:/flows/definitions
|
||||
kind: route
|
||||
|
|
@ -2464,8 +2465,8 @@ items:
|
|||
- FabricGraphNode
|
||||
- FabricGraphEdge
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
confidence: initial
|
||||
notes: SQLAlchemy model; migration history under state-hub/migrations/versions
|
||||
- id: table:fabric_graph_nodes
|
||||
|
|
@ -2478,8 +2479,8 @@ items:
|
|||
- FabricGraphNode
|
||||
- FabricGraphEdge
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
confidence: initial
|
||||
notes: SQLAlchemy model; migration history under state-hub/migrations/versions
|
||||
- id: table:fabric_graph_edges
|
||||
|
|
@ -2492,8 +2493,8 @@ items:
|
|||
- FabricGraphNode
|
||||
- FabricGraphEdge
|
||||
capability: fabric-graph
|
||||
owner: fin-hub
|
||||
disposition: move
|
||||
owner: railiance-fabric
|
||||
disposition: replace
|
||||
confidence: initial
|
||||
notes: SQLAlchemy model; migration history under state-hub/migrations/versions
|
||||
- id: table:intakes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue