Thanks for your interest in AgentLint! Here's how to help.
Open an issue with:
- What happened and what you expected
- Steps to reproduce
- Your OS and Node version
Open an issue describing the problem you want to solve.
- Open an issue first for anything non-trivial
- Fork the repo, create a branch (
fix/descriptionorfeature/description) - Make your changes, add tests if applicable
- Run
bash tests/test-scanner.sh && node tests/test-scorer.js && node tests/test-plan-generator.js && node tests/test-reporter.js && node tests/test-fixer.js - Open a PR against
main
- One logical change per PR
- Tests for new functionality
- Clear description of what and why
AI-assisted PRs are welcome. Please note in the PR description if AI tools were used and what level of manual review was done.
git clone https://github.com/0xmariowu/agent-lint.git
cd agent-lint
# No npm install needed — no dependencies
bash tests/test-scanner.sh # verify scanner worksRequirements: bash, jq, node 20+