mfg_generate_release_manifest
Generate a SHA256-signed release manifest for manufacturing by hashing output files and recording tool versions, intent, and gate status in manifest.json and MANIFEST.txt.
Instructions
Generate a SHA256-signed release manifest for the manufacturing package.
Collects all files in the output directory, computes SHA256 hashes, and
records tool versions, intent hash, and gate status into a manifest.json
and MANIFEST.txt.
Args:
output_path: Subdirectory inside the project (defaults to output/).
Returns: Confirmation with manifest path and file count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |