rdev/cmd
jordan 6ec2a4fea3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix(sdlc): persist branch metadata on main before feature branch creation
The `sdlc merge` command reads the Branch field from the feature manifest
on main, but `sdlc branch create` was only committing that state to the
feature branch (via the executor's CommitAndPush). This caused merge to
fail with "feature has no branch".

Two changes:
1. cmd/sdlc/cmd_branch.go: commit .sdlc/ state to main before
   `git checkout -b`, ensuring Branch metadata is on main where merge
   reads it.
2. internal/worker/sdlc_executor.go: reset workspace to main
   (`git fetch && git checkout main && git reset --hard origin/main`)
   before each SDLC task, preventing cross-task branch contamination
   from commands that switch branches.

Also updates foundary cookbook with architect fallback pattern and
on_error: continue for steps that may fail during early lifecycle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 08:36:10 -07:00
..
claudebox-sidecar feat: enterprise worker pool with HTTP sidecar pattern 2026-02-05 16:21:11 -07:00
rdev-api feat(foundary): implement complete backend for conversational project design 2026-02-09 00:50:46 -07:00
rdev-worker fix: worker graceful shutdown and RWO PVC compatibility 2026-02-06 00:35:00 -07:00
sdlc fix(sdlc): persist branch metadata on main before feature branch creation 2026-02-09 08:36:10 -07:00