Expose infrastructure side-buffer owner lane

This commit is contained in:
Jan Petykiewicz 2026-04-18 13:37:03 -07:00
commit cf2e6cb6ad
5 changed files with 41 additions and 8 deletions

View file

@ -202,7 +202,7 @@ The highest-value next passes are now:
instead of guessing another derived leaf field from neighboring raw offsets; the checked-in
`docs/rehost-queue.md` file is the control surface for that work loop, and after each commit the
next queue item should run unless the queue is empty, a real blocker remains that cannot be
advanced by any non-hook analysis or rehosting path without guessing, or approval is needed
advanced by any further non-hook work without guessing, or approval is needed
- `rrt-runtime` now also exposes higher-layer probe commands for the current blocked frontier:
`runtime inspect-periodic-company-service-trace <save.gms>`,
`runtime inspect-region-service-trace <save.gms>`, and

View file

@ -4,8 +4,8 @@ Working rule:
- Do not stop after commits.
- After each commit, check this queue and continue.
- Only stop if the queue is empty, the remaining work cannot be advanced by any non-hook analysis
or rehosting path without guessing, or you need approval.
- Only stop if the queue is empty, the remaining work cannot be advanced by any further non-hook
work without guessing, or you need approval.
- Before any final response, state which stop condition is true. If none is true, continue.
## Next

View file

@ -296,8 +296,8 @@ bond-service simulation.
The process rule for the remaining runtime work is explicit too: prefer rehosting owning state and
real reader/setter families over guessing leaf fields, and use `docs/rehost-queue.md` as the
checked-in control surface for the work loop. After each commit, check that queue and continue
unless the queue is empty, a real blocker remains that cannot be advanced by any non-hook analysis
or rehosting path without guessing, or approval is needed.
unless the queue is empty, a real blocker remains that cannot be advanced by any further non-hook
work without guessing, or approval is needed.
The same control surface now also has matching runtime probes:
`runtime inspect-periodic-company-service-trace <save.gms>`,
`runtime inspect-region-service-trace <save.gms>`, and