Skip to content

Commit 89f70cd

Browse files
Consistency change on CLAUDE.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 5d283a4 commit 89f70cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,5 @@ Requires Node >= 20.
195195

196196
* Never silently skip or dismiss linting/formatting warnings — always check whether they are relevant to the current change
197197
* If a warning fires on code you touched, fix it
198-
* If a warning fires on code you didn't touch, mention it to the user but don't fix it (per the "don't clean up other sessions' files" rule)
198+
* If a warning fires on code you didn't touch, mention it to the user but don't fix it (per the "Do not clean up lint/format issues in files you aren't working on" rule in Parallel Sessions)
199199
* Run `npm run lint` after editing code and review the output — do not assume warnings are spurious

0 commit comments

Comments
 (0)