iiRecord
Agentic AI Atlas · Free-form Edit
breakpoint-strategy:free-form-edita5c.ai
II.
BreakpointStrategy JSON

breakpoint-strategy:free-form-edit

Structured · live

Free-form Edit json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · lifecycle/decision-schema/canonical-decision-schema.yamlCluster · lifecycle
Record JSON
{
  "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": {}
    }
  ]
}