motus-os/Motus Store Receipt
Run a command and emit Motus Store export and receipt artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Command to run. Parsed as POSIX shell-like argv, but not executed through a shell. | yes | — |
| store-path | Path to the Motus Store database. | no | .motus/kernel-store.db |
| export-path | Path for the deterministic Store export JSON. | no | motus-run-export.json |
| receipt-path | Path for the Motus receipt projection JSON. | no | motus-receipt.json |
| max-output-bytes | Maximum bytes tracked per stdout/stderr stream before metadata is marked truncated. | no | 16384 |
| timeout | Optional timeout in seconds for the wrapped command. | no | "" |
Outputs
| name | description |
|---|---|
| run_id | Motus Store run id. |
| store_path | Motus Store database path. |
| export_path | Store export artifact path. |
| receipt_path | Receipt projection artifact path. |
| outcome | Motus run outcome. |
| exit_code | Wrapped command exit code. |