Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 824 Bytes

File metadata and controls

37 lines (25 loc) · 824 Bytes

Installing Line Cook for OpenCode

Install

git clone https://github.com/smileynet/line-cook.git ~/line-cook
cd ~/line-cook/plugins/opencode && ./install.sh

Update

cd ~/line-cook && git pull && ./plugins/opencode/install.sh

Verify

After installing, run:

/line-init

This verifies your setup (git, beads, plugin) and reports any issues with fix instructions.

Troubleshooting

install.sh fails:

  • Ensure the script is executable: chmod +x plugins/opencode/install.sh
  • Check that OpenCode's agent config directory exists

Next Steps

  1. Install beads: brew install beads
  2. Initialize beads in your project: bd init
  3. Run /line-init to verify everything is configured
  4. Follow Getting Started