git clone https://github.com/smileynet/line-cook.git ~/line-cook
cd ~/line-cook/plugins/opencode && ./install.shcd ~/line-cook && git pull && ./plugins/opencode/install.shAfter installing, run:
/line-init
This verifies your setup (git, beads, plugin) and reports any issues with fix instructions.
install.sh fails:
- Ensure the script is executable:
chmod +x plugins/opencode/install.sh - Check that OpenCode's agent config directory exists
- Install beads:
brew install beads - Initialize beads in your project:
bd init - Run
/line-initto verify everything is configured - Follow Getting Started