/agents / validator
validator
RULE 0.4 enforcement gate — fact-checker and hallucination detector. Verifies API existence, version compatibility, documentation claims, code reality, and external benchmarks. Read-only — emits VERIFIED / UNVERIFIED / FALSE / PARTIALLY TRUE per claim.
| tier | T1 |
| category | hub |
| writes? | read-only |
Agent({
subagent_type: "validator",
prompt: "<your task>",
isolation: "worktree"
})# on fork, .claude/agents/<id>/ contains: spec.md # prompt verbatim plan.md # phases + verify-criteria progress.json # {ts,phase,pct,note} every 30s chatlog.md # rolling transcript handoffs.md # sub-agents + branches review.md # self-review on completion
# orchestrator at completion $ kei-ledger validate <agent-id> $ git merge --no-ff agent/validator-1714291200 $ git push forgejo HEAD # or squash / reject / defer per AskUserQuestion
other T1 agents
validator-api
Verifies API existence and signatures. Reads docs, greps source, fetches OpenAPI / vendor reference. Read-only.
validator-benchmark
Verifies external benchmark claims (p50/p95/throughput). Read-only.
validator-code-reality
Verifies behavioural claims against running code. Reads tests, traces, recent runs. Read-only.