Replies: 2 comments
|
Quick update. Pulling the direct Stopgap until then is |
|
@smp4 shipped in v1.9.2. Plan steps now take a stages:
- name: red-green-refactor
steps:
- { title: Red, role: backend, cli: opencode }
- { title: Green, role: backend, cli: opencode }
- { title: Refactor, role: backend, cli: opencode }
- name: review
steps:
- { title: Code review, role: reviewer, cli: claude }Precedence: per-step Thanks. The framing in the OP — splitting the workflow as a tool limitation rather than user-side logic — was the right way to put it. Tracked as #964 → PR #965, see the v1.9.2 release notes. |
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
I've been searching for a declarative, reproducible workflow solution for some time, excited to find berstein.
On a first pass, it seems cli runtime can be assigned at the workflow level only. Is that correct? Ideally I'd like to be able to apply different CLIs to different stages in the workflow (eg. opencode to red/green/refactor, then claude code to code review). I guess i can work around that by having a workflow for just r/g/r with opencode, and follow on with another workflow for just the claude step, but this arbitrarily splits the whole workflow as a result of a tool limitation, rather than user-side logic.
is that possible?
cheers!
All reactions