Add a State Hub workplan/wait graph as a Fabric explorer mode.
Coordination is a view, not topology. Open workplans and wait tasks project into graph-explorer; citation edges recover depends_on from task prose. UI: /ui/graph-explorer?mode=coordination. Assistant: grok Assistant-Session: 01a09dc1-b21e-77e1-919e-fcad2f82b267
This commit is contained in:
parent
18fabb37ce
commit
b7724dedea
8 changed files with 366 additions and 2 deletions
34
workplans/RAIL-FAB-WP-0029-coordination-graph-perspective.md
Normal file
34
workplans/RAIL-FAB-WP-0029-coordination-graph-perspective.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
id: RAIL-FAB-WP-0029
|
||||
type: workplan
|
||||
title: "Inspectable workplan and wait graph in the Fabric explorer"
|
||||
domain: financials
|
||||
repo: railiance-fabric
|
||||
status: proposed
|
||||
owner: grok
|
||||
topic_slug: railiance
|
||||
created: "2026-09-14"
|
||||
updated: "2026-09-14"
|
||||
related: [RAIL-FAB-WP-0028, CUST-WP-0071]
|
||||
---
|
||||
|
||||
State Hub remains the workplan authoring surface. Fabric already has a
|
||||
graph-explorer shell. This plan is a *perspective*: open workplans, open
|
||||
tasks, and wait/depends_on edges, so the 100+ loose ends are inspectable.
|
||||
|
||||
First slice (this file's companion commit):
|
||||
`export --format coordination` and
|
||||
`/ui/graph-explorer?mode=coordination`.
|
||||
|
||||
## Host the coordination overlay next to Fabric topology
|
||||
|
||||
```task
|
||||
id: RAIL-FAB-WP-0029-T01
|
||||
status: todo
|
||||
priority: medium
|
||||
```
|
||||
|
||||
Keep the projection a read of State Hub. Add mode switching without a full
|
||||
page reload, chokepoint sizing from in-degree, and a hosted registry path
|
||||
under RAIL-FAB-WP-0028 when that authority exists. Do not let Fabric become
|
||||
the place workplans are edited.
|
||||
Loading…
Add table
Add a link
Reference in a new issue