refactor(model): name Feature status by domain, not RAG color
StatusLevel held green/orange/red — the RAG vocabulary CONTEXT.md explicitly lists under _Avoid_ for the Status term, leaking a presentation concern into the model and authored TOML. Replace with on-track/at-risk/off-track; color now lives only in the renderer's tone() mapping. Breaking change to authored .toml status values.
This commit is contained in:
@@ -33,7 +33,7 @@ A free-text takeaway captured against a Feature once it is delivered — what th
|
||||
_Avoid_: retro note, lesson, postmortem
|
||||
|
||||
**Status**:
|
||||
A Feature's *current* delivery confidence (a snapshot, overwritten each review): **green** (all good), **orange** (in trouble but we have a plan), **red** (in trouble and we have no plan). May carry a comment. Applies only while in-flight; once delivered, the **Learning** takes over and the Status is dropped. An overdue Feature (past its latest estimate, not delivered) is expressed through an orange/red Status, not a dedicated symbol.
|
||||
A Feature's *current* delivery confidence (a snapshot, overwritten each review): **on-track** (all good), **at-risk** (in trouble but we have a plan), **off-track** (in trouble and we have no plan). May carry a comment. Applies only while in-flight; once delivered, the **Learning** takes over and the Status is dropped. An overdue Feature (past its latest estimate, not delivered) is expressed through an at-risk/off-track Status, not a dedicated symbol.
|
||||
_Avoid_: health, RAG, risk
|
||||
|
||||
**Week**:
|
||||
|
||||
Reference in New Issue
Block a user