What you get
A review pipeline that doesn't go stale silently.
Every review attaches to a specific release's content. Edit the content after approval, the review status flips to stale and re-fires. The deploy gate refuses to advance until a fresh review is in place.
Review kinds
- Manual — a person clicked approve
- Automated — a lint passed (broken-link check, accessibility scan, etc.)
- AI — the AI assistant reviewed the diff and reported concerns
- Compliance — an attestation against a policy
Findings
Each review can attach findings of severity info / warn / block. Blocking findings prevent deploy with a clean error. Admin override is available with an audit log.
Why it matters
The hard part of approvals isn't getting an approval. It's keeping the approval honest as content changes.