mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-08 22:21:45 +00:00
parent
a04cf1e522
commit
3ec495bdb1
3 changed files with 144 additions and 7 deletions
140
run.json
140
run.json
|
|
@ -224,14 +224,104 @@
|
|||
"in_place": false
|
||||
},
|
||||
"graph_source": "digraph GhList {\n graph [goal=\"List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection\"]\n rankdir=LR\n\n start [shape=Mdiamond, label=\"Start\"]\n exit [shape=Msquare, label=\"Exit\"]\n\n list_prs [label=\"List PRs\", shape=parallelogram, script=\"gh pr list --state open --limit 50 2>&1\"]\n list_issues [label=\"List Issues\", shape=parallelogram, script=\"gh issue list --state open --limit 50 2>&1\"]\n\n start -> list_prs -> list_issues -> exit\n}\n",
|
||||
"start": null,
|
||||
"status": {
|
||||
"kind": "starting"
|
||||
"start": {
|
||||
"run_id": "01KQW3293BWKEXCA7F3YVFPAH5",
|
||||
"start_time": "2026-05-05T12:51:17.524678Z",
|
||||
"run_branch": "fabro/run/01KQW3293BWKEXCA7F3YVFPAH5",
|
||||
"base_sha": "b6ea81b67851a2391f5ed9ea4bbe9c864814fc94"
|
||||
},
|
||||
"status_updated_at": "2026-05-05T12:51:03.440724Z",
|
||||
"status": {
|
||||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-05T12:51:17.524710Z",
|
||||
"pending_control": null,
|
||||
"checkpoint": null,
|
||||
"checkpoints": [],
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-05T12:51:21.132589Z",
|
||||
"current_node": "list_prs",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"list_prs"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.retry_count.start": 0,
|
||||
"outcome": "failed",
|
||||
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
|
||||
"internal.thread_id": "start",
|
||||
"failure_signature": "list_prs|deterministic|script failed with exit code: <n> ## stdout to get started with github cli,please run: gh auth login alternatively,populate the gh_token environment variable with a github api authentication token.",
|
||||
"failure_class": "deterministic",
|
||||
"thread.start.current_node": "list_prs",
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"current_node": "list_prs",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.list_prs": 0,
|
||||
"internal.run_id": "01KQW3293BWKEXCA7F3YVFPAH5",
|
||||
"internal.node_visit_count": 1,
|
||||
"command.output": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a",
|
||||
"graph.rankdir": "LR"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"list_prs": {
|
||||
"status": "failed",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a",
|
||||
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"failure": {
|
||||
"message": "Script failed with exit code: 4\n\n## stdout\nTo get started with GitHub CLI, please run: gh auth login\nAlternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.\n",
|
||||
"failure_class": "deterministic"
|
||||
},
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "list_issues",
|
||||
"node_visits": {
|
||||
"list_prs": 1,
|
||||
"start": 1
|
||||
}
|
||||
},
|
||||
"checkpoints": [
|
||||
[
|
||||
19,
|
||||
{
|
||||
"timestamp": "2026-05-05T12:51:19.747862Z",
|
||||
"current_node": "start",
|
||||
"completed_nodes": [
|
||||
"start"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.run_id": "01KQW3293BWKEXCA7F3YVFPAH5",
|
||||
"internal.thread_id": null,
|
||||
"current_node": "start",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.node_visit_count": 1,
|
||||
"outcome": "succeeded",
|
||||
"failure_class": "",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
|
||||
"failure_signature": ""
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "list_prs",
|
||||
"node_visits": {
|
||||
"start": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"conclusion": null,
|
||||
"retro": null,
|
||||
"retro_prompt": null,
|
||||
|
|
@ -248,5 +338,41 @@
|
|||
"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-05T12:51:19.747752Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"stdout": null,
|
||||
"stderr": null
|
||||
},
|
||||
"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": "gh pr list --state open --limit 50 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"stdout": null,
|
||||
"stderr": null
|
||||
}
|
||||
}
|
||||
}
|
||||
6
stages/001-start@1/status.json
Normal file
6
stages/001-start@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-05T12:51:19.747752Z"
|
||||
}
|
||||
5
stages/002-list_prs@1/script_invocation.json
Normal file
5
stages/002-list_prs@1/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"script": "gh pr list --state open --limit 50 2>&1",
|
||||
"command": "gh pr list --state open --limit 50 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue