fix(templates): stale 'eleven irreducible primitives' prose → thirteen#7
Conversation
Caught during P13 validation pass: while the primitives table and full
reflexive-trigger sections in CLAUDE.md.template / AGENTS.md.template
were correctly updated to P1–P13 in the prior PR, two intro lines (one
per template) still referenced "eleven irreducible primitives (P1–P11)".
Doctor didn't catch it because it checks the count header line and table
rows, not the intro prose. Template inconsistency would have shipped to
fresh workspaces — every new bootstrap would scaffold a contradicting
CLAUDE.md (table says 13, intro says 11).
Two single-line fixes:
- CLAUDE.md.template intro: "eleven irreducible primitives (P1–P11)"
→ "thirteen irreducible primitives (P1–P13)"
- AGENTS.md.template intro: "eleven irreducible building blocks"
→ "thirteen irreducible building blocks"
This is the kind of gap P11 (Empirical Feedback Loop) is supposed to
catch. Surfaced by running `bstack doctor` against a fresh-scaffolded
workspace and grepping the templates manually for stale numerals.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Caught during P13 validation pass. CLAUDE.md.template and AGENTS.md.template each had a stale intro line referencing 'eleven irreducible primitives (P1–P11)' even though the count header + primitive table + reflexive-rule sections were correctly updated to P13 in the prior PR. Two single-line fixes — would have caused fresh-bootstrapped workspaces to scaffold contradicting CLAUDE.md (table=13, intro=11). Doctor didn't catch it because intro prose isn't part of its check surface; surfaced manually via grep during the validation pass.