feat: index runtime sessions by pane
CI / rust (push) Successful in 4m19s

This commit is contained in:
2026-08-31 18:29:28 -07:00
parent abcf664ab8
commit 4ed7613b22
9 changed files with 679 additions and 205 deletions
+5 -5
View File
@@ -103,11 +103,11 @@ receive the same state transitions and tests.
## Decisive workload
- In the first actor integration, one terminal pane consumes ordered output from
a real local PTY while each deterministic tick updates the other five
surfaces. One, three, or five are visible according to available width; the
all-deterministic constructor remains available for framework comparison and
replay tests.
- Three terminal panes consume ordered output from independent local PTYs in a
pane-indexed runtime registry while each deterministic tick updates the three
non-terminal surfaces. One, three, or five are visible according to available
width; the all-deterministic constructor remains available for framework
comparison and replay tests.
- One pane enters and leaves `needs input` through a deterministic event.
- Markdown, browser-boundary, and review panes update counters without using a
web application shell.