Skip to content

Commit 1ba4062

Browse files
authored
Merge pull request #4 from agent-sh/ci/add-agnix-validation
ci: add agnix validation to CI
2 parents 2cab47f + c2f791a commit 1ba4062

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

.agnix.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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]

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ jobs:
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

0 commit comments

Comments
 (0)