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

    Lazyopencode Core

    v0.0.4智能体编排
    lazyopencode-core

    Governed team runtime for AI coding in OpenCode

    GitHub 星标

    1

    月装机量

    34

    近 7 天 8

    综合评分SCORE

    30.1

    生态多维模型

    最近提交

    1 个月前

    2026-07-12

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["lazyopencode-core@0.0.4"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    Zero-config governed team runtime for AI coding in OpenCode.

    One install line turns OpenCode into a governed AI coding team: task classifier, risk gates, focused subagents, workflow skills, background job tracking, permission guard, token budget, and close reports.

    // opencode.json
    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["lazyopencode-core"]
    }
    

    What It Does

    When you say... What happens
    fix typo in footer.ts Goes straight to build — well-bounded work is ceremony-free
    /lazy start add user registration Classifies as medium → suggests grilling → gates until spec is done
    全面优化这个项目 Blocked: "need scope, success criteria, must-not-break list"

    Quick Start

    1. Install OpenCode
    2. Add "lazyopencode-core" to your OpenCode config
    3. Run opencode in any project
    4. Try /lazy start <task> or /lazy doctor

    Updating

    Clear the plugin cache then restart OpenCode:

    rm -rf ~/.cache/opencode/packages/lazyopencode-core@latest && opencode
    

    The cache is checked at startup — no version detection yet, so manual refresh is needed after every publish.

    Docs

    Doc What's inside
    User Manual Full walkthrough
    Architecture How it works
    Product Audit Scope and comparison
    Council Multi-LLM decision system
    Work Plan Roadmap

    Packages

    Package Version Description
    lazyopencode-core npm Core OpenCode plugin
    @lazyopencode/desktop 0.0.1 Desktop distribution shell (planned 0.1.0)

    License

    MIT