Skip to content

OpenCode

Jumpspace does not ship a dedicated OpenCode installer today.

Use the manual path:

Terminal window
npx @jumpspace/cli init --auto
npx @jumpspace/cli add-skill --all
npx @jumpspace/cli task scan

Then configure OpenCode to read the repo guidance files that exist in your checkout.

Use Jumpspace to gather source-backed implementation context before changing
code. Start from work packets when a task ID is available.

Ask the agent to finish with:

Terminal window
npx @jumpspace/cli task audit --json
npx @jumpspace/cli task doctor --json
npx @jumpspace/cli task handoff --json

A dedicated OpenCode target may be added later.