Skip to content

Commit a32c67a

Browse files
authored
Fix formatting and numbering in AGENTS.md (#5738)
1 parent 040e40b commit a32c67a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)