We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd995c5 commit 6e2e376Copy full SHA for 6e2e376
1 file changed
CLAUDE.md
@@ -57,10 +57,11 @@ codeflash/
57
└── result/ # Result types and handling
58
```
59
60
-### Key Points
+### Key Rules to follow
61
62
- Use libcst, not ast - For Python, always use `libcst` for code parsing/modification to preserve formatting.
63
- Code context extraction and replacement tests must always assert for full string equality, no substring matching.
64
+- Any new feature or bug fix that can be tested automatically must have test cases.
65
66
## Code Style
67
0 commit comments