What problem does it solve? It prevents unsafe or inconsistent changes to the SEIS repository by enforcing governance rules, identity checks, and release gating before any policy- or release-facing modification is applied. ## Core Features & Use Cases - Governance Workflow Enforcement: Checks git status, branch context, and repository identity against canonical manifests like .agents/plugins/marketplace.json and data/seis-operating-identities.json before changes. - Release Decision Gating: Blocks readiness claims until plugin checks, quality gates, and GitHub reviews pass for release-facing files. - Marketplace & Identity Validation: Verifies plugin install IDs, lane consolidation, and operating identities using npm check scripts. - Use Case: Before publishing a SEIS plugin update, run the governance checks to confirm the marketplace manifest, agent profile, and branch policy all align with the canonical main branch. ## Quick Start Ask the agent to validate the current SEIS repository state against governance policy and report whether the plugin is ready for release.