diff --git a/.agnix.toml b/.agnix.toml index cbd37e1..1f7dd17 100644 --- a/.agnix.toml +++ b/.agnix.toml @@ -12,9 +12,10 @@ disabled_rules = [ "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]