Trust Flow

One reproducible offline arc: missing evidence and verdicts block completion, a bound independent verdict enables it, a state mutation stales it, fresh re-verification restores it, a checkpoint handoff exports it, and a second process resumes it with zero shared memory.

ackit task complete TASK-0007
ackit verification bundle TASK-0007 --format json --out .ackit/reviews/bundle.json
ackit verification record TASK-0007 --verdict .ackit/reviews/verdict.yaml --bundle .ackit/reviews/bundle.json
ackit status TASK-0007
ackit checkpoint export TASK-0007 --format json --out .ackit/reviews/handoff.json
ackit checkpoint import .ackit/reviews/handoff.json

Executed by tests/e2e/trust-flow-demo.test.ts and walked through in the product guide docs/guides/demo-trust-flow.md.