Split verification into three independent tools for artifacts, repositories and actions.
Yashkhou Verify
Yashkhou Verify is a model-agnostic verification suite for checking AI work with deterministic evidence rather than trusting the system that produced it.

AI can generate files, code and actions quickly, but a claimed success is not the same as a verified outcome. The proof layer needs to stay independent from the model that created the work.
Prefer deterministic assertions, executable tests and source evidence before probabilistic judgement.
Emit machine-readable evidence and non-zero exits so verification can gate larger workflows.
Treat irreversible actions differently from reversible ones and preserve rollback or compensation paths where possible.
What it does,
without the theatre.
What the system is meant to preserve.
- 01The verifier should not need to trust the generator
- 02Deterministic checks before model judgement
- 03Evidence should survive outside the chat that created it
- 04Recovery paths are part of safe execution
Is Verify one monolithic tool?+
No. The repository contains three independent tools: Artifact Verify, Repo Verify and Action Guard.
Does verification guarantee correctness?+
No. It is verification infrastructure, focused on explicit structural, content, code and action checks that can be measured.
Can it gate automated workflows?+
Yes. The tools emit evidence and failure exit codes designed to gate automated workflows.