Bug Fixes
-
Strict TDD Mode now enforced across sub-agent boundaries — The orchestrator injects
strict_tddstatus directly into sdd-apply and sdd-verify sub-agent prompts instead of relying on self-discovery via engram search. Added hard gate in sdd-apply: no silent fallback to Standard Mode when TDD is active. sdd-verify respects orchestrator-injected TDD mode as authoritative. -
Apply-progress preserved across batches — sdd-apply now uses read-merge-write semantics instead of blind topic_key upsert. The orchestrator passes previous apply-progress reference to continuation batches. Sub-agents must read and merge prior progress before saving, preserving cumulative task state across all batches.
All changes are prompt/markdown only — zero Go code modifications.