You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normalize `docs/dev/BIG_PICTURE_ROADMAP.md` encoding so the file renders consistently across Windows tooling without changing roadmap content or bracket states.
10
+
11
+
## Workflow
12
+
PLAN_PR -> BUILD_PR -> APPLY_PR
13
+
14
+
## In Scope
15
+
- Encoding normalization for `docs/dev/BIG_PICTURE_ROADMAP.md`.
16
+
- Validation that bracket-state rows remain unchanged.
17
+
- Docs/dev control files and reports for this one PR purpose.
18
+
19
+
## Out Of Scope
20
+
- Any roadmap wording edits.
21
+
- Any roadmap structure edits.
22
+
- Any bracket state progress changes.
23
+
- Engine, runtime, sample, or tool implementation changes.
24
+
25
+
## Behavior Contract
26
+
1. Preserve text content exactly.
27
+
2. Preserve line ordering and list ordering.
28
+
3. Preserve every bracket token (`[ ]`, `[.]`, `[x]`) exactly.
29
+
4. Apply UTF-8 with BOM for robust Windows decoding.
30
+
31
+
## Acceptance Criteria
32
+
- Roadmap opens cleanly in Windows and browser tooling.
0 commit comments