mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
a78c3b81fe
commit
ea5ee54456
5 changed files with 155 additions and 55 deletions
189
run.json
189
run.json
|
|
@ -238,7 +238,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-11T18:50:21.061002Z",
|
||||
"last_event_at": "2026-05-11T18:50:32.954950Z",
|
||||
"last_event_at": "2026-05-11T18:50:42.123549Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -334,9 +334,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 37,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-11T18:50:35.259300Z",
|
||||
"timestamp": "2026-05-11T18:50:42.123449Z",
|
||||
"current_node": "list_issues",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -345,25 +345,29 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"failure_class": "",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"current_node": "list_issues",
|
||||
"internal.thread_id": "list_prs",
|
||||
"outcome": "succeeded",
|
||||
"thread.start.current_node": "list_prs",
|
||||
"failure_class": "",
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.list_prs.current_node": "list_issues",
|
||||
"internal.retry_count.list_prs": 0,
|
||||
"failure_signature": "",
|
||||
"internal.fidelity": "compact",
|
||||
"command.output": "blob://sha256/3d2565e0daf356d49f952bd01acce0d9026c324e8c4a227ad3b19a6ee890ea01",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.retry_count.list_prs": 0,
|
||||
"failure_signature": "",
|
||||
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
|
||||
"internal.retry_count.list_issues": 0,
|
||||
"internal.thread_id": "list_prs",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"internal.run_id": "01KRC5ZRZ0ZHXYYJGQG9D23TAD",
|
||||
"graph.rankdir": "LR",
|
||||
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
|
||||
"current_node": "list_issues",
|
||||
"internal.retry_count.start": 0
|
||||
"internal.retry_count.start": 0,
|
||||
"thread.start.current_node": "list_prs"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"list_issues": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -372,10 +376,6 @@
|
|||
"notes": "Script completed: gh issue list --state open --limit 50 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"list_prs": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -386,16 +386,50 @@
|
|||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "9ef4b09eb313abd6cf96f53a2fb25eff1d6baca7",
|
||||
"node_visits": {
|
||||
"list_issues": 1,
|
||||
"list_prs": 1,
|
||||
"start": 1
|
||||
}
|
||||
},
|
||||
"diff": {}
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"conclusion": null,
|
||||
"conclusion": {
|
||||
"timestamp": "2026-05-11T18:50:42.141508Z",
|
||||
"status": "succeeded",
|
||||
"duration_ms": 21062,
|
||||
"final_git_commit_sha": "9ef4b09eb313abd6cf96f53a2fb25eff1d6baca7",
|
||||
"stages": [
|
||||
{
|
||||
"stage_id": "start",
|
||||
"stage_label": "start",
|
||||
"duration_ms": 0,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "list_prs",
|
||||
"stage_label": "list_prs",
|
||||
"duration_ms": 2684,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "list_issues",
|
||||
"stage_label": "list_issues",
|
||||
"duration_ms": 2303,
|
||||
"retries": 0
|
||||
}
|
||||
],
|
||||
"total_retries": 0,
|
||||
"diff": {}
|
||||
},
|
||||
"sandbox": {
|
||||
"provider": "daytona",
|
||||
"image": "buildpack-deps:noble",
|
||||
|
|
@ -412,6 +446,64 @@
|
|||
"superseded_by": null,
|
||||
"pending_interviews": {},
|
||||
"stages": {
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-11T18:50:24.079325Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-11T18:50:24.079201Z",
|
||||
"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"
|
||||
},
|
||||
"exit@1": {
|
||||
"first_event_seq": 40,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-11T18:50:42.123549Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-11T18:50:42.123530Z",
|
||||
"handler": "exit",
|
||||
"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,
|
||||
|
|
@ -455,25 +547,39 @@
|
|||
},
|
||||
"state": "succeeded"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
"list_issues@1": {
|
||||
"first_event_seq": 30,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"notes": "Script completed: gh issue list --state open --limit 50 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-11T18:50:24.079325Z"
|
||||
"timestamp": "2026-05-11T18:50:35.258682Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"script_invocation": {
|
||||
"script": "gh issue list --state open --limit 50 2>&1",
|
||||
"command": "exec 2>&1\ngh issue list --state open --limit 50 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": {
|
||||
"output": "blob://sha256/3d2565e0daf356d49f952bd01acce0d9026c324e8c4a227ad3b19a6ee890ea01",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 2295,
|
||||
"termination": "exited",
|
||||
"output_bytes": 2337,
|
||||
"live_streaming": true
|
||||
},
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-11T18:50:24.079201Z",
|
||||
"handler": "start",
|
||||
"duration_ms": 0,
|
||||
"output_bytes": 2337,
|
||||
"live_streaming": true,
|
||||
"termination": "exited",
|
||||
"started_at": "2026-05-11T18:50:32.954639Z",
|
||||
"handler": "command",
|
||||
"duration_ms": 2303,
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
|
|
@ -483,33 +589,6 @@
|
|||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "succeeded"
|
||||
},
|
||||
"list_issues@1": {
|
||||
"first_event_seq": 30,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
"script": "gh issue list --state open --limit 50 2>&1",
|
||||
"command": "exec 2>&1\ngh issue list --state open --limit 50 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-11T18:50:32.954639Z",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
1
stages/003-list_issues@1/output.log
Normal file
1
stages/003-list_issues@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/3d2565e0daf356d49f952bd01acce0d9026c324e8c4a227ad3b19a6ee890ea01
|
||||
8
stages/003-list_issues@1/script_timing.json
Normal file
8
stages/003-list_issues@1/script_timing.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"output": "blob://sha256/3d2565e0daf356d49f952bd01acce0d9026c324e8c4a227ad3b19a6ee890ea01",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 2295,
|
||||
"termination": "exited",
|
||||
"output_bytes": 2337,
|
||||
"live_streaming": true
|
||||
}
|
||||
6
stages/003-list_issues@1/status.json
Normal file
6
stages/003-list_issues@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: gh issue list --state open --limit 50 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-11T18:50:35.258682Z"
|
||||
}
|
||||
6
stages/004-exit@1/status.json
Normal file
6
stages/004-exit@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-11T18:50:42.123549Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue