|
| 1 | +We are continuing a docs-first Codex workflow. |
| 2 | + |
| 3 | +Repo: HTML-JavaScript-Gaming |
| 4 | + |
| 5 | +Current state: |
| 6 | +- All core games have been migrated using single-zip full-folder migration |
| 7 | +- Template contract is enforced |
| 8 | +- Canonical games are clean and running |
| 9 | +- Network samples are being moved from games/ to samples (Phase 13) |
| 10 | + |
| 11 | +Workflow rules: |
| 12 | +- PLAN_PR → BUILD_PR → APPLY_PR |
| 13 | +- Docs-only bundles (no code) |
| 14 | +- Codex writes all code |
| 15 | +- Every PR must be testable |
| 16 | +- No scope expansion |
| 17 | +- Fail fast if inputs are unclear |
| 18 | +- ZIP outputs only |
| 19 | + |
| 20 | +---------------------------------------- |
| 21 | + |
| 22 | +Last completed: |
| 23 | +- PacmanFullAI migrated |
| 24 | +- All standard games complete |
| 25 | + |
| 26 | +In progress: |
| 27 | +- BUILD_PR_NETWORK_SAMPLES_RELOCATION_FROM_GAMES_TO_SAMPLES (v3 created) |
| 28 | + |
| 29 | +Requirements: |
| 30 | +- Move: |
| 31 | + games/network_sample_a |
| 32 | + games/network_sample_b |
| 33 | + games/network_sample_c |
| 34 | + |
| 35 | +- Destination: |
| 36 | + samples/Phase 13 - Network Concepts, Latency & Simulation (1301-1315)/ |
| 37 | + → 1316, 1317, 1318 |
| 38 | + |
| 39 | +- MUST ALSO: |
| 40 | + - Remove from games/index.html |
| 41 | + - Add tiles to samples/index |
| 42 | + - Preserve behavior |
| 43 | + |
| 44 | +---------------------------------------- |
| 45 | + |
| 46 | +FIRST COMMAND: |
| 47 | + |
| 48 | +Execute BUILD_PR_NETWORK_SAMPLES_RELOCATION_FROM_GAMES_TO_SAMPLES (v3) exactly as written. |
| 49 | + |
| 50 | +---------------------------------------- |
| 51 | + |
| 52 | +NEXT STEPS: |
| 53 | + |
| 54 | +After BUILD: |
| 55 | +Create APPLY_PR_NETWORK_SAMPLES_RELOCATION_FROM_GAMES_TO_SAMPLES |
| 56 | + |
| 57 | +After APPLY: |
| 58 | +System state COMPLETE for Phase 13 alignment |
| 59 | + |
| 60 | +---------------------------------------- |
| 61 | + |
| 62 | +REMINDER: |
| 63 | + |
| 64 | +- Games phase is DONE |
| 65 | +- This is now a samples organization phase |
| 66 | +- Focus: move + index wiring (NOT gameplay) |
| 67 | + |
| 68 | +---------------------------------------- |
| 69 | + |
| 70 | +OPTIONAL: |
| 71 | + |
| 72 | +Assume next. Do not ask for confirmation. Build ZIPs directly. |
0 commit comments