Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .agnix.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
severity = "Warning"

Check notice on line 1 in .agnix.toml

View workflow job for this annotation

GitHub Actions / agnix / agnix

No tool or spec versions pinned. Version-dependent rules will use default assumptions. [VER-001]
exclude = ["node_modules/**", ".git/**"]
target = "ClaudeCode"
tools = []
Expand All @@ -15,6 +15,7 @@
"CC-SK-017", # Intentional - version is a client-specific frontmatter field
"XP-003", # Intentional - lib/cross-platform/RESEARCH.md documents all platform paths
"CC-MEM-004", # npm validate referenced in auto-generated CLAUDE.md (agent-core template issue)
"CDX-AG-002", # False positive - "Token efficiency" in AGENTS.md is not a secret
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-high high

Disabling a secret detection rule globally for the entire repository can be a security risk, as it may prevent the detection of actual secrets committed in other files in the future. A more secure approach is to scope the exception as narrowly as possible. If agnix supports a more granular configuration, please consider disabling this rule only for AGENTS.md to limit the scope of this exception.

]

[tool_versions]
Expand Down
Loading