Skip to content

Commit aa95eba

Browse files
author
DavidQ
committed
Promote no-broad-cleanup rule to top-level
1 parent a909ccf commit aa95eba

6 files changed

Lines changed: 33 additions & 36 deletions

docs/MASTER_ROADMAP_HIGH_LEVEL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- [.] in progress
66
- [ ] planned
77

8+
## Rules
9+
- shared math is now a real active layer and should continue by exact-cluster extraction only
10+
811
## Conservative Rebaseline (2026-04-12)
912
- status updates in this revision are conservative and execution-backed
1013
- recent tool-host, asset-pipeline, debug-inspector, and launch-smoke lanes are reflected without broad scope expansion
@@ -199,7 +202,6 @@
199202
- [x] duplicated `asNumber` consumers migrated to shared math
200203
- [x] Asteroids numeric sanitizers promoted into shared math
201204
- [x] duplicated `asObject` / `asArray` consumers moved to shared utils
202-
- [.] shared math is now a real active layer and should continue by exact-cluster extraction only
203205
- [x] remaining number/string/id helpers still need exact-cluster normalization
204206

205207
---

docs/dev/CODEX_COMMANDS.md

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
1+
12
MODEL: GPT-5.4
2-
REASONING: high
3+
REASONING: low
34

45
COMMAND:
5-
Create `BUILD_PR_TRACK_G_NETWORK_MULTIPLAYER_DEBUG_CLOSEOUT`.
6-
7-
Goal:
8-
Close the remaining Track G residue:
9-
- Event tracing
10-
- PLAN_PR_DEBUG_SURFACES_NETWORK_SUPPORT
11-
- BUILD_PR_DEBUG_SURFACES_NETWORK_SUPPORT
12-
13-
Required work:
14-
1. Inspect current repo truth for the Track G lane.
15-
2. Complete/confirm event tracing.
16-
3. Reconcile PLAN/BUILD/APPLY status for DEBUG_SURFACES_NETWORK_SUPPORT against actual artifacts and repo history.
17-
4. Update roadmap status markers only.
18-
5. Report whether Track G is now fully complete.
19-
20-
Final packaging step is REQUIRED:
21-
- package ALL changed files into this exact repo-structured ZIP:
22-
`<project folder>/tmp/BUILD_PR_TRACK_G_NETWORK_MULTIPLAYER_DEBUG_CLOSEOUT.zip`
23-
24-
Hard rules:
25-
- residue-only closeout
26-
- no unrelated repo changes
27-
- no missing ZIP
6+
Move the specified roadmap item to rules section.
7+
Remove checkbox.
8+
Preserve wording.
9+
No other changes.
10+
Package zip.

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Close the remaining Track G network/multiplayer debug residue
2-
BUILD_PR_TRACK_G_NETWORK_MULTIPLAYER_DEBUG_CLOSEOUT
1+
Promote no-broad-cleanup rule to top-level
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- Added residue closeout PR for Track G - Network / Multiplayer Debug
2-
- Focused on event tracing and reconciling missing PLAN/BUILD status truth
1+
Promoted cleanup constraint to rule
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
- event tracing addressed
2-
- PLAN_PR_DEBUG_SURFACES_NETWORK_SUPPORT status reconciled truthfully
3-
- BUILD_PR_DEBUG_SURFACES_NETWORK_SUPPORT status reconciled truthfully
4-
- roadmap updated by status markers only
5-
- Track G either fully complete or exact blockers reported
6-
- output ZIP created at:
7-
<project folder>/tmp/BUILD_PR_TRACK_G_NETWORK_MULTIPLAYER_DEBUG_CLOSEOUT.zip
1+
Item moved, wording preserved, checkbox removed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
# BUILD_PR_ROADMAP_RULE_PROMOTION_NO_BROAD_CLEANUP
3+
4+
## Purpose
5+
Promote the following item from checklist to top-level rule:
6+
7+
- avoid broad repo-wide cleanup passes until the active lanes above are materially further along
8+
9+
## Actions
10+
- move item to rules/instructions section
11+
- remove checklist marker
12+
- preserve wording exactly
13+
14+
## Constraints
15+
- move only
16+
- no wording changes
17+
- no unrelated edits
18+
19+
## Packaging
20+
<project folder>/tmp/BUILD_PR_ROADMAP_RULE_PROMOTION_NO_BROAD_CLEANUP.zip

0 commit comments

Comments
 (0)