docs(headless): record K4 telemetry checkpoint

This commit is contained in:
Erik 2026-07-27 10:50:19 +02:00
parent cb512fd091
commit 93c6c54220
7 changed files with 197 additions and 14 deletions

View file

@ -7,6 +7,13 @@ Slice J is closed. Slice K0-K3 are closed; K4 is active.
K3's production closeout commit is `3f340125`. Its automated predecessors are
`12b500d3`, `9569dadb`, and `b6547ff3`.
K4's resource-telemetry/CPU checkpoint is `cb512fd0`. It adds one
process-scheduler observation deadline, structured process/managed/session/
content/scheduler metrics, exact post-disposal convergence reporting, startup
deadline rebasing, and the Linux sub-millisecond busy-wait correction. It does
not add per-session timers or workers. Windows and native Ubuntu Headless
tests pass 56/56; the complete Release suite passes 8,773 / 5 skips.
The Windows visible-terminal host and native Linux/WSL host both connected to
local ACE without loading presentation assemblies. Linux completed the
Aerlinthe/Caul/Rynthid/lifestone route, accepted external `teleallto`
@ -49,12 +56,14 @@ continues to use credential providers.
Execute K4 from `docs/plans/2026-07-26-modern-runtime-slice-k.md`:
1. capture reproducible 1/5/10-session warm resource baselines;
2. derive and commit numeric per-session/process ceilings;
3. build the 30-session connected stress configuration and workload;
4. run the two-hour Linux soak with recurring movement, use, combat/cast,
chat, portal, cancellation, and reconnect;
5. prove stable final-hour plateaus and exact teardown convergence;
1. after the user finishes observing the current two clients, restart on exact
`cb512fd0` or a documented descendant;
2. prove cadence-bounded wait count, zero startup catch-up, reduced CPU, and
exact teardown convergence under matched one- and two-account workloads;
3. derive and commit numeric per-session/process ceilings;
4. run automated 5/10/30-root stress and endurance gates; the connected scale
gate is presently limited to the two available local ACE accounts;
5. prove stable plateaus and exact teardown convergence;
6. close Slice K, then start Slice L Linux graphical/platform work.
Final K3 automated counts: Runtime 412, Headless 47, App 3,722 / 3 skips,
@ -65,3 +74,9 @@ K3 connected-closeout rollback:
```text
git revert 3f3401257c83bdd9f557eb577ba08cf2e5ec9a06
```
K4 telemetry/CPU rollback:
```text
git revert cb512fd0
```