removedInput schema / properties / acceptance_criteria
Removed value: -{
- "description": "New acceptance criteria",
- "type": "string"
-}
removedInput schema / properties / agent_instructions / description
Removed value: -"New agent instructions"
removedInput schema / properties / context
Removed value: -{
- "description": "New context",
- "type": "string"
-}
removedInput schema / properties / description / description
Removed value: -"New node description"
removedInput schema / properties / due_date
Removed value: -{
- "description": "New due date (ISO format)",
- "type": "string"
-}
removedInput schema / properties / metadata / description
Removed value: -"New metadata"
removedInput schema / properties / node_id / description
Removed value: -"Node ID"
addedInput schema / properties / node_type
Added value: +{
+ "enum": [
+ "phase",
+ "task",
+ "milestone"
+ ],
+ "type": "string"
+}
changedInput schema / properties / plan_id / description
Previous value: -"Plan ID"New value: +"Auto-resolved if omitted."
removedInput schema / properties / status
Removed value: -{
- "description": "New node status",
- "enum": [
- "not_started",
- "in_progress",
- "completed",
- "blocked"
- ],
- "type": "string"
-}
addedInput schema / properties / task_mode
Added value: +{
+ "enum": [
+ "free",
+ "research",
+ "plan",
+ "implement"
+ ],
+ "type": "string"
+}
removedInput schema / properties / title / description
Removed value: -"New node title"
changedInput schema / required
Previous value: -[
- "plan_id",
- "node_id"
-]New value: +[
+ "node_id"
+]