docs: rehome state model workplan
This commit is contained in:
parent
bd7ac91ebf
commit
f9d2dd0046
2 changed files with 215 additions and 1 deletions
24
docs/workplan-convention.md
Normal file
24
docs/workplan-convention.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# State Hub Workplan Convention
|
||||
|
||||
New workplans in this repository use:
|
||||
|
||||
```text
|
||||
SHUB-WP-0001-short-title.md
|
||||
```
|
||||
|
||||
Workplan frontmatter should include:
|
||||
|
||||
```yaml
|
||||
id: SHUB-WP-0001
|
||||
type: workplan
|
||||
title: "Short Title"
|
||||
domain: custodian
|
||||
repo: state-hub
|
||||
status: active
|
||||
owner: custodian
|
||||
topic_slug: custodian
|
||||
```
|
||||
|
||||
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