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
3 changes: 2 additions & 1 deletion .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 @@ -12,9 +12,10 @@
"CC-MEM-005", # Same as PE-005 for Claude-specific rules
"CC-MEM-006", # Negative instructions (NEVER/Do not) are ecosystem standard critical rules
"CC-MEM-008", # Duplicate of PE-001 for Claude memory files
"CC-MEM-004", # npm validate referenced in auto-generated CLAUDE.md (agent-core template issue)
"CC-SK-017", # Intentional - version is a client-specific frontmatter field
"CDX-AG-002", # False positive - "Token efficiency" in AGENTS.md is not a secret
"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)
]

[tool_versions]
Expand Down
Loading