KB-7D33
06 — UI Deploy or Package
1 min read Revision 1
06 — UI Deploy or Package
Decision: PACKAGE (no deploy). Conditions for an auto-deploy are not met:
- Push blocked: no agent git creds; divergent git (local main 17 ahead / 13 behind origin/main).
- Local rebuild without push would deploy a tree 13 commits behind origin/main (potential regression) → operator-policy decision.
- Rebuilding incomex-nuxt is an outward-facing production change; "unsafe push/deploy over divergent git" is forbidden.
Operator package is turnkey (see RUNBOOK §1): branch @ d04d8e5 + 44 KB additive patch (applies clean onto origin/main), build via root Dockerfile, restart incomex-nuxt, then post-deploy smoke. No agent push/deploy performed.