checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-05-11 17:09:27 -04:00
parent 9beeee270d
commit 82ca56b950
3 changed files with 165 additions and 7 deletions

161
run.json
View file

@ -224,14 +224,104 @@
}
},
"web_url": "http://127.0.0.1:32276/runs/01KRCDYDY9SBEZTZS6CN994FBZ",
"start": null,
"status": {
"kind": "starting"
"start": {
"start_time": "2026-05-11T21:09:21.589291Z",
"run_branch": "fabro/run/01KRCDYDY9SBEZTZS6CN994FBZ",
"base_sha": "ab78422c35d0e55b149358709e8ce341e5732933"
},
"status_updated_at": "2026-05-11T21:09:02.567061Z",
"last_event_at": "2026-05-11T21:09:21.004972Z",
"status": {
"kind": "running"
},
"status_updated_at": "2026-05-11T21:09:21.589359Z",
"last_event_at": "2026-05-11T21:09:24.640605Z",
"pending_control": null,
"checkpoints": [],
"checkpoints": [
{
"seq": 19,
"checkpoint": {
"timestamp": "2026-05-11T21:09:24.640142Z",
"current_node": "start",
"completed_nodes": [
"start"
],
"node_retries": {},
"context_values": {
"outcome": "succeeded",
"failure_class": "",
"current_node": "start",
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
"graph.rankdir": "LR",
"internal.fidelity": "compact",
"failure_signature": "",
"internal.run_id": "01KRCDYDY9SBEZTZS6CN994FBZ",
"internal.node_visit_count": 1,
"internal.retry_count.start": 0,
"internal.work_dir": "/home/daytona/workspace",
"internal.thread_id": null
},
"node_outcomes": {
"start": {
"status": "succeeded",
"usage": null
}
},
"next_node_id": "list_prs",
"node_visits": {
"start": 1
}
},
"diff": {}
},
{
"seq": 0,
"checkpoint": {
"timestamp": "2026-05-11T21:09:26.974594Z",
"current_node": "list_prs",
"completed_nodes": [
"start",
"list_prs"
],
"node_retries": {},
"context_values": {
"current_node": "list_prs",
"internal.work_dir": "/home/daytona/workspace",
"failure_signature": "",
"failure_class": "",
"internal.retry_count.start": 0,
"internal.fidelity": "compact",
"internal.thread_id": "start",
"thread.start.current_node": "list_prs",
"command.output": "blob://sha256/0b23fb241ded682323efecc2548d67e03b489a36049fcea78a8882a74b7b77e2",
"outcome": "succeeded",
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
"internal.run_id": "01KRCDYDY9SBEZTZS6CN994FBZ",
"graph.rankdir": "LR",
"internal.retry_count.list_prs": 0,
"internal.node_visit_count": 1
},
"node_outcomes": {
"start": {
"status": "succeeded",
"usage": null
},
"list_prs": {
"status": "succeeded",
"context_updates": {
"command.output": "blob://sha256/0b23fb241ded682323efecc2548d67e03b489a36049fcea78a8882a74b7b77e2"
},
"notes": "Script completed: gh pr list --state open --limit 50 2>&1",
"usage": null
}
},
"next_node_id": "list_issues",
"node_visits": {
"start": 1,
"list_prs": 1
}
},
"diff": {}
}
],
"conclusion": null,
"sandbox": {
"provider": "daytona",
@ -248,5 +338,62 @@
"pull_request": null,
"superseded_by": null,
"pending_interviews": {},
"stages": {}
"stages": {
"start@1": {
"first_event_seq": 16,
"prompt": null,
"response": null,
"completion": {
"outcome": "succeeded",
"notes": null,
"failure_reason": null,
"timestamp": "2026-05-11T21:09:24.639926Z"
},
"provider_used": null,
"diff": null,
"script_invocation": null,
"script_timing": null,
"parallel_results": null,
"output": null,
"started_at": "2026-05-11T21:09:24.639385Z",
"handler": "start",
"duration_ms": 0,
"usage": {
"input_tokens": 0,
"output_tokens": 0,
"total_tokens": 0,
"reasoning_tokens": 0,
"cache_read_tokens": 0,
"cache_write_tokens": 0
},
"state": "succeeded"
},
"list_prs@1": {
"first_event_seq": 20,
"prompt": null,
"response": null,
"completion": null,
"provider_used": null,
"diff": null,
"script_invocation": {
"script": "gh pr list --state open --limit 50 2>&1",
"command": "exec 2>&1\ngh pr list --state open --limit 50 2>&1",
"language": "shell"
},
"script_timing": null,
"parallel_results": null,
"output": null,
"started_at": "2026-05-11T21:09:24.640265Z",
"handler": "command",
"usage": {
"input_tokens": 0,
"output_tokens": 0,
"total_tokens": 0,
"reasoning_tokens": 0,
"cache_read_tokens": 0,
"cache_write_tokens": 0
},
"state": "running"
}
}
}

View file

@ -0,0 +1,6 @@
{
"outcome": "succeeded",
"notes": null,
"failure_reason": null,
"timestamp": "2026-05-11T21:09:24.639926Z"
}

View file

@ -0,0 +1,5 @@
{
"script": "gh pr list --state open --limit 50 2>&1",
"command": "exec 2>&1\ngh pr list --state open --limit 50 2>&1",
"language": "shell"
}