Skip to content

Commit b838d9e

Browse files
authored
Merge pull request #2 from agent-sh/ci/add-agnix-validation
ci: add agnix validation to CI
2 parents ec41797 + 1fee703 commit b838d9e

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.agnix.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
severity = "Warning"
2+
exclude = ["node_modules/**", ".git/**"]
3+
target = "ClaudeCode"
4+
tools = []
5+
locale = "en"
6+
7+
[rules]
8+
cross_platform = false # Reference docs include cross-platform examples (Cursor paths, etc.)
9+
10+
disabled_rules = [
11+
"AGM-003", # Intentional - AGENTS.md is a comprehensive research reference, needs full length
12+
"AGM-004", # AGENTS.md is a knowledge base index, not a standard agent instruction file
13+
"AGM-005", # Cursor platform examples are reference content
14+
"CC-MEM-009", # Intentional - CLAUDE.md is a comprehensive reference doc, size is necessary
15+
"CDX-AG-002", # False positive - knowledge base content contains "token" references, not secrets
16+
]
17+
18+
[tool_versions]
19+
20+
[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)