artifact_record
Persist raw artifacts with a SHA-256 hash to enable integrity verification and write-once baseline locking. Optionally includes measurement data for tool-measured, reverifiable reference.
Instructions
Persist a raw artifact (run log, baseline copy) with a sha256 hash. role:"baseline" hash-locks the baseline (write-once; tampering refused). Pass measurement:{tokenCost,quality} so the artifact can serve as a tool-measured, reverifiable measurementRef. sourcePath reads are disabled; pass explicit content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | ||
| name | No | ||
| role | No | baseline | evidence | runlog | |
| phase | No | ||
| runId | Yes | ||
| content | No | ||
| newEpoch | No | ||
| rationale | No | ||
| sourcePath | No | disabled; pass content instead | |
| measurement | No |