|
| 1 | +Toolbox Aid |
| 2 | +David Quesenberry |
| 3 | +04/06/2026 |
| 4 | +PLAN_PR_DEBUG_SURFACES_SERVER_CONTAINERIZATION.md |
| 5 | + |
| 6 | +# PLAN_PR_DEBUG_SURFACES_SERVER_CONTAINERIZATION |
| 7 | + |
| 8 | +## Workflow Discipline |
| 9 | +PLAN_PR -> BUILD_PR -> APPLY_PR |
| 10 | + |
| 11 | +## Purpose |
| 12 | +Plan minimal server containerization for debug server/dashboard workflows while preserving existing network/dashboard architecture. |
| 13 | + |
| 14 | +## Requirements Alignment |
| 15 | +- docs-first |
| 16 | +- no engine core changes |
| 17 | +- one PR per purpose |
| 18 | +- minimal server containerization only |
| 19 | +- keep dashboard/network debug architecture intact |
| 20 | +- roadmap updates by bracket-only edits only |
| 21 | + |
| 22 | +## In Scope |
| 23 | +- minimal Dockerfile strategy |
| 24 | +- minimal .dockerignore strategy |
| 25 | +- environment variable contract |
| 26 | +- local run command contract |
| 27 | +- compose-ready service contract for local debug use |
| 28 | +- port mapping guidance |
| 29 | +- health/readiness check guidance |
| 30 | +- logging/output expectations |
| 31 | +- container debug notes |
| 32 | + |
| 33 | +## Out Of Scope |
| 34 | +- engine core APIs |
| 35 | +- server runtime redesign |
| 36 | +- dashboard feature redesign |
| 37 | +- production hardening/security program |
| 38 | +- orchestrator/Kubernetes deployment |
| 39 | +- transport architecture rewrites |
| 40 | + |
| 41 | +## Ownership |
| 42 | +### Project/Server Layer |
| 43 | +- container artifacts and server runtime wiring |
| 44 | +- env contract realization |
| 45 | +- local compose/runtime setup |
| 46 | + |
| 47 | +### Engine Debug Network/Dashboard Layer |
| 48 | +- existing read-only diagnostics and dashboard architecture remains unchanged |
| 49 | +- no container-specific coupling required in shared network/dashboard modules |
| 50 | + |
| 51 | +### Engine Core |
| 52 | +- no changes in this PLAN PR |
| 53 | + |
| 54 | +## Guardrails |
| 55 | +- minimal slice only |
| 56 | +- no mutation/admin feature additions |
| 57 | +- no coupling to console/overlay internals |
| 58 | +- no hidden assumptions about 3D/inspectors/network sample internals |
| 59 | + |
| 60 | +## Validation Goals |
| 61 | +- planned artifacts are minimal and runnable |
| 62 | +- architecture boundaries remain intact |
| 63 | +- no engine-core edits required |
| 64 | +- roadmap tracker edits remain bracket-only |
| 65 | + |
| 66 | +## Deliverables |
| 67 | +- docs/pr/PLAN_PR_DEBUG_SURFACES_SERVER_CONTAINERIZATION.md |
| 68 | +- docs/pr/BUILD_PR_DEBUG_SURFACES_SERVER_CONTAINERIZATION.md |
| 69 | +- docs/pr/APPLY_PR_DEBUG_SURFACES_SERVER_CONTAINERIZATION.md |
| 70 | +- docs/dev/CODEX_COMMANDS.md |
| 71 | +- docs/dev/COMMIT_COMMENT.txt |
| 72 | +- docs/dev/NEXT_COMMAND.txt |
| 73 | +- docs/dev/reports/change_summary.txt |
| 74 | +- docs/dev/reports/file_tree.txt |
| 75 | +- docs/dev/reports/validation_checklist.txt |
0 commit comments