Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions workflows/pr-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,8 @@ For first-class red-green-refactor workflow instructions, use `$tdd` when skills

Before fixing a bug, changing existing behavior, or implementing new behavior, follow the selected TDD entry point where possible.

Avoid horizontal TDD batches: write one failing behavior test through the public interface, implement only enough code for that behavior, then repeat.

## Local Validation Gate

Run the repo's CI change detector first (see `AGENTS.md` → **Agent Workflow
Expand Down
Loading