跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    jackmazac

    Conductor

    v0.1.0智能体编排
    @mazac-fox/opencode-conductor

    Opinionated multi-agent planning, delegation, review, and documentation workflow plugin for OpenCode.

    GitHub 星标

    0

    月装机量

    10

    近 7 天 3

    综合评分SCORE

    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"]
    }

    opencode 启动时会通过内嵌运行时自动加载 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: Cursor agent CLI exploration + content-addressed cache (see src/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