@mazac-fox/opencode-conductor
v0.1.0
Published
Opinionated multi-agent planning, delegation, review, and documentation workflow plugin for OpenCode.
Downloads
63
Maintainers
Readme
@mazac-fox/opencode-conductor
Doctrine and orchestration for the OpenCode plugin fleet: plans, runs, progress, journals, audits, lifecycle artifacts, spine, and workflow tools—integrated with peers via artifacts and contracts, not shell-outs.
What it is
- Writes under
.opencode/(plans, status, progress, journal, handoff, lifecycle, spine). explore_fast: CursoragentCLI exploration + content-addressed cache (seesrc/explore-fast.ts).conflict_context: dispatcher to Engram’s native tool when the host supports it.
Tool names and count are contract-tested (src/plugin-contract.test.ts; runtime smoke asserts the count). Third-party/community plugins are Fleet- and operator-owned, not maintained here.
Quick start
bun add @mazac-fox/opencode-conductorOr local dev:
{
"plugin": ["file:///path/to/opencode-conductor/src/index.ts"]
}Development
bun run check
bun run smoke:runtimeOptional: bun run smoke:explore-fast, bun run smoke:commit (env-gated). Details: AGENTS.md.
Fleet position
| Owns | Does not own | |------|----------------| | Plans/runs/lifecycle artifacts, workflow tools | Memory (Engram), graph truth (Codemem), locks (Concord), canonical IDs (opencode-fleet-contracts), wrap layer (opencode-host-adapter) |
License
MIT
