The new names better reflect the compounding engineering philosophy: each documented solution compounds your team's knowledge. - /codify → /compound (old command shows deprecation notice) - codify-docs → compound-docs skill - Updated all docs, philosophy sections, and references 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
880 B
880 B
Critical Pattern Template
Use this template when adding a pattern to docs/solutions/patterns/cora-critical-patterns.md:
N. [Pattern Name] (ALWAYS REQUIRED)
❌ WRONG ([Will cause X error])
[code showing wrong approach]
✅ CORRECT
[code showing correct approach]
Why: [Technical explanation of why this is required]
Placement/Context: [When this applies]
Documented in: docs/solutions/[category]/[filename].md
Instructions:
- Replace N with the next pattern number
- Replace [Pattern Name] with descriptive title
- Fill in WRONG example with code that causes the problem
- Fill in CORRECT example with the solution
- Explain the technical reason in "Why"
- Clarify when this pattern applies in "Placement/Context"
- Link to the full troubleshooting doc where this was originally solved