Skip to content
    ↑↓ select↵ openesc close
    English中文
    SisyphusZheng

    Lazyopencode Core

    v0.0.4Agent Orchestration
    lazyopencode-core

    Governed team runtime for AI coding in OpenCode

    GitHub stars

    1

    Monthly installs

    34

    8 in 7 days

    Composite scoreSCORE

    30.1

    Multi-signal model

    Last commit

    1 month ago

    2026-07-12

    Install and configure

    opencode.json

    Writes to this project's opencode.json — applies to this repository only.

    opencode.json

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

    opencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.

    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