Index workplan flavor and omit residuals from default views.
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Build and Publish Multi-Context Image / build-and-push (push) Successful in 32s

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:
tegwick 2026-09-14 15:28:58 +02:00
parent ea11451e9c
commit ddc3338541
18 changed files with 852 additions and 25 deletions

View file

@ -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.