STATE-WP-0069 T06: add workplan flow entity and prefer open_workplans
Introduce flows/workplan.yaml and /flows/workplan/* routes alongside the legacy workstream flow. Dashboard, README, and MCP flow docs now prefer open_workplans with open_workstreams fallback until dual-key retirement.
This commit is contained in:
parent
f596fc27c7
commit
2b83654ac3
12 changed files with 122 additions and 13 deletions
|
|
@ -186,7 +186,8 @@ Returns a full snapshot in one call — used by both the MCP server and dashboar
|
|||
"blocking_decisions": [...], // pending decisions only
|
||||
"waiting_tasks": [...],
|
||||
"recent_progress": [...], // last 20 events
|
||||
"open_workstreams": [...]
|
||||
"open_workplans": [...],
|
||||
"open_workstreams": [...] // legacy alias of open_workplans until STATE-WP-0069 T06 retires it
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue