fabro/checkpoint.json
Fabro 8d6257baaa checkpoint
⚒️ Generated with [Fabro](https://fabro.sh)
2026-03-19 09:04:04 -04:00

97 lines
No EOL
3.5 KiB
JSON

{
"timestamp": "2026-03-19T13:04:04.797600Z",
"current_node": "ship",
"completed_nodes": [
"start",
"draft",
"approve",
"ship"
],
"node_retries": {
"start": 1,
"draft": 1,
"approve": 1,
"ship": 1
},
"context_values": {
"thread.approve.current_node": "ship",
"command.output": "shipped\n",
"internal.run_id": "01KM333Y5T1X55N1VJAYZD2HNV",
"internal.retry_count.draft": 1,
"preferred_label": "[A] Approve",
"failure_signature": "",
"internal.thread_id": "approve",
"current_node": "ship",
"internal.node_visit_count": 1,
"thread.start.current_node": "draft",
"human.gate.selected": "A",
"outcome": "success",
"graph.rankdir": "LR",
"graph.goal": "Test human gate with auto-approve",
"internal.fidelity": "compact",
"last_stage": "draft",
"last_response": "# Greeting Message\n\nHello! 👋\n\nI'm ready to help you test the human gate with auto-approve functionality. This is a great way to verify that the workflow engine can properly handle human-in-the-loop",
"response.draft": "# Greeting Message\n\nHello! 👋\n\nI'm ready to help you test the human gate with auto-approve functionality. This is a great way to verify that the workflow engine can properly handle human-in-the-loop stages and automatically proceed when approval is granted.\n\nLet me know what you'd like to do next!",
"thread.draft.current_node": "approve",
"internal.retry_count.approve": 1,
"human.gate.label": "[A] Approve",
"command.stderr": "",
"current.preamble": "Goal: Test human gate with auto-approve\n\n## Completed stages\n- **draft**: success\n - Model: claude-haiku-4-5, 2.0k tokens in / 72 out\n- **approve**: success\n\n## Context\n- human.gate.label: [A] Approve\n- human.gate.selected: A\n",
"internal.retry_count.ship": 1,
"failure_class": "",
"internal.retry_count.start": 1
},
"logs": [],
"node_outcomes": {
"start": {
"status": "success",
"duration_ms": 0
},
"approve": {
"status": "success",
"preferred_label": "[A] Approve",
"suggested_next_ids": [
"ship"
],
"context_updates": {
"human.gate.label": "[A] Approve",
"human.gate.selected": "A"
},
"duration_ms": 0
},
"draft": {
"status": "success",
"context_updates": {
"last_stage": "draft",
"last_response": "# Greeting Message\n\nHello! 👋\n\nI'm ready to help you test the human gate with auto-approve functionality. This is a great way to verify that the workflow engine can properly handle human-in-the-loop",
"response.draft": "# Greeting Message\n\nHello! 👋\n\nI'm ready to help you test the human gate with auto-approve functionality. This is a great way to verify that the workflow engine can properly handle human-in-the-loop stages and automatically proceed when approval is granted.\n\nLet me know what you'd like to do next!"
},
"notes": "Stage completed: draft",
"usage": {
"model": "claude-haiku-4-5",
"input_tokens": 2022,
"output_tokens": 72,
"cache_read_tokens": 0,
"cache_write_tokens": 0,
"cost": 0.0019056000000000001
},
"duration_ms": 1873
},
"ship": {
"status": "success",
"context_updates": {
"command.stderr": "",
"command.output": "shipped\n"
},
"notes": "Script completed: echo shipped",
"duration_ms": 47
}
},
"next_node_id": "exit",
"node_visits": {
"approve": 1,
"ship": 1,
"draft": 1,
"start": 1
}
}