Goal
Make blocked-task escalations include the stored worker prompt snapshot reference so operators can inspect the exact prompt context without searching logs or task artifacts manually.
Success Criteria
- Blocked or partial task escalation payloads include a direct reference to the saved prompt snapshot when one exists
- The reference is present in the task record or escalation note used by follow-up review flows
- A verification case shows a blocked task can be traced to its exact prompt snapshot from the escalation output alone
Constraints
- Prefer minimal diffs
- Reuse the existing prompt snapshot storage path and metadata instead of adding a new persistence system
Goal
Make blocked-task escalations include the stored worker prompt snapshot reference so operators can inspect the exact prompt context without searching logs or task artifacts manually.
Success Criteria
Constraints