summaryrefslogtreecommitdiffstats
path: root/.claude
diff options
context:
space:
mode:
Diffstat (limited to '.claude')
-rw-r--r--.claude/CLAUDE.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md
index dbca976..1a8ec82 100644
--- a/.claude/CLAUDE.md
+++ b/.claude/CLAUDE.md
@@ -18,3 +18,10 @@
- Format multi-step Bash commands across multiple lines (one logical step per line, `\` continuations, section `echo`
separators on their own line) rather than one dense single line. I read commands before approving them.
+
+# Diagnostics & linters
+
+- Never silence a warning/diagnostic to make it go away. Fix the root cause, or give the tool the real information it
+ needs (types, config, library paths) so it stops being wrong. Inline `disable`/`ignore` annotations and blanket mutes
+ are not acceptable unless I explicitly ask for them.
+- Don't re-propose an approach I've already rejected or you've conceded is wrong. Carry the concession forward.