@@ -3,26 +3,25 @@ Workflow
33- [x] BUILD created
44- [x] APPLY created
55
6- Track U Implementation
7- - [x] Dockerfile for server
8- - [x] .dockerignore added for sample context
9- - [x] Environment variable contract documented
10- - [x] Local run command documented
11- - [x] Compose-ready service definition added
12- - [x] Port mapping rules documented
13- - [x] Health/readiness check implemented
14- - [x] Logging/output expectations documented
15- - [x] Container debug notes documented
6+ Sample B Implementation
7+ - [x] host/client role simulation added
8+ - [x] multi-peer provider snapshot support added
9+ - [x] host status panel added
10+ - [x] client status panel added
11+ - [x] ownership/authority panel added
12+ - [x] replication snapshots panel added
13+ - [x] network.connections command added
14+ - [x] network.replication command added
15+ - [x] Sample B integrated in games/network_sample_b
16+ - [x] Sample B card added under Level 11 in games/index.html
1617
17- Safety
18- - [x] no engine changes
19- - [x] no orchestration scope expansion
20- - [x] Sample A dashboard behavior preserved
21- - [x] BIG_PICTURE_ROADMAP.md unchanged
18+ Roadmap/Docs
19+ - [x] Track O items updated to [x] in docs/dev/NETWORK_SAMPLES_PLAN.md
20+ - [x] BIG_PICTURE_ROADMAP.md not modified
2221
2322Validation Runs
24- - [x] node --check games/network_sample_a/server/networkSampleADashboardServer.mjs
25- - [x] local node server health endpoint returns 200
26- - [x] local node server authorized metrics endpoint returns 200
27- - [x] docker artifact syntax checked (Dockerfile + compose present)
28- - [x] docker image build/run validation skipped in this environment (Docker CLI unavailable)
23+ - [x] node --check games/network_sample_b/main.js
24+ - [x] node --check games/network_sample_b/game/FakeHostClientNetworkModel.js
25+ - [x] node --check games/network_sample_b/game/NetworkSampleBScene.js
26+ - [x] node --check games/network_sample_b/debug/networkSampleBDebug.js
27+ - [x] static check of Level 11 card links for Sample B in games/index.html
0 commit comments