Checksum and Verify Pack
checksum_and_verify_packCompute SHA-256 checksum manifests for tdmcp artifacts, or verify file integrity by comparing against a manifest and reporting mismatches, missing, or extra files.
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 |