What problem does it solve? Roadmap changes in .open-autonomy/roadmap.yml need an independent gate that judges strategist proposals on merit and planner edits on consistency, without giving the reviewer the ability to merge its own approvals. ## Core Features & Use Cases - Dual-mode review: Classifies the PR diff as a strategist proposal (new proposed: true items judged against the constitution and merit rubric) or a planner operational edit (judged only for consistency with ratified items). - Governance enforcement: Rejects any PR touching files outside the roadmap and strategist archive, such as the constitution, workflows, or skills. - Credential-split publishing: Writes a typed open-autonomy.review.v1 JSON result in trusted-effect mode, or posts the agent-review status last in local compatibility mode, never merging code itself. - Use Case: A strategist agent opens a PR adding three proposed roadmap items; this skill fetches the diff via gh pr view, checks each item for north-star alignment, evidence, and falsifiability, then publishes an approved or changes-requested verdict bound to the exact head SHA. ## Quick Start Review the roadmap pull request referenced by the TARGET_REF environment variable and publish the verdict according to the runner's mode.