Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions .agnix.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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/**", "dist/**", ".next/**"]
target = "ClaudeCode"
tools = []
locale = "en"

[rules]

disabled_rules = []

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The PR description states that this configuration includes 'repo-specific false positive suppressions', but the disabled_rules array is currently empty. If there are known rules that cause false positives for this repository, they should be added here to align with the PR's goal and prevent potential CI failures.


[tool_versions]

[spec_revisions]
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ jobs:
ci:
uses: agent-sh/.github/.github/workflows/ci-node.yml@main
secrets: inherit

agnix:
uses: agent-sh/.github/.github/workflows/ci-agnix.yml@main