Skip to content

Commit d84fe87

Browse files
committed
chore(ai): describe test-first dev style
1 parent 3f6b2be commit d84fe87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313
- Always update `docs/` to ensure documentation matches modules
1414
- Always run `cargo check` and `cargo check -p multistore-cf-workers --target wasm32-unknown-unknown` to validate code
1515
- When making large changes, break work into smaller logical commits rather than one monolithic commit.
16+
- When fixing bugs, first write a failing test and then fix the bug to ensure that the fix resolved the issue.
17+
- Review codebase for dead code after refactoring.
1618
- Use conventional commits.

0 commit comments

Comments
 (0)