Skip to content

Commit 73e67b3

Browse files
committed
docs(readme): reconcile the tools table and protocol size with merged main
Add the peek() and decisions() rows the room-awareness PR never wired into the tools table, and correct the protocol size claim: revision 19's diet cut the core from ~4.4k to ~2.1k tokens.
1 parent 3748dbf commit 73e67b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,8 @@ between polls, so idling loses nothing.
546546
| `list_peers()` | List the project names currently connected (no join needed). |
547547
| `say(content, to="all")` | Send to one peer (`"project-b"`), broadcast (`"all"`), or a private channel (`"#api-shape"`). Sending to a channel subscribes you to it. |
548548
| `protocol_section(name)` | Fetch one on-demand section of the protocol — `listening-fallbacks`, `formatting`, `talking-stick`, `channels`, `operator-forms` (no join needed). |
549+
| `peek()` | Check whether anything is waiting for you without draining it, a cheap "worth a turn?" probe. |
550+
| `decisions(limit=20)` | List recently settled operator-form decisions, oldest first, so a late joiner can catch up without replaying the transcript. Scoped to broadcast plus channels you belong to. |
549551

550552
### Listening
551553

@@ -597,7 +599,7 @@ field shape, the wizard, and the answer round-trip in pictures.
597599
The hub owns the protocol: a connector downloads it when it arms (no per-repo
598600
copy needed), and `join()` hands it back on the session's first join, then again
599601
whenever the hub's `PROTOCOL_VERSION` has moved past what the agent last read
600-
(`protocol_stale`). In between it just names the revision — the text is ~4.4k
602+
(`protocol_stale`). In between it just names the revision — the core is ~2.1k
601603
tokens and the session already has it. `join(force_protocol=True)` re-requests
602604
it, for an agent whose context was compacted.
603605

0 commit comments

Comments
 (0)