@qforge/opencode-cc
v0.0.6
Published
OpenCode, supercharged. ⚡
Readme
opencode-cc
OpenCode, supercharged. ⚡
To Install 🔌
Add to "plugin" in .opencode/opencode.json:
{
"plugin": ["@qforge/opencode-cc"]
}Contributing 🤝
Install dependencies:
bun installBuild:
bun run buildNotes 📝
Child Session Worktrees
When the orchestrator creates a new child session, this plugin creates an isolated git worktree and creates the child session inside that worktree.
- Location:
.opencode/worktrees/ - Cleanup: worktrees are not removed automatically; delete them with
git worktree remove <path>(and optionally delete the associated branch) when you no longer need them.
This project was created using bun init in bun v1.3.5. Bun is a fast all-in-one JavaScript runtime.
