File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,19 +101,19 @@ Always keep untracked artifacts!
101101 → ** Yes:** ** Routine D (ExecPlans)** . Use an ExecPlan (as described in .agent/PLANS.md) from design to implementation.
102102 → ** No:** continue.
103103
104- 3** Does a failing test already exist in this repo that pinpoints the issue?**
104+ 3 . ** Does a failing test already exist in this repo that pinpoints the issue?**
105105→ ** Yes:** ** Routine B (Bugfix using existing failing test).**
106106→ ** No:** continue.
107107
108- 4** Is the edit strictly behavior‑neutral, local in scope, and clearly hit by existing tests?**
108+ 4 . ** Is the edit strictly behavior‑neutral, local in scope, and clearly hit by existing tests?**
109109→ ** Yes:** ** Routine B (Refactor/micro‑perf/documentation/build).**
110110→ ** No or unsure:** continue.
111111
112- 4 . ** Is new externally observable behavior required?**
112+ 5 . ** Is new externally observable behavior required?**
113113 → ** Yes:** ** Routine A (Full TDD)** . Add the smallest failing test first.
114114 → ** No:** continue.
115115
116- 5 . ** Is this purely an investigation/design spike with no production code changes?**
116+ 6 . ** Is this purely an investigation/design spike with no production code changes?**
117117 → ** Yes:** ** Routine C (Spike/Investigate).**
118118 → ** No or unsure:** ** Routine A.**
119119
You can’t perform that action at this time.
0 commit comments