recording_append
Append a signed and hash-linked block to an active recording to ensure tamper-proof integrity. Each entry is cryptographically linked to the previous block, preserving an auditable chain of trust.
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 | |||