Skip to content

Commit 6e2e376

Browse files
committed
update claude.md
1 parent bd995c5 commit 6e2e376

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ codeflash/
5757
└── result/ # Result types and handling
5858
```
5959

60-
### Key Points
60+
### Key Rules to follow
6161

6262
- Use libcst, not ast - For Python, always use `libcst` for code parsing/modification to preserve formatting.
6363
- 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.
6465

6566
## Code Style
6667

0 commit comments

Comments
 (0)