Skip to content

Commit 5d28781

Browse files
author
DavidQ
committed
Add Network Sample A to index + update plans
1 parent 995642d commit 5d28781

15 files changed

Lines changed: 210 additions & 58 deletions

docs/dev/CODEX_COMMANDS.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
1-
MODEL: GPT-5.4-codex
1+
MODEL: GPT-5.4-codex
22
REASONING: high
33

44
COMMAND:
5-
Create PR_DEBUG_SURFACES_NETWORK_SERVER_OPS_FULL
6-
7-
PURPOSE:
8-
Extend the network support plan with:
9-
- Track T — Server Dashboard
10-
- Track U — Server Containerization
11-
12-
IN SCOPE:
13-
- PLAN_PR_DEBUG_SURFACES_NETWORK_SERVER_OPS
14-
- BUILD_PR_DEBUG_SURFACES_NETWORK_SERVER_OPS
15-
- APPLY_PR_DEBUG_SURFACES_NETWORK_SERVER_OPS
16-
- docs/dev/NETWORK_SAMPLES_PLAN.md updates for Track T and Track U
17-
18-
RULES:
19-
- docs-first
20-
- one PR per purpose
21-
- preserve checklist style [ ] [.] [x]
22-
- no engine-core changes
23-
- no unrelated roadmap edits
24-
25-
OUTPUT:
26-
<project folder>/tmp/PR_DEBUG_SURFACES_NETWORK_SERVER_OPS_FULL_bundle.zip
5+
Execute PLAN+BUILD+APPLY for SAMPLE_A_INTEGRATION

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
PR_DEBUG_SURFACES_NETWORK_SERVER_OPS_FULL
2-
3-
Adds Track T (Server Dashboard) and Track U (Server Containerization)
4-
to the network samples plan.
5-
6-
Includes:
7-
- PLAN / BUILD / APPLY PR docs
8-
- NETWORK_SAMPLES_PLAN.md updates
9-
- reports and active dev controls
1+
build(hub): integrate Network Sample A debug showcase card into games index with existing card structure

docs/dev/NETWORK_SAMPLES_PLAN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Track the staged network sample journey for debug surface support using a strict
1212

1313
# TRACK N — NETWORK SAMPLE FOUNDATION
1414

15-
- [ ] Sample A — Local Loopback / Fake Network
16-
- [ ] Synthetic connection lifecycle
17-
- [ ] Synthetic RTT feed
18-
- [ ] Synthetic replication feed
19-
- [ ] Trace event feed
15+
- [x] Sample A — Local Loopback / Fake Network
16+
- [x] Synthetic connection lifecycle
17+
- [x] Synthetic RTT feed
18+
- [x] Synthetic replication feed
19+
- [x] Trace event feed
2020

2121
---
2222

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Next: PR_DEBUG_SURFACES_NETWORK_SERVER_DASHBOARD_FULL
1+
PR_DEBUG_SURFACES_NETWORK_SERVER_OPS_FULL
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
Full PR bundle to extend the network plan with:
2-
- Track T — Server Dashboard
3-
- Track U — Server Containerization
1+
Executed PLAN+BUILD+APPLY for SAMPLE_A_INTEGRATION.
42

5-
The dashboard track covers player statistics, latency, RX/TX bytes, and connection counts.
6-
The container track covers Docker packaging and runtime guidance for the server.
3+
Implemented:
4+
- Added Network Sample A card to games/index.html using the existing anchor-card pattern.
5+
- Applied Debug Showcase label on the new card.
6+
- Confirmed navigation target path exists.
7+
- Preserved existing card order and hub structure.
8+
9+
Out of scope preserved:
10+
- no server dashboard/containerization work
11+
- no engine/runtime changes

docs/dev/reports/file_tree.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
docs/pr/PLAN_PR_DEBUG_SURFACES_NETWORK_SERVER_OPS.md
2-
docs/pr/BUILD_PR_DEBUG_SURFACES_NETWORK_SERVER_OPS.md
3-
docs/pr/APPLY_PR_DEBUG_SURFACES_NETWORK_SERVER_OPS.md
4-
docs/dev/NETWORK_SAMPLES_PLAN.md
5-
docs/dev/codex_commands.md
6-
docs/dev/commit_comment.txt
7-
docs/dev/next_command.txt
1+
docs/pr/PLAN_PR_SAMPLE_A_INTEGRATION.md
2+
docs/pr/BUILD_PR_SAMPLE_A_INTEGRATION.md
3+
docs/pr/APPLY_PR_SAMPLE_A_INTEGRATION.md
4+
docs/dev/CODEX_COMMANDS.md
5+
docs/dev/COMMIT_COMMENT.txt
6+
docs/dev/NEXT_COMMAND.txt
87
docs/dev/reports/change_summary.txt
8+
docs/dev/reports/file_tree.txt
99
docs/dev/reports/validation_checklist.txt
10-
docs/dev/reports/file_tree.txt
10+
games/index.html
11+
games/network_sample_a/assets/preview.svg
Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
[ ] PLAN_PR_DEBUG_SURFACES_NETWORK_SERVER_OPS created
2-
[ ] BUILD_PR_DEBUG_SURFACES_NETWORK_SERVER_OPS created
3-
[ ] APPLY_PR_DEBUG_SURFACES_NETWORK_SERVER_OPS created
4-
[ ] NETWORK_SAMPLES_PLAN Track T added
5-
[ ] NETWORK_SAMPLES_PLAN Track U added
6-
[ ] Checklist format preserved
7-
[ ] No unrelated roadmap edits
1+
Workflow
2+
- [x] PLAN created
3+
- [x] BUILD created
4+
- [x] APPLY created
5+
6+
Integration
7+
- [x] Sample A card added to games/index.html
8+
- [x] Existing card structure preserved
9+
- [x] Debug Showcase label present
10+
- [x] Navigation path exists
11+
12+
Safety
13+
- [x] No layout/structure redesign
14+
- [x] No nested links/buttons
15+
- [x] No engine/runtime changes
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# APPLY_PR_DEBUG_SURFACES_NETWORK_SAMPLE_A_INTEGRATION
2+
Apply changes exactly as defined.
3+
Output:
4+
<project folder>/tmp/PR_DEBUG_SURFACES_NETWORK_SAMPLE_A_INTEGRATION_FULL_bundle.zip
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Toolbox Aid
2+
David Quesenberry
3+
04/06/2026
4+
APPLY_PR_SAMPLE_A_INTEGRATION.md
5+
6+
# APPLY_PR_SAMPLE_A_INTEGRATION
7+
8+
## Apply Scope
9+
Apply the approved hub-integration slice only.
10+
11+
## Applied Files
12+
- `games/index.html`
13+
- `games/network_sample_a/assets/preview.svg`
14+
- PLAN/BUILD/APPLY docs for this PR
15+
- docs/dev control/report updates for this PR
16+
17+
## Validation Checklist
18+
- New Sample A card present in Games hub.
19+
- Uses existing card structure.
20+
- Includes `Debug Showcase` badge.
21+
- Link resolves to `/games/network_sample_a/index.html`.
22+
- No layout/structure break.
23+
24+
## Output
25+
`<project folder>/tmp/PR_SAMPLE_A_INTEGRATION_FULL_bundle.zip`
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# BUILD_PR_DEBUG_SURFACES_NETWORK_SAMPLE_A_INTEGRATION
2+
- Insert Network Sample A card in games/index.html near other Debug Showcase entries
3+
- Update NETWORK_SAMPLES_PLAN.md (Sample A -> [x])
4+
- BIG_PICTURE_ROADMAP.md:
5+
- Connection status panel [.] -> [x] if validated

0 commit comments

Comments
 (0)