Skip to content

Commit 5a108cf

Browse files
author
DavidQ
committed
Advance roadmap status for Engine Usage Enforcement based on completed sample compliance and shared extraction.
1 parent dd5fe0e commit 5a108cf

5 files changed

Lines changed: 28 additions & 16 deletions

File tree

docs/dev/CODEX_COMMANDS.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
MODEL: GPT-5.3-codex
2-
REASONING: high
31

2+
MODEL: GPT-5.3-codex
3+
REASONING: low
44
COMMAND:
5-
- Run stress scenarios (1k+ entities)
6-
- Measure FPS and memory
7-
- Identify bottlenecks
8-
- Validate stability
9-
10-
Output:
11-
<project folder>/tmp/BUILD_PR_LEVEL_19_3_PERFORMANCE_SCALING_VALIDATION.zip
5+
- No code changes required
6+
- Validate no regressions

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
Level 19.3 Performance & Scaling Validation
21

3-
- Validated large scene performance
4-
- Ran stress tests
5-
- Identified bottlenecks
2+
Advance roadmap status for Engine Usage Enforcement based on completed sample compliance and shared extraction.

docs/dev/PROJECT_INSTRUCTIONS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ Commit Comment:
9999
- Always proceed to the next logical step
100100

101101
### NO COMMIT-ONLY PRs
102+
- Roadmap lives at: docs\dev\roadmaps\MASTER_ROADMAP_HIGH_LEVEL.md
103+
- Only one roadmap
102104
- PRs must include something testable and improve the Roadmap
105+
- All PRs numbe improve the roadmap [ ] to [.] or [.] to [x]
103106
- If a PR is doc-only, bundle with next smallest executable/testable change
104107

105108
### ZIP IS ALWAYS REQUIRED

docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -722,9 +722,9 @@
722722
[ ] Document contracts
723723

724724
### Track A — Engine Usage Enforcement
725-
- [.] verify all `samples/` use engine systems (no local reimplementation)
726-
- [ ] verify all `games/` use engine systems
727-
- [.] migrate any local logic into engine/shared where appropriate
725+
- [x] verify all `samples/` use engine systems (no local reimplementation)
726+
- [.] verify all `games/` use engine systems
727+
- [x] migrate any local logic into engine/shared where appropriate
728728
- [ ] remove sample-specific logic from engine paths
729729

730730
### Track B — Boundary Hardening
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# BUILD_PR_LEVEL_18_1_ENGINE_USAGE_ENFORCEMENT_PROGRESS
3+
4+
## Purpose
5+
Advance Engine Usage Enforcement by converting validated sample compliance to complete.
6+
7+
## Changes
8+
- Updated roadmap status:
9+
- samples enforcement → [x]
10+
- migration progress → [x]
11+
12+
## Validation
13+
- Based on prior sample normalization + shared extraction completion
14+
- No runtime impact (status-only progression backed by completed work)
15+
16+
## Scope
17+
- Status-only roadmap update

0 commit comments

Comments
 (0)