mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
When top-level task mentions "TDD" or "test-driven", planner now creates test-first task pairs: 1. Write failing test (must fail for RIGHT reason, not syntax errors) 2. Make test pass (depends on failing test task) This enforces TDD through task structure rather than acceptance criteria. 🤖 Generated with [Claude Code](https://claude.com/claude-code)