processing_apply_plan
Apply a semantic plan in one task-scoped verified production run after explicit user authorization. Uses a session fingerprint to ensure changes target the intended project state.
Instructions
Apply a semantic plan through one task-scoped verified Production Run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Bounded semantic plan returned by processing_plan. | |
| session_fingerprint | Yes | Required bridge/project-session fingerprint from a recent live read. The palette application refuses after bridge reload or a reported project load. This is a concurrency guard, not authentication or a durable project identity. | |
| authorized_to_modify | Yes | True only when the current user explicitly authorized these processing changes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| status | Yes | ||
| summary | Yes | ||
| blockers | No | ||
| receipts | No | ||
| warnings | No | ||
| phase_plan | No | ||
| run_context | No | ||
| project_saved | No | ||
| timing_report | No | ||
| attempted_count | Yes | ||
| completed_count | Yes | ||
| creation_outcome | No | ||
| readiness_report | No | ||
| total_operations | Yes | ||
| generated_outputs | No | ||
| write_mode_active | No | ||
| rollback_attempted | No | ||
| session_fingerprint | No | ||
| project_state_digest | No | ||
| write_mode_enable_count | No | ||
| write_mode_disable_count | No | ||
| write_mode_shutdown_verified | No |