@amsterdamdatalabs/enact-extensions 0.1.28 → 0.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -45,6 +45,10 @@ cmux read-screen --surface surface:N --lines 40 # tail of the live scree
|
|
|
45
45
|
cmux read-screen --surface surface:N --scrollback # full scrollback
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
+
**In every follower briefing, tell the follower to use the `cmux-send` skill** for all replies — the
|
|
49
|
+
`[from] to [to]` envelope and the send→verify→enter submit protocol. A follower that doesn't know
|
|
50
|
+
cmux-send will park half-formed messages and break the relay.
|
|
51
|
+
|
|
48
52
|
## Drive a follower (see the cmux-send skill for the full messaging protocol)
|
|
49
53
|
|
|
50
54
|
```bash
|
|
@@ -91,6 +95,21 @@ Keep all splits horizontal; stop at 5 claude sessions total.
|
|
|
91
95
|
before you treat the slice as green. Don't accept self-reported green.
|
|
92
96
|
6. **Close.** Summarize across followers; drive the merge / final gate from the leader.
|
|
93
97
|
|
|
98
|
+
## Standing watch — poll every ~15 min, never go idle while followers run
|
|
99
|
+
|
|
100
|
+
A follower that finishes its task goes **idle at the `❯` prompt** — from the leader's seat that looks
|
|
101
|
+
identical to "stalled." `done` ≠ `handled`. If you go idle too, every lane stops and the user sees a
|
|
102
|
+
stalled board. Keep a **~15-minute poll cadence** for as long as any follower is live:
|
|
103
|
+
|
|
104
|
+
1. **(Re)discover topology first** — `cmux list-pane-surfaces [--pane pane:N]`. Never assume surface
|
|
105
|
+
numbers held across turns; they renumber.
|
|
106
|
+
2. **`read-screen` every follower** and classify each: *working* · *idle-done* · *parked message in the
|
|
107
|
+
`❯` box* · *blocked / asking* · *ctx ≥ 80% (needs `/compact`)*.
|
|
108
|
+
3. **Act per state:** idle-done → assign the next work package or explicitly park it · parked → `send-key
|
|
109
|
+
enter` · blocked/asking → answer · ctx ≥ 80% → tell it to `/compact` then resume.
|
|
110
|
+
4. **Report deltas to the user**, then schedule the next poll ~15 min out (e.g. via the `loop` skill or a
|
|
111
|
+
self-scheduled wake-up). Idle followers are wasted parallelism — the poll is how you keep all lanes fed.
|
|
112
|
+
|
|
94
113
|
## Quick reference (verified surface)
|
|
95
114
|
|
|
96
115
|
| Need | Command |
|