Aftermath

Documentation

Docs

Aftermath verifies agent-written changes by executing repository truth and emitting durable receipts — Markdown, HTML, and JSON — plus CI-friendly summary.json.

Primary workflow

  1. /aftermath-baseline
  2. Agent implements changes
  3. aftermath status (optional) → /aftermath-verify
  4. Optional /aftermath-repair, then re-verify
  5. aftermath compare latest · inspect latest · explain latest

Verdicts

VERIFIED, PARTIALLY VERIFIED, FAILED, INCONCLUSIVE, CANCELLED.

VERIFIED means configured mandatory gates passed — not that software is bug-free.

CLI

aftermath status
aftermath verify [--full] [--ci] [--json] [--sarif]
aftermath baseline [--force]
aftermath compare [run|latest]
aftermath inspect <run|latest>
aftermath explain <run|latest>
aftermath receipt <run|latest> [--html|--md|--json]
aftermath repair-context <run|latest>
aftermath config validate
aftermath doctor

Guides in the repository