@bfirestone45/opencode-arc
v0.5.0
Published
Official OpenCode plugin package for arc workflow integration.
Maintainers
Readme
OpenCode Arc
Official npm-style OpenCode plugin package for arc workflow integration.
Install
opencode plugin @bfirestone45/opencode-arc@latestThis registers the package in your OpenCode config; OpenCode installs it automatically from
npm on next start. After enabling the plugin, run arc onboard in each project root to
resolve the active Arc project and load current work context.
Provided surfaces
- Fail-open
arc primeautomation onsession.createdandsession.compacted. /arc-*commands registered from this package's bundled command markdown.arc-*helper agents registered from this package's bundled agent markdown.- Arc workflow skills exposed through this package's bundled
skills/directory.
For local development you can instead copy this directory's commands/, agents/, skills/,
and runtime plugins/ files into your OpenCode config dirs (~/.config/opencode/ or a
project .opencode/).
Target surfaces
- OpenCode web sessions
- OpenCode interactive CLI sessions
- Attached sessions for verification and testing (proof still pending)
Testing-only target
opencode run(proof still pending)
Contract
arc primeautomation is fail-open; missing or unhealthyarcmust not block OpenCode startup.- OpenCode commands, agents, and skills remain explicitly prefixed with
arc. - The OpenCode workflow is sequential and subagent-driven.
- This plugin does not claim worktree-isolated parallel execution.
