{
"id": "breakpoint-strategy:free-form-edit",
"_kind": "BreakpointStrategy",
"_file": "lifecycle/decision-schema/canonical-decision-schema.yaml",
"_cluster": "lifecycle",
"attributes": {
"displayName": "Free-form Edit",
"strategyKind": "free-form-edit",
"description": "The responder can edit a structured payload (e.g. the proposed plan,\na Markdown patch, a JSON document) and return the edited form. Used\nby `kind=edit` checkpoints (plan-edit, etc.).\n",
"defaultTimeoutSec": 7200
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "human-checkpoint:plan-edit",
"to": "breakpoint-strategy:free-form-edit",
"kind": "has_strategy",
"attributes": {}
}
]
}