What problem does it solve? Autonomous build pipelines that run multiple changes concurrently risk worktree contention, merge races, and untracked subagent failures. This executor removes that risk by running the build pass strictly one issue at a time, with deterministic ledger recording and custody verification. ## Core Features & Use Cases - Sequential build dispatch: Runs each issue or collision group as a foreground-blocking build subagent, blocking until a terminal token returns before starting the next. - Integrity and evidence custody: Brackets every dispatch with integrity-digest snapshot/verify, persists and verifies per-issue AC and review evidence, and parks units on tamper or mismatch. - Merge orchestration: Runs the merge locus itself for each PR-ready build, recording fixed ledger buckets (shipped, pr-open, parked, superseded, errored). - Use Case: An unattended L3 run drains a backlog overnight; this default executor builds each issue serially so every merge sees main exactly as the prior merge left it, with no rebase or race handling needed. ## Quick Start Configure the concurrency slot to faffter-noon-concurrency-sequential and let the beep-boop build pass run each issue sequentially by default.