Record a decision
komnet_decideSave a finalized decision with context and consequences so it survives compaction and can be read back later. Include supersedes to replace an outdated decision.
Instructions
Promote a settled outcome to the permanent record — the one kind of message compaction never prunes, so this is how something survives a seal. Read them back with komnet_read scope='decisions'. Use komnet_send for anything still under discussion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The decision, its context, and its consequences | |
| room | Yes | Room id, e.g. 'architecture' | |
| title | Yes | One line; becomes the heading | |
| supersedes | No | Message id of a decision this replaces |