Documentation
README
Verify information accuracy against codebase and docs
Verifies if a statement is true by checking your project's code and documentation.
Usage
# Basic usage
/check-fact "The Flutter app uses Riverpod"
# Check multiple facts at once
/check-fact "This project uses GraphQL and manages routing with auto_route"
# Check technical details
/check-fact "JWT is used for authentication, and Firebase Auth is not used"
How It Works
- Where I Look (in order)
- The actual code (most trustworthy)
- README.md and docs/ folder
- Config files (package.json, pubspec.yaml, etc.)
- Issues and PR discussions
This is the opening of the README. Read the full README on GitHub.