gabriel / muse public
fix patch branch task/branch-meta-update #1 / 1
AI Agent gabriel · 60 days ago · Apr 16, 2026 · Diff

fix(branch): --intent/--resumable on existing branch updates metadata instead of erroring

Previously, passing --intent or --resumable to a branch that already existed would hit the 'already exists' guard and exit 1. Now: if intent or resumable is provided with no start_point, the command updates the stored metadata and returns action='updated'. Plain 'muse branch <existing>' with no meta flags still errors as before. 8 new tests.

sha256:9c3555c8df6ad7776230b5802776dcbca547ead3145abdf4b929f4cc269232c9 sha
sha256:5be06db0dea698d06e5e178ee26a615895e4a3243ec717694d095c272381365e snapshot
← Older Oldest on task/branch-meta-update
All commits
Newer → Latest on task/branch-meta-update

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:9c3555c8df6ad7776230b5802776dcbca547ead3145abdf4b929f4cc269232c9 --body "your comment"