04 — UI Git Branch / Build / Deploy Handoff (2026-06-04)
04 — UI Git Branch / Build / Deploy Handoff (2026-06-04)
Live git state (verified this run)
Repo: /opt/incomex/docker/nuxt-repo/web · branch main · ## main...origin/main [ahead 17, behind 13] — diverged from public origin.
Decision: HANDOFF, not auto-deploy
Pushing/deploying over a diverged public remote is unsafe (would clobber or require a force-merge of 13 upstream commits). The staged UI packet is build/lint-clean per the prior closeout; no unreviewed deploy is performed.
Operator runbook (exact commands)
cd /opt/incomex/docker/nuxt-repo/web
git fetch origin
git switch -c feature/rp-process-trigger-axis-ui # isolate work off diverged main
git rebase origin/main # replay 17 local ahead-commits onto upstream (resolve 13-behind)
# resolve conflicts if any, then:
pnpm install && pnpm lint && pnpm build # must be clean before commit
git commit -am "RP Process×Trigger axis UI (registries-pivot)"
git push -u origin feature/rp-process-trigger-axis-ui
# open PR → review → squash-merge to main → CI deploy
Rollback: git switch main && git branch -D feature/rp-process-trigger-axis-ui (no remote impact until PR merged).
Staged packet location
contabo:/opt/incomex/docs/mcp-writes/ui-handoff-process-axis-2026-06-04/ (overview.get.ts + process-axis/index.vue + git-strategy), referenced by prior checkpoint.
Status
BLOCKED_UI_GIT / READY_OPERATOR — branch+build+PR strategy fully specified; requires a human operator to run the rebase+PR over the diverged public repo. No engineering blocker.