Skip to content

v1.1.0

Choose a tag to compare

@abhiyoheswaran1 abhiyoheswaran1 released this 09 Jul 09:18
· 17 commits to main since this release

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 trustfresh/covered/verified pinned 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/ready by default (--allow-soft-spots downgrades to warn); ship lists skipped verification commands; create-task reports 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.