notary__commit
Commit to a deliverable before handover by generating a cryptographic hash and deadline. Creates a verifiable commitment for escrow or job contexts.
Instructions
[notary — commit-reveal verifiable delivery proofs] Commit to a deliverable BEFORE handover. commit_hash = sha256(salt || sha256(content)) as 64 hex chars; deadline is ISO-8601; context links the escrow/job. Idempotent per (committer, nonce).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | Yes | ||
| context | No | ||
| deadline | Yes | ||
| committer | Yes | ||
| commit_hash | Yes |