checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-04-29 17:39:14 +00:00
parent 1fbdcc513e
commit 5b4e1d8f86
5 changed files with 179 additions and 7 deletions

162
run.json
View file

@ -194,14 +194,128 @@
"in_place": false
},
"graph_source": "digraph Hello {\n graph [goal=\"Say hello and demonstrate a basic Fabro workflow\"]\n rankdir=LR\n\n start [shape=Mdiamond, label=\"Start\"]\n exit [shape=Msquare, label=\"Exit\"]\n\n greet [label=\"Greet\", prompt=\"Add a haiku to the README\"]\n\n start -> greet -> exit\n}\n",
"start": null,
"status": {
"kind": "starting"
"start": {
"run_id": "01KQD54J8NA8NZ0KPTCE79389Y",
"start_time": "2026-04-29T17:39:01.053018039Z",
"run_branch": "fabro/run/01KQD54J8NA8NZ0KPTCE79389Y",
"base_sha": "a6a11cdd82ad2012b68f7e5cc5ce491ad932c72d"
},
"status_updated_at": "2026-04-29T17:38:39.023766457Z",
"status": {
"kind": "running"
},
"status_updated_at": "2026-04-29T17:39:01.053032372Z",
"pending_control": null,
"checkpoint": null,
"checkpoints": [],
"checkpoint": {
"timestamp": "2026-04-29T17:39:14.600173200Z",
"current_node": "greet",
"completed_nodes": [
"start",
"greet"
],
"node_retries": {},
"context_values": {
"outcome": "success",
"graph.goal": "Say hello and demonstrate a basic Fabro workflow",
"failure_signature": "",
"thread.start.current_node": "greet",
"last_response": "Done! I added a haiku right below the main headline:\n\n```\nAgents write the code\nGraphs keep the process on track\nYou review, not babysit\n```\n\nIt captures Fabro's core value proposition in 5-7-5 syllab",
"internal.work_dir": "/workspace",
"failure_class": "",
"internal.retry_count.start": 0,
"internal.fidelity": "compact",
"response.greet": "Done! I added a haiku right below the main headline:\n\n```\nAgents write the code\nGraphs keep the process on track\nYou review, not babysit\n```\n\nIt captures Fabro's core value proposition in 5-7-5 syllables and sits naturally as an epigraph before the prose description kicks in.",
"internal.run_id": "01KQD54J8NA8NZ0KPTCE79389Y",
"current_node": "greet",
"internal.thread_id": "start",
"internal.retry_count.greet": 0,
"internal.node_visit_count": 1,
"graph.rankdir": "LR",
"last_stage": "greet"
},
"node_outcomes": {
"greet": {
"status": "success",
"context_updates": {
"response.greet": "Done! I added a haiku right below the main headline:\n\n```\nAgents write the code\nGraphs keep the process on track\nYou review, not babysit\n```\n\nIt captures Fabro's core value proposition in 5-7-5 syllables and sits naturally as an epigraph before the prose description kicks in.",
"last_stage": "greet",
"last_response": "Done! I added a haiku right below the main headline:\n\n```\nAgents write the code\nGraphs keep the process on track\nYou review, not babysit\n```\n\nIt captures Fabro's core value proposition in 5-7-5 syllab"
},
"notes": "Stage completed: greet",
"usage": {
"input": {
"usage": {
"model": {
"provider": "anthropic",
"model_id": "claude-sonnet-4-6"
},
"tokens": {
"input_tokens": 4768,
"output_tokens": 420,
"reasoning_tokens": 0,
"cache_read_tokens": 23436,
"cache_write_tokens": 12007
}
},
"facts": {
"provider": "anthropic",
"cache_write_5m_tokens": 12007,
"cache_write_1h_tokens": 0
}
},
"total_usd_micros": 72660
},
"files_touched": [
"/workspace/README.md"
]
},
"start": {
"status": "success",
"usage": null
}
},
"next_node_id": "exit",
"node_visits": {
"greet": 1,
"start": 1
}
},
"checkpoints": [
[
17,
{
"timestamp": "2026-04-29T17:39:03.464630135Z",
"current_node": "start",
"completed_nodes": [
"start"
],
"node_retries": {},
"context_values": {
"graph.rankdir": "LR",
"graph.goal": "Say hello and demonstrate a basic Fabro workflow",
"internal.fidelity": "compact",
"internal.node_visit_count": 1,
"current_node": "start",
"failure_signature": "",
"internal.run_id": "01KQD54J8NA8NZ0KPTCE79389Y",
"internal.retry_count.start": 0,
"internal.thread_id": null,
"internal.work_dir": "/workspace",
"outcome": "success",
"failure_class": ""
},
"node_outcomes": {
"start": {
"status": "success",
"usage": null
}
},
"next_node_id": "greet",
"node_visits": {
"start": 1
}
}
]
],
"conclusion": null,
"retro": null,
"retro_prompt": null,
@ -218,5 +332,39 @@
"pull_request": null,
"superseded_by": null,
"pending_interviews": {},
"nodes": {}
"nodes": {
"greet@1": {
"prompt": null,
"response": null,
"status": null,
"provider_used": {
"mode": "agent",
"provider": "anthropic",
"model": "claude-sonnet-4-6"
},
"diff": null,
"script_invocation": null,
"script_timing": null,
"parallel_results": null,
"stdout": null,
"stderr": null
},
"start@1": {
"prompt": null,
"response": null,
"status": {
"status": "success",
"notes": null,
"failure_reason": null,
"timestamp": "2026-04-29T17:39:03.464578051Z"
},
"provider_used": null,
"diff": null,
"script_invocation": null,
"script_timing": null,
"parallel_results": null,
"stdout": null,
"stderr": null
}
}
}

4
stages/greet@1/prompt.md Normal file
View file

@ -0,0 +1,4 @@
Goal: Say hello and demonstrate a basic Fabro workflow
Add a haiku to the README

View file

@ -0,0 +1,5 @@
{
"mode": "agent",
"provider": "anthropic",
"model": "claude-sonnet-4-6"
}

View file

@ -0,0 +1,9 @@
Done! I added a haiku right below the main headline:
```
Agents write the code
Graphs keep the process on track
You review, not babysit
```
It captures Fabro's core value proposition in 5-7-5 syllables and sits naturally as an epigraph before the prose description kicks in.

View file

@ -0,0 +1,6 @@
{
"status": "success",
"notes": null,
"failure_reason": null,
"timestamp": "2026-04-29T17:39:03.464578051Z"
}