KB-64ED
03 — UI Deploy Feasibility
2 min read Revision 1
03 — UI Deploy Feasibility
- Worktree
/opt/incomex/docker/nuxt-repo/web-rp-currentexists, branchfeat/rp-current-supervision@ d04d8e5 (matches SSOT). Tracked tree clean; only??untracked = gitignored lint configs (.eslintrc.js,nuxt.config.ts, …) copied for lint, not drift. - True feature diff (d04d8e5 vs parent) = 20 files, +1261, 0 deletions (additive). Monorepo: nuxt app at worktree root (node_modules + nuxt.config.ts at root), legacy
web/subdir alongside. - Divergence:
origin/main..HEAD= 1497 files because the branch sits atop local main (17 ahead / 13 behindorigin/main260ed7b) — auto-snapshot noise. - Remote =
https://github.com/Huyen1974/web-test.git(https). No credential helper, no git tokens in env → push needs operator creds. - Build env: container node v20.20.2; prod image nuxt-ssr-local:s174.
Decision: PR/package only — deploy operator-gated. Push blocked (no creds + divergent git → would carry 1497-file noise vs origin/main). Local rebuild would deploy a tree 13 commits behind origin/main → operator-policy call. "Unsafe push/deploy over divergent git" is forbidden.