Checksum and Verify Pack
checksum_and_verify_packCompute or verify SHA-256 checksums for tdmcp artifacts. The compute action scans files and writes a manifest; the verify action checks integrity and reports discrepancies.
Instructions
Compute or verify SHA-256 checksums for tdmcp artifacts (.tox, .recipe.json, bundles). action=compute walks a path and writes a tdmcp-checksums.json manifest. action=verify re-hashes files and reports ok/mismatch/missing/extra. No TD bridge required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| path | Yes | ||
| manifest | No | ||
| manifest_out | No | ||
| include_globs | No | ||
| exclude_globs | No | ||
| follow_symlinks | No | ||
| max_file_bytes | No | ||
| strict | No |