Problem
At the moment we do not support Claude Code. The only supported harness is OpenCode.
Proposed solution
- Add support for Claude Code by converting and adapting the current agents, commands and harness configs
- Add a step to workbench setup to toggle which harness to add (multiple selection should be allowed) — the list will grow in the future with other harnesses
- cli - Add ability to add a harness config midway for example
workbench --add-harness claude-code
- cli - Add ability to remove harness config midway for example
workbench --remove-harness opencode
Additional context
This repo converts from opencode to claude code. We could potentially get inspired from:
https://github.com/enulus/OpenPackage
Problem
At the moment we do not support Claude Code. The only supported harness is OpenCode.
Proposed solution
workbench --add-harness claude-codeworkbench --remove-harness opencodeAdditional context
This repo converts from opencode to claude code. We could potentially get inspired from:
https://github.com/enulus/OpenPackage