File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ severity = " Warning"
2+ exclude = [" node_modules/**" , " .git/**" ]
3+ target = " ClaudeCode"
4+ tools = []
5+ locale = " en"
6+
7+ [rules ]
8+
9+ disabled_rules = [
10+ " PE-001" , # Auto-generated CLAUDE.md - rule placement controlled by agent-core template
11+ " PE-005" , # "Be concise" is ecosystem-wide boilerplate from agent-core sync
12+ " CC-MEM-005" , # Same as PE-005 for Claude-specific rules
13+ " CC-MEM-006" , # Negative instructions (NEVER/Do not) are ecosystem standard critical rules
14+ " CC-MEM-008" , # Duplicate of PE-001 for Claude memory files
15+ " CC-SK-017" , # Intentional - version is a client-specific frontmatter field
16+ " XP-003" , # Intentional - lib/cross-platform/RESEARCH.md documents all platform paths
17+ " CC-MEM-004" , # npm validate referenced in auto-generated CLAUDE.md (agent-core template issue)
18+ " AS-012" , # Intentional - enhance-hooks skill is a comprehensive hook reference (needs >500 lines)
19+ " CC-SK-009" , # Intentional - enhance-skills contains example injections for teaching purposes
20+ ]
21+
22+ [tool_versions ]
23+
24+ [spec_revisions ]
Original file line number Diff line number Diff line change 1010 ci :
1111 uses : agent-sh/.github/.github/workflows/ci-node.yml@main
1212 secrets : inherit
13+
14+ agnix :
15+ uses : agent-sh/.github/.github/workflows/ci-agnix.yml@main
You can’t perform that action at this time.
0 commit comments