v1.1.0
A reviewer-trust upgrade across the front-of-loop → handoff path.
Highlights
agentloop harden— front-of-loop soft-spot interrogation of a task contract (placeholders, untestable acceptance, unbounded scope, unstated assumptions, contradictions). LLM-free and deterministic.- Content-addressed trust —
fresh/covered/verifiedpinned to git content hashes, not mtime/path, so a stale edit can never read as verified. - Intent ↔ change reconciliation — the PR/handoff packet shows which acceptance criteria are proven by passing verification commands and which changed files aren't tied to task intent.
- Fail-by-default gating — blocking soft spots fail
check-gates/readyby default (--allow-soft-spotsdowngrades to warn);shiplists skipped verification commands;create-taskreports soft spots by default.
Hardening
A two-round adversarial bug-pass closed two security holes (harden --answer command injection; harden <path> traversal), a ship --redact-paths bypass, and several correctness/regression fixes — each with a regression test.
See CHANGELOG.md for the full list.