qualitygate is an early-stage local-first developer tool.
This repository is early-stage. The README now reflects the current project intent from docs/PRD.md, but behavior should still be treated as pre-1.0 until implementation, examples, and release checks mature.
git clone https://github.com/rogerchappel/qualitygate.git
cd qualitygate
npm installStart by reading the product notes and running the local checks:
sed -n '1,120p' docs/PRD.md
npm testIf you are evaluating the package contents before a release, run:
npm testnpm test- The package is still a v0.1.0 project and may not expose a finished CLI or public API yet.
- Treat the PRD as direction, not a guarantee that every listed capability is implemented.
- Do not use the package for production security, compliance, or release decisions until tests and examples cover that workflow.
See CONTRIBUTING.md. Keep changes small, update the PRD or README when scope changes, and include the exact verification command in every pull request.
See SECURITY.md. Do not include secrets, private tokens, proprietary dependency data, or sensitive logs in public issues or examples.
MIT