Add renormalization rule guide

This commit is contained in:
2026-05-23 17:01:41 +02:00
parent f3805eab79
commit d4a195d0b5
3 changed files with 96 additions and 1 deletions

View File

@@ -154,7 +154,7 @@ existing consistency sync loop.
```task
id: STATE-WP-0047-T06
status: todo
status: done
priority: medium
state_hub_task_id: "4b663fce-876c-4a52-955c-c754dbf44b0f"
```
@@ -165,6 +165,11 @@ turn that pattern into a new invariant, test, or consistency repair.
Done when renormalization scaffolding has an explicit "add the next guard here"
pattern instead of relying on ad hoc fixes.
Result 2026-05-23: added a renormalization rule registry and
`scripts/consistency_check.py --renormalization-guide`. The guide lists active
repair rules and the concise checklist for turning the next recognized drift
pattern into metadata, detection, repair, and tests.
## T07 - Regression Tests
```task
@@ -191,6 +196,9 @@ Progress 2026-05-23: added consistency checker coverage for lifecycle
renormalization detection and repair, including a guard that C-23 takes
precedence over generic C-04 status drift.
Progress 2026-05-23: added guide coverage so the drift-learning scaffold has a
stable test anchor.
## Acceptance Criteria
- Starting task work deterministically activates the parent workstream.