Contributing
Ways to contribute
Section titled “Ways to contribute”- Improve existing checks and recommendations
- Add or refine report output
- Expand documentation and examples
- Report issues and propose feature requests
Local development
Section titled “Local development”git clone https://github.com/anakotai/harnix.gitcd harnixnpm installRun the CLI against a target repository:
node bin/harnix.js scan .Run docs locally:
cd docsnpm installnpm run devContribution quality bar
Section titled “Contribution quality bar”- Keep changes focused and testable
- Update docs when behavior changes
- Prefer explicit check IDs and deterministic output wording
- Avoid network dependencies in scan execution