What changed, and why it matters
This commit only adds a non-code guideline to a project documentation file (CLAUDE.md), instructing an AI coding assistant to avoid repeating code. It makes no changes to actual software, so it has no security effect on users of the project.
No security action needed; this is a documentation-only style guideline change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds two lines to CLAUDE.md, a project style/instruction document: a bullet telling Claude to keep code DRY and deduplicate new code. No Rust source, build scripts, tests, or configuration files were modified. There is no executable or security-relevant change.
Changed components
CLAUDE.md (project documentation only)Inspect captured patch +2 / −0
diff --git a/CLAUDE.md b/CLAUDE.md
index 15dd458..cecd79c 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -23,3 +23,5 @@ See [README.md](README.md) for the workspace layout and [ARCH.md](ARCH.md) for s
- When adding comments, do not refer to internal logic in other modules, instead
make sure comments make sense in the context they're in without needing other
context.
+- Try to keep code DRY - if new code you add is duplicate with other code,
+ deduplicate it.
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.