Getting Started
Install agnix
npm install -g agnix
Validate your repository
agnix .
Apply auto-fixes
agnix --fix .
Recommended first workflow
- Run
agnix --target claude-code .for tool-specific checks. - Add
.agnix.tomlfor project defaults. - Integrate
agnixinto CI with SARIF output for code scanning.
Reference: