@mazac-fox/opencode-conductorOpinionated multi-agent planning, delegation, review, and documentation workflow plugin for OpenCode.
0
10
近 7 天 3
21.7
生态多维模型
3 个月前
2026-05-21
快速安装与配置
opencode.json写入当前项目的 opencode.json,只对这个仓库生效。
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@mazac-fox/opencode-conductor@0.1.0"]
}写入 ~/.config/opencode/opencode.json,对所有项目生效。
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@mazac-fox/opencode-conductor@0.1.0"]
}若你要在本地改造这个插件,先装到项目里再从本地路径引用。
shell
pnpm add -D @mazac-fox/opencode-conductoropencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。
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-conductor
Or local dev:
{
"plugin": ["file:///path/to/opencode-conductor/src/index.ts"]
}
Development
bun run check
bun run smoke:runtime
Optional: 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