What changed, and why it matters
This commit only updates the project's .gitignore file to exclude common AI assistant configuration files (like CLAUDE.md, AGENT.md, .cursorrules, and folders such as .claude/). It does not change any executable code, build scripts, cryptographic logic, or user-facing behavior. There is no security relevance.
No action required. This is a benign housekeeping commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds entries to .gitignore for AI tooling local context files (.agents/, .codex/, .claude/, .cursorrules, AGENT.md, CLAUDE.md) and removes the old .claude entry. No source code, dependencies, firmware, or CI configuration are modified. This is a repository hygiene change with no attack surface.
Changed components
.gitignoreInspect captured patch +8 / −1
diff --git a/.gitignore b/.gitignore
index 2f96e70..0678910 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,4 +86,11 @@ krux-*/ktool*
# IDE files
.vscode
-.claude
\ No newline at end of file
+
+# AI tooling local context (per maintainer policy, never commit)
+.agents/
+.codex/
+.claude/
+.cursorrules
+AGENT.md
+CLAUDE.md
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.