forked from HAL9000/cleveragents-core
942009ccf6
Adds a new 'Reconciliation failure behavior' subsection to the Invariants section documenting: - ReconciliationBlockedError blocks phase transitions when reconciliation fails - INVARIANT_VIOLATED event emitted on the event bus - Reconciliation runs at start of Strategize, Execute, and Apply phases - Post-correction automatic re-reconciliation via CORRECTION_APPLIED event - builtin/invariant-reconciliation as the fallback actor name This fills a spec gap identified in proposal #5942 — the implementation (plan_lifecycle_service.py, actor/reconciliation.py) has this behavior but it was not documented in the spec.