enclosure_evidence_pack
Per-incident enclosure evidence pack — one domain's observed policy-surface change (robots.txt / ai.txt / llms.txt / TDM-Rep) as a self-contained bundle: before/after observations, the stored response bodies re-hashed at read time, and the per-day custody record (rows in store vs rows batch-committed, gaps disclosed). Sealed-run attestation. Returns an Ed25519-signed receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain whose policy-surface change to document (lowercased, e.g. 'flickr.com'). | |
| resource | No | Policy surface (default 'robots'). | robots |
| event_date | No | Optional change-event date (YYYY-MM-DD) to select a specific incident; default = the most recent change. A date with no change event returns incident_found=false. | |
| include_bodies | No | Include the stored before/after response bodies, re-hashed at read time (default true). |