Documentation site for the falsegreen family: the deterministic false-green test scanners plus the semantic LLM pass. Built with MkDocs Material.
The site carries the unified code catalog (every detection code, its signal, and a BAD vs CLEAN example), the failure taxonomy (F1-F8) and judgments (J1-J6), and a page per scanner.
pip install -r requirements.txt
mkdocs serveOpen http://127.0.0.1:8000.
mkdocs build --strictThe static site lands in site/. Deployment to GitHub Pages runs from CI on push to
main (.github/workflows/deploy-docs.yml).
- falsegreen - Python/pytest
- falsegreen-js - JavaScript/TypeScript
- robotframework-falsegreen - Robot Framework
- falsegreen-skill - semantic LLM pass