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
34 lines
1,014 B
Markdown
34 lines
1,014 B
Markdown
---
|
|
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.
|