Skip to content

Commit 398640d

Browse files
author
DavidQ
committed
Run full Level 17 overlay validation sweep across all samples.
Confirm consistency of placement, cycle key, and stack mappings.
1 parent 57908ca commit 398640d

6 files changed

Lines changed: 85 additions & 37 deletions

File tree

docs/dev/CODEX_COMMANDS.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
MODEL: GPT-5.3-codex
2-
REASONING: medium
2+
REASONING: low
33
COMMAND:
4-
Implement overlay alignment for samples 1709 and 1711.
5-
- Apply movement-specific stack definition
6-
- Enforce bottom-right anchor
7-
- Ensure non-Tab cycle key
8-
- Validate ordering and rendering
9-
Package ZIP to <project folder>/tmp/
4+
Run validation sweep across Level 17 samples:
5+
- 1708, 1710
6+
- 1709, 1711
7+
- 1712
8+
- 1713
9+
10+
Verify:
11+
- Bottom-right overlay placement
12+
- Non-Tab cycle key
13+
- Correct stack ordering
14+
15+
Do not modify runtime or tests unless a blocking defect is found.
16+
If defects are found, log them in reports.
17+
18+
Package results to <project folder>/tmp/

docs/dev/COMMIT_COMMENT.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Align overlay stacks for samples 1709 and 1711 (movement).
2-
Standardize bottom-right placement and non-Tab cycle behavior.
1+
Run full Level 17 overlay validation sweep across all samples.
2+
Confirm consistency of placement, cycle key, and stack mappings.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Level 17 Overlay Validation Sweep
2+
Date: 2026-04-16
3+
Scope: samples 1708, 1709, 1710, 1711, 1712, 1713
4+
5+
Verification Targets
6+
- Bottom-right overlay placement
7+
- Non-Tab cycle key
8+
- Correct stack ordering
9+
10+
Executed Tests
11+
- PASS tests/runtime/Phase17RealGameplaySample.test.mjs
12+
- PASS tests/runtime/Phase17Sample1709MovementModelsLab.test.mjs
13+
- PASS tests/runtime/Phase17Sample1712GameplayMetricsTelemetry.test.mjs
14+
- PASS tests/runtime/Phase17Sample1713FinalReferenceGame.test.mjs
15+
- PASS tests/runtime/Phase17TabDebugOverlayCycle1707Plus.test.mjs
16+
- PASS tests/runtime/Phase17DebugOverlayBottomRightPosition.test.mjs
17+
18+
Sample Verification Matrix
19+
- 1708: placement PASS, non-Tab key PASS (KeyG), order PASS (UI Layer > Mission Feed > MISSION READY > Mini-Game Runtime)
20+
- 1710: placement PASS, non-Tab key PASS (KeyG), order PASS (UI Layer > Mission Feed > MISSION READY > Mini-Game Runtime)
21+
- 1709: placement PASS, non-Tab key PASS (KeyG), order PASS (Movement Runtime > Movement Lab HUD)
22+
- 1711: placement PASS, non-Tab key PASS (KeyG), order PASS (Movement Runtime > Movement Lab HUD)
23+
- 1712: placement PASS, non-Tab key PASS (KeyG), order PASS (UI Layer > Mission Feed > MISSION READY > Telemetry Overlay)
24+
- 1713: placement PASS, non-Tab key PASS (KeyG), order PASS (UI Layer > Mission Feed > MISSION READY > Final Reference Runtime)
25+
26+
Static Key Check
27+
- Runtime sample bindings for 1708-1713 are configured to KeyG.
28+
- Shared controller fallback still contains Tab default, but sample-level bindings override this in scope.
29+
30+
Defects
31+
- None found.
32+
- No blocking defects.
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
Summary:
2-
This PR fixes stale Level 17 test inputs that still simulate Tab for debug overlay cycling.
3-
The runtime behavior has already moved away from Tab, so the tests must be remapped to the current non-Tab cycle key to keep automated validation accurate.
1+
Full validation sweep for Level 17 debug overlay system after key remap and stack alignment PRs.
42

5-
Change Boundary:
6-
- Test-only
7-
- Level 17 only
8-
- No runtime/input-system behavior changes
3+
Confirms:
4+
- All samples aligned
5+
- No Tab dependency remains
6+
- Overlay system consistent
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
[ ] Sample 1709 loads
2-
[ ] Sample 1711 loads
3-
[ ] Bottom-right placement correct
4-
[ ] Cycle key works (non-Tab)
5-
[ ] Movement Runtime renders
6-
[ ] Movement Lab HUD renders
7-
[ ] Stack order correct
1+
[ ] 1708 validated
2+
[ ] 1710 validated
3+
[ ] 1709 validated
4+
[ ] 1711 validated
5+
[ ] 1712 validated
6+
[ ] 1713 validated
7+
[ ] Bottom-right placement consistent
8+
[ ] Non-Tab cycle confirmed
9+
[ ] Stack mappings correct

docs/pr/BUILD_PR.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
1-
# BUILD_PR_LEVEL_17_57_DEBUG_OVERLAY_SAMPLE_1709_1711_MOVEMENT_ALIGNMENT
1+
# BUILD_PR_LEVEL_17_58_DEBUG_OVERLAY_FULL_VALIDATION_SWEEP
22

33
## Purpose
4-
Align overlay stacks for samples 1709 and 1711 (movement-focused) with correct order, bottom-right placement, and non-Tab cycle behavior.
4+
Perform a full Level 17 validation sweep across all updated samples to confirm consistency of:
5+
- Bottom-right overlay placement
6+
- Non-Tab cycle key behavior
7+
- Correct stack mappings per sample
58

69
## Scope
7-
- Samples: 1709, 1711
8-
- Stack:
9-
- Movement Runtime
10-
- Movement Lab HUD
11-
- Bottom-right anchor
12-
- Non-Tab cycle key validation
10+
Samples:
11+
- 1708, 1710
12+
- 1709, 1711
13+
- 1712
14+
- 1713
15+
16+
Validation Only:
17+
- No new features
18+
- No runtime changes
19+
- No test rewrites (already handled in 17_56)
1320

1421
## Test Steps
15-
1. Load samples 1709 and 1711
22+
1. Load each sample
1623
2. Verify bottom-right placement
17-
3. Cycle overlays and confirm order
18-
4. Confirm Movement Runtime and HUD render correctly
24+
3. Cycle overlays
25+
4. Confirm correct stack per sample
26+
5. Confirm no Tab interaction remains
1927

2028
## Expected
21-
- Correct stack order
22-
- Stable cycling behavior
23-
- No Tab usage
29+
- All samples behave consistently
30+
- No regression from prior PRs

0 commit comments

Comments
 (0)