Read a room's messages, history, or decisions
komnet_readRead messages or settled decisions from a room, using history or superseded options to get full context before re-opening a question.
Instructions
messages (default): the live window of one room, in thread order. Pass since to read further back out of git history instead. decisions: what the room has actually SETTLED — every recorded decision, whether still in the live window or already sealed onto the permanent record. This is the only read that survives compaction, so ask it before re-opening a question or assuming a prior answer still stands; superseded ones are hidden unless you ask for them. Neither the message scope nor komnet_search reaches a sealed decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | Yes | Room id, e.g. 'architecture' | |
| limit | No | Default 50 | |
| scope | No | Default 'messages' | |
| since | No | messages: read history instead — a git date, e.g. '2026-01-01' or '3 months ago' | |
| thread | No | messages: restrict to one thread root id | |
| includeSuperseded | No | decisions: also return decisions a later one replaced |