0007 — Write core/instructions/testing.md #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Create the testing conventions instruction file at
core/instructions/testing.md. Plain markdown, no frontmatter. The agent reads this file on demand when writing or running tests, as directed by the content index inproviders/claude-code/CLAUDE.md.The file establishes four key rules: prefer integration tests over mocks; automate everything automatable; test observable end-state, not implementation internals; no test is better than a wrong test.
Acceptance criteria
core/instructions/testing.mdBlocked by