Install a reviewed plan
open77_workshop_installInstalls human-approved plans after verifying explicit consent and the plan's exact hash, then returns a job id for follow-up.
Instructions
Installs a plan the human has read and accepted. Requires consent=true and the plan's sha256 exactly as open77_workshop_plan returned it; Warden refuses anything else. Returns the job id; follow it with open77_workshop_job. Never call this without the human's explicit yes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planId | Yes | ||
| sha256 | Yes | ||
| consent | Yes | The human explicitly accepted this plan |