Skip to main content

max / makenotwork

Walk the frontend-globals seal down to the 114 the tree counts Shape 6 recon, re-taken. No wrapper is deletable today and none has become an orphan: every one of the 68 window.<name> definitions in the four actions-*.js files still has at least one live data-action site in templates/, so the shape retires nothing on its own. What had accumulated is slack in the seal. The markdown rich field (69979a5e) removed window.switchEditorTab from partial-item-text-editor.js and left HIGH_WATER at 115, which is the failure mode the test's own doc names. The number now matches the measurement.
Author: Max Johnson <me@maxj.phd> · 2026-08-20 19:42 UTC
Signed with PGP, not checked
Commit: 6dcb73e488445e2c99c52e7b163875eafecae96c
Parent: 00cd6aa
1 file changed, +7 insertions, -1 deletion
@@ -49,7 +49,13 @@
49 49 /// `onSetActiveTab` wrapper go, and so does `blogTabNav`, which clicked a
50 50 /// `tab-blog` button the project dashboard has never had. `reloadSyncKitTab`
51 51 /// arrives in the same pass and puts one back, so three left and one came.
52 - const HIGH_WATER: usize = 115;
52 + ///
53 + /// 114 on 2026-08-20, closing slack rather than making progress. The markdown
54 + /// rich field (`5c358ec4`, MNW@69979a5e) took `window.switchEditorTab` out of
55 + /// `static/partial-item-text-editor.js` and left the seal at 115, so the
56 + /// warning three paragraphs up describes this entry too. Nothing was removed
57 + /// today; the number was walked down to what the tree already counted.
58 + const HIGH_WATER: usize = 114;
53 59
54 60 /// Every file whose global assignments count: the legacy scripts and the typed
55 61 /// modules that replaced them.