Governance-first OpenCode plugin for safer, more predictable software engineering workflows.
- policy-enforced execution for risky coding operations
- plan-first controls for mutation workflows
- approval gates and audit evidence for human-in-the-loop governance
- bounded delegation with anti-loop protection
- verification contracts and session-level governance reporting
npm install
npm run buildFor local development:
npm run validate
npm test- schema:
swe-sworm.schema.json - launch guide: see benchmark harness docs under
benchmark/swe-rebench/
Example profile in .opencode/swe-sworm.json:
{
"plugin": {
"swe-sworm": {
"mode": "balanced",
"planFirst": {
"enabled": true,
"maxPlanAgeMs": 1800000
}
}
}
}- contribution guide:
CONTRIBUTING.md - roadmap and feature planning: GitHub issues and milestones
- release history:
CHANGELOG.md
src/- runtime, governance policies, tools, and hooks.opencode/- agents, commands, and skillstests/- unit, integration, and resilience test suitesbenchmark/- evaluation harness and benchmark assets
Apache License 2.0. See LICENSE.