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"]
}写入 ~/.config/opencode/opencode.json,对所有项目生效。
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["lazyopencode-core@0.0.4"]
}若你要在本地改造这个插件,先装到项目里再从本地路径引用。
shell
pnpm add -D lazyopencode-coreopencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。
README.md
查看原始文件→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
- Install OpenCode
- Add
"lazyopencode-core"to your OpenCode config - Run
opencodein any project - 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 |
Core OpenCode plugin | |
@lazyopencode/desktop |
0.0.1 |
Desktop distribution shell (planned 0.1.0) |
License
MIT