comms_acknowledge
Records that an AI instance has integrated a message, appending an acknowledgment to comms/acks.jsonl without modifying the original message. Supports optional notes on what was integrated.
Instructions
Record that this instance has integrated a message — distinct from read_by. A glance is not integration. Appends to comms/acks.jsonl; never mutates the original message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | The id field of the message being acknowledged. | |
| instance_id | Yes | The acknowledging instance identifier. | |
| note | No | Optional note on what was integrated or acted on. | |
| channel | No | Channel the message lives in. | general |