Index workplan flavor and omit residuals from default views.
STATE-WP-0092: persist flavor from files, treat depends_on as the C-20 canonical edge, exclude flavor=residual from summary/next_steps/deps unless include_residuals is set. Live primary still needs the alembic revision applied. Assistant: grok Assistant-Session: 01a09dc1-b21e-77e1-919e-fcad2f82b267
This commit is contained in:
parent
ea11451e9c
commit
ddc3338541
18 changed files with 852 additions and 25 deletions
|
|
@ -17,8 +17,15 @@ repo: state-hub
|
|||
status: proposed
|
||||
owner: custodian
|
||||
topic_slug: custodian
|
||||
flavor: planning
|
||||
depends_on: []
|
||||
```
|
||||
|
||||
`flavor` is `planning` | `implementation` | `refactoring` | `extension` |
|
||||
`residual`. Unset is not residual. Default State Hub open views omit
|
||||
`flavor: residual` until demand or risk promotes it (STATE-WP-0092).
|
||||
`depends_on` lists blocker workplan ids; C-20 indexes that field.
|
||||
|
||||
During extraction, legacy `CUST-WP-*` plans may be bridged or migrated with
|
||||
their existing `state_hub_workstream_id` values. Write files first, then run
|
||||
State Hub consistency sync after this repo is registered.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue