frank_append
Append an event to a shared governance ledger with append-only, hash-chained entries, ensuring settled facts cannot be altered or removed.
Instructions
Append one event to the shared FRANK governance ledger: project +
event_type + an object content, hash-chained onto the previous entry.
Append-only — entries can never be edited or deleted afterwards, so write
settled facts, not drafts. Returns {id, project, event_type}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| content | Yes | ||
| project | Yes | ||
| event_type | Yes |