'Create, update, or replace the active plan. Send one or more operations in updates; batch related step changes in a single call. For set_plan and replace_plan, always provide a complete plan object.',
parameters:{
type:'object',
type:'object',
properties:{
properties:{
updates:{
kind:{
type:'array',
description:
'Ordered plan operations. Use multiple update_step operations in one call when several steps changed together.',
'Create, update, or replace the active plan. Send one or more operations in updates; batch related step changes in a single call. set_plan and replace_plan require a complete plan object. update_step must only include stepId/status/evidence/outputSummary/blocker/needsReplan/reason; never include plan in update_step.',
parameters:{
type:'object',
properties:{
updates:{
type:'array',
description:
'Ordered plan operations. Use multiple update_step operations in one call when several steps changed together.',