Schema
WorkplanRunMode
The WorkPlan's effective run posture (S2-READ §1a). ``effective`` resolves: plan-level ``configuration.run_mode`` → the workstream default → ``propose``. ``source`` tells the FE whether the value was set on this plan or inherited. ``locked`` is the firm-lock governance flag — always ``False`` in S2.
| Field | Type | Description |
|---|---|---|
effective | "propose" | "auto_run" | Execution mode for steps.proposeauto_run |
source | "plan" | "workstream_default" | Where `effective` came fromplanworkstream_default |
locked | boolean | Governance read-only flag (always false in S2) |