Skip to content

Commit 87f8dc1

Browse files
committed
docs: checkpoint autonomous session progress (7/9 backlog tasks done)
1 parent fbaf683 commit 87f8dc1

1 file changed

Lines changed: 26 additions & 8 deletions

File tree

NEXT.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,16 @@ distribution rather than missing editor breadth.
3636
its first real run already landed and found real issues.
3737
2. Autonomous continuation in progress on the freshly-added `[PROPOSED]`
3838
backlog (`SYS-W9-06/07`, `SYS-W1-08`, `SYS-W2-06`, `SYS-W11-08/09/10`,
39-
`SYS-W13-03`, `SYS-W3-05`). `SYS-W9-06`, `SYS-W2-06`, `SYS-W1-08` are DONE
40-
as of this update; `SYS-W9-07` is next. See `plan.md` for full evidence.
39+
`SYS-W13-03`, `SYS-W3-05`). **7 of 9 DONE as of this update**:
40+
`SYS-W9-06`, `SYS-W2-06`, `SYS-W1-08`, `SYS-W9-07`, `SYS-W13-03`,
41+
`SYS-W11-08` all landed, each its own commit, build-verified and tested
42+
before committing. Remaining: `SYS-W11-09` (editor sanitizer CI — the
43+
largest/most resource-intensive remaining item, an ASan+UBSan build of
44+
the ~76k-line editor; watch RAM per the shared-machine guidance before
45+
attempting a full build), `SYS-W11-10` (RC process/versioning), `SYS-W3-05`
46+
(decompose `EditorAlgorithms.hpp`, doing this one last per the original
47+
review's own recommended ordering: architecture after correctness). See
48+
`plan.md` for full evidence on everything done so far.
4149

4250
`SYS-W14-40` is complete: the explicit bounded Event Preview/Play mode is
4351
covered by `event_preview_runner`. See `plan.md` for the remaining Windows
@@ -93,12 +101,22 @@ subset) before committing. The 3 pre-existing `mc3togltf_blender_import`
93101
family failures (missing `numpy` in this sandbox's Blender) are unrelated
94102
environment gaps, not regressions, and were left alone.
95103

96-
**Next up in this continuation**: `SYS-W9-07` (untitled-scene crash
97-
recovery), then `SYS-W11-08`/`SYS-W11-09`/`SYS-W13-03`/`SYS-W11-10`/
98-
`SYS-W3-05` in that order (see `plan.md`'s recommended ordering note on
99-
`SYS-W11-06`). If this file wasn't updated further after this paragraph and
100-
the session ended, check `git log` on `develop` and `plan.md`'s own
101-
`[DONE]`/`[IN_PROGRESS]` markers for the true current state before assuming
104+
Continuing (each its own commit, in this order after the above): **`SYS-W9-07`**
105+
(`bdd3d03`, untitled-scene crash recovery), **`SYS-W13-03`** (`2c2ce4f`, 4
106+
verified doc-drift fixes), **`SYS-W11-08`** (`fbaf683`, clean-room CLI
107+
release artifacts). `SYS-W11-08` found a real functional gap along the
108+
way, not just a testing gap: **neither `mc3tomcb` nor `mc3togltf` supported
109+
`--version` at all** (usage text / "input file not found" respectively) —
110+
fixed for both. Also fixed a self-referential bug in the new SHA-256
111+
manifest generator (a stale manifest from a previous run got its own old
112+
hash included in the new one). Windows got the same manifest/notices staged
113+
additively in CI, without touching the already-deferred DLL-not-found gap.
114+
115+
Remaining: `SYS-W11-09`, `SYS-W11-10`, `SYS-W3-05` in that order (see
116+
`plan.md`'s recommended ordering note on `SYS-W11-06`). If this file wasn't
117+
updated further after this paragraph and the session ended, check `git log`
118+
on `develop` and `plan.md`'s own `[DONE]`/`[IN_PROGRESS]` markers for the
119+
true current state before assuming
102120
anything below this point is stale.
103121

104122
## Known release blockers and decisions

0 commit comments

Comments
 (0)