lazyopencode-coreGoverned team runtime for AI coding in OpenCode
1
34
8 in 7 days
30.1
Multi-signal model
1 month ago
2026-07-12
Install and configure
opencode.jsonWrites 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"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["lazyopencode-core@0.0.4"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D lazyopencode-coreopencode 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
- 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