omega_seal_run
Create immutable audit records by appending tamper-proof entries to a SHA-256 hash chain, ensuring evidence integrity for significant events.
Instructions
Appends a tamper-proof entry to the SEAL (Secure Evidence Audit Ledger) SHA-256 hash chain. Use this to create an immutable audit record of significant events, decisions, or state changes. Returns JSON with fields: seal_hash (hex string), chain_position (integer), timestamp (ISO 8601).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | Structured event metadata, e.g. {"action": "deploy", "target": "production", "version": "2.1.0"}. | |
| response | Yes | Outcome text to seal into the immutable ledger, e.g. 'Deployment succeeded with zero errors'. |