Complete State Hub bootstrap workplans (WP-0001)
- Review integration files; fill SCOPE where templated - Document dev workflow in stack-and-commands.md - Seed WP-0002 implementation workplan; mark bootstrap finished - Hub sync via fix-consistency
This commit is contained in:
parent
cbc4e5160a
commit
ace04ae36e
10 changed files with 281 additions and 53 deletions
|
|
@ -1,7 +1,7 @@
|
|||
## Workplan Convention (ADR-001)
|
||||
|
||||
File location: `workplans/BCHROME-WP-NNNN-<slug>.md`
|
||||
ID prefix: `BCHROME-WP-`
|
||||
File location: `workplans/BINECT-CHROME-WP-NNNN-<slug>.md`
|
||||
ID prefix: `BINECT-CHROME-WP-`
|
||||
|
||||
Work items originate as files in this repo **before** being registered in the hub.
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ repo state, and `finished` when implementation is complete. `stalled` and
|
|||
`needs_review` are derived health labels, not stored statuses.
|
||||
|
||||
Closed workplans may be moved to `workplans/archived/` with a completion-date
|
||||
prefix: `YYMMDD-BCHROME-WP-NNNN-<slug>.md`. The frontmatter id remains
|
||||
prefix: `YYMMDD-BINECT-CHROME-WP-NNNN-<slug>.md`. The frontmatter id remains
|
||||
unchanged; the prefix is only for quick visual reference.
|
||||
|
||||
Small opportunistic tasks discovered during another session use **Ad Hoc Tasks**:
|
||||
|
|
@ -28,7 +28,7 @@ the workstream.
|
|||
Task blocks use this shape:
|
||||
|
||||
```task
|
||||
id: BCHROME-WP-NNNN-T01
|
||||
id: BINECT-CHROME-WP-NNNN-T01
|
||||
status: wait | todo | progress | done | cancel
|
||||
priority: high | medium | low
|
||||
state_hub_task_id: "<uuid>" # written by fix-consistency — do not edit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue