A governance runtime (not a prompt) that enforces:
- TRUTHLOCK: claim IDs + epistemic labels + support rules
- ELOTBC: no fabrication pressure; explicit uncertainty
- UNITAG: consistent sections (META/PLAN/ANSWER/UNCERTAINTY/RED_FLAGS/TAGS)
Commands:
- winstack truthlock parse input.txt -o out.json
- winstack truthlock lint out.json
- winstack truthlock fix out.json -o fixed.json
- winstack truthlock evidence add FILE --store evidence_store.json
- winstack truthlock evidence verify --store evidence_store.json
- winstack truthlock selftest
Install (dev): python3 -m venv .venv source .venv/bin/activate pip install -e .