@@ -6,21 +6,38 @@ APPLY_PR_DEBUG_SURFACES_SERVER_CONTAINERIZATION.md
66# APPLY_PR_DEBUG_SURFACES_SERVER_CONTAINERIZATION
77
88## Apply Intent
9- Implement the planned minimal server containerization artifacts with docs-first discipline and architecture preservation.
9+ Apply the minimal Sample A server containerization defined by the BUILD doc.
10+ This APPLY step is code/runtime work for Codex, not documentation work for ChatGPT.
1011
11- ## Apply Rules
12- - no engine core changes
13- - no network/dashboard architecture changes
14- - no dashboard mutation/admin additions
15- - minimal local/dev containerization only
16- - roadmap edits must be bracket-only
12+ ## In Scope Files
13+ - ` games/network_sample_a/server/Dockerfile `
14+ - ` games/network_sample_a/.dockerignore `
15+ - ` games/network_sample_a/server/docker-compose.yml `
16+ - ` games/network_sample_a/server/README.md `
17+ - ` games/network_sample_a/server/networkSampleADashboardServer.mjs ` only if required for env-safe host/access compatibility
18+ - ` docs/pr/BUILD_PR_DEBUG_SURFACES_SERVER_CONTAINERIZATION.md `
19+ - ` docs/pr/APPLY_PR_DEBUG_SURFACES_SERVER_CONTAINERIZATION.md `
20+ - ` docs/dev/codex_commands.md `
21+ - ` docs/dev/commit_comment.txt `
22+ - ` docs/dev/next_command.txt `
23+ - ` docs/dev/reports/change_summary.txt `
24+ - ` docs/dev/reports/file_tree.txt `
25+ - ` docs/dev/reports/validation_checklist.txt `
26+ - ` docs/roadmaps/NETWORK_SAMPLES_PLAN.md ` with bracket-only edits only
1727
18- ## Required Validation
19- - Dockerfile validity
20- - .dockerignore validity
21- - compose-ready service validity
22- - env contract documented
23- - local run command documented
24- - health/readiness check documented
25- - logging/output expectations documented
26- - no unrelated runtime or engine changes
28+ ## Hard Rules
29+ - no engine-core changes
30+ - no dashboard mutation features
31+ - no auth redesign
32+ - no orchestration stack
33+ - no unrelated runtime refactors
34+ - no placeholder docs
35+ - no roadmap structure changes
36+
37+ ## Acceptance
38+ - Dockerfile builds Sample A dashboard server image
39+ - compose file runs the same service contract
40+ - env vars are documented and honored
41+ - health route works
42+ - README is actionable
43+ - roadmap Track U items update by bracket-only edits
0 commit comments