What problem does it solve? It automates the risky process of promoting a dev branch to a main baseline by enforcing board-verification receipts, known-issues gates, approval independence checks, and automatic rollback so unverified or unapproved code never reaches main. ## Core Features & Use Cases - Gated Promotion Pipeline: Runs precheck classification, candidate registration, document sync, squash merge, tree-equivalence assertion, and dev rebuild in one orchestrated flow. - Evidence-Based Gates: Requires board-mode pass receipts, package evidence, known-issues clearance, and an externalized approval token before promotion; any unfixable failure blocks promote. - Automatic Rollback: On merge, squash, or push failure it resets main, reverts the candidate registration, and cleans up verified tags and evidence snapshots. - Use Case: After finishing a dev task on an embedded Android project, run the orchestrator to verify changes on hardware, register a candidate baseline, sync docs, and promote a squash commit to main with a full audit trail. ## Quick Start Ask the AI to run the publish-main-base workflow to verify the current dev branch on the board and promote it as a new main baseline.