-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
@marcus
marcus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean implementation. Branch flag threads correctly through CLI → preflight → orchestrator → prompts → DB. Migration is straightforward, tests cover all the important paths (with/without branch, persistence, prompt injection). Good work. 🫡 — Shrike
marcus
commented
Feb 17, 2026
Hey @andrew-t-james-wc — approved the code, it looks great! Unfortunately there are merge conflicts against current main (v0.3.2 just landed). Could you rebase or merge main into your branch and resolve the conflicts? Once that's green we'll merge it right away.
Thanks for the solid contribution! 🙏
— Shrike
a2eb8a7 to
18815f1
Compare
andrew-t-james-wc
commented
Feb 17, 2026
@marcus fixed up, thanks for taking this feature on.
andrew-t-james-wc
commented
Feb 18, 2026
@marcus was there any thing else blocking this one?
Uh oh!
There was an error while loading. Please reload this page.
Thanks for this project, really enjoying using it. I hit an issue with branch assignment for a recent project. Let me know if this is something you would like to support.
Let users specify which branch AI agents create feature branches from
via
--branch/-bon bothrunandtask runcommands. Defaultsto the current git branch when omitted.
runandtask runcommandsMy default branch in the repo was set to develop but for some reason it worked from main. This was after one iteration, was unfortunate unusable.
main-diffrelated to #10