recording_append
Append a signed, hash-linked block to an active recording, creating an immutable audit trail where each block is cryptographically signed and linked to the previous one for tamper detection.
Instructions
Append a signed, hash-linked block to an active recording.
Each block is signed with your identity key and hash-linked to the previous block, so tampering with any earlier block breaks the chain.
event_type must be one of: message, thought, observation,
decision. Other values are rejected. (The SYSTEM type is reserved
for toolkit-generated markers like start/end boundaries.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| event_type | No | message | |
| recording_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||