Spaces:
Runtime error
Runtime error
File size: 319 Bytes
3436bdd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"version": "work_manifest_v0",
"manifest_id": "demo_exec",
"goal": "Prove guarded local exec can emit a receipt-backed runtime run.",
"lane": "execution",
"execution_gate": true,
"receipt_required": true,
"actions": [
{
"type": "exec",
"cmd": "printf 'runtime exec demo\\n'"
}
]
}
|