We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6b2be commit d84fe87Copy full SHA for d84fe87
1 file changed
CLAUDE.md
@@ -13,4 +13,6 @@
13
- Always update `docs/` to ensure documentation matches modules
14
- Always run `cargo check` and `cargo check -p multistore-cf-workers --target wasm32-unknown-unknown` to validate code
15
- 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.
18
- Use conventional commits.
0 commit comments