coc_init
Initialize a tamper-evident provenance log by creating a genesis block for a Chain of Consciousness hash chain, enabling trust and accountability through SHA-256 linked entries.
Instructions
Initialize a new Chain of Consciousness hash chain.
Creates a genesis block — the first entry in a tamper-evident, append-only
provenance log. Each subsequent entry links to the previous via SHA-256,
creating an unbroken chain proving agent existence and activity over time.
Args:
agent: Name/ID of the agent initializing the chain (default: anonymous)
Returns:
JSON with genesis block details (hash, timestamp, sequence 0)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | anonymous |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |