mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
8c8a802e98
commit
90837ca1cd
6 changed files with 183 additions and 29 deletions
183
run.json
183
run.json
|
|
@ -208,10 +208,10 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-09T19:18:45.345083Z",
|
||||
"last_event_at": "2026-05-09T19:18:52.666214Z",
|
||||
"last_event_at": "2026-05-09T19:18:57.869341Z",
|
||||
"pending_control": null,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-09T19:18:54.120221Z",
|
||||
"timestamp": "2026-05-09T19:18:57.869067Z",
|
||||
"current_node": "verify",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -220,23 +220,23 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.run_id": "01KR72TMH9Y65KB3VB4WPK2WH6",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"outcome": "succeeded",
|
||||
"internal.thread_id": "implement",
|
||||
"failure_signature": "",
|
||||
"thread.start.current_node": "implement",
|
||||
"current_node": "verify",
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"thread.start.current_node": "implement",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.retry_count.verify": 0,
|
||||
"outcome": "succeeded",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.run_id": "01KR72TMH9Y65KB3VB4WPK2WH6",
|
||||
"failure_signature": "",
|
||||
"internal.retry_count.implement": 0,
|
||||
"graph.goal": "Create two committed sandbox changes for validating the run files commit picker",
|
||||
"failure_class": "",
|
||||
"internal.retry_count.start": 0,
|
||||
"graph.rankdir": "LR",
|
||||
"internal.fidelity": "compact",
|
||||
"thread.implement.current_node": "verify",
|
||||
"internal.retry_count.verify": 0,
|
||||
"failure_class": "",
|
||||
"current_node": "verify"
|
||||
"internal.thread_id": "implement",
|
||||
"graph.goal": "Create two committed sandbox changes for validating the run files commit picker",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"thread.implement.current_node": "verify"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"implement": {
|
||||
|
|
@ -261,10 +261,11 @@
|
|||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "1ea8047f38933eaab3cda95f58daf619060d455f",
|
||||
"node_visits": {
|
||||
"implement": 1,
|
||||
"start": 1,
|
||||
"verify": 1,
|
||||
"implement": 1
|
||||
"verify": 1
|
||||
}
|
||||
},
|
||||
"checkpoints": [
|
||||
|
|
@ -351,9 +352,96 @@
|
|||
"implement": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
35,
|
||||
{
|
||||
"timestamp": "2026-05-09T19:18:57.869067Z",
|
||||
"current_node": "verify",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"implement",
|
||||
"verify"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"current_node": "verify",
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"thread.start.current_node": "implement",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.retry_count.verify": 0,
|
||||
"outcome": "succeeded",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.run_id": "01KR72TMH9Y65KB3VB4WPK2WH6",
|
||||
"failure_signature": "",
|
||||
"internal.retry_count.implement": 0,
|
||||
"failure_class": "",
|
||||
"internal.retry_count.start": 0,
|
||||
"graph.rankdir": "LR",
|
||||
"internal.thread_id": "implement",
|
||||
"graph.goal": "Create two committed sandbox changes for validating the run files commit picker",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"thread.implement.current_node": "verify"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"implement": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"notes": "Script completed: printf '\\nStage implement wrote this line.\\n' >> validation.txt",
|
||||
"usage": null
|
||||
},
|
||||
"verify": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"notes": "Script completed: printf 'Stage verify wrote this line.\\n' >> validation.txt",
|
||||
"usage": null
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "1ea8047f38933eaab3cda95f58daf619060d455f",
|
||||
"node_visits": {
|
||||
"implement": 1,
|
||||
"start": 1,
|
||||
"verify": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"conclusion": null,
|
||||
"conclusion": {
|
||||
"timestamp": "2026-05-09T19:18:57.901504Z",
|
||||
"status": "succeeded",
|
||||
"duration_ms": 12524,
|
||||
"final_git_commit_sha": "1ea8047f38933eaab3cda95f58daf619060d455f",
|
||||
"stages": [
|
||||
{
|
||||
"stage_id": "start",
|
||||
"stage_label": "start",
|
||||
"duration_ms": 0,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "implement",
|
||||
"stage_label": "implement",
|
||||
"duration_ms": 1413,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "verify",
|
||||
"stage_label": "verify",
|
||||
"duration_ms": 1453,
|
||||
"retries": 0
|
||||
}
|
||||
],
|
||||
"total_retries": 0
|
||||
},
|
||||
"sandbox": {
|
||||
"provider": "daytona",
|
||||
"working_directory": "/home/daytona/workspace",
|
||||
|
|
@ -365,13 +453,48 @@
|
|||
"final_patch": null,
|
||||
"diff_summary": {
|
||||
"files_changed": 1,
|
||||
"additions": 2,
|
||||
"additions": 3,
|
||||
"deletions": 0
|
||||
},
|
||||
"pull_request": null,
|
||||
"superseded_by": null,
|
||||
"pending_interviews": {},
|
||||
"stages": {
|
||||
"verify@1": {
|
||||
"first_event_seq": 28,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: printf 'Stage verify wrote this line.\\n' >> validation.txt",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T19:18:54.118860Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
"script": "printf 'Stage verify wrote this line.\\n' >> validation.txt",
|
||||
"command": "exec 2>&1\nprintf 'Stage verify wrote this line.\\n' >> validation.txt",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": {
|
||||
"output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 1445,
|
||||
"termination": "exited",
|
||||
"output_bytes": 0,
|
||||
"live_streaming": false
|
||||
},
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"output_bytes": 0,
|
||||
"live_streaming": false,
|
||||
"termination": "exited",
|
||||
"started_at": "2026-05-09T19:18:52.665542Z",
|
||||
"handler": "command",
|
||||
"duration_ms": 1453,
|
||||
"state": "succeeded"
|
||||
},
|
||||
"implement@1": {
|
||||
"first_event_seq": 18,
|
||||
"prompt": null,
|
||||
|
|
@ -428,24 +551,26 @@
|
|||
"duration_ms": 0,
|
||||
"state": "succeeded"
|
||||
},
|
||||
"verify@1": {
|
||||
"first_event_seq": 28,
|
||||
"exit@1": {
|
||||
"first_event_seq": 38,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T19:18:57.869341Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
"script": "printf 'Stage verify wrote this line.\\n' >> validation.txt",
|
||||
"command": "exec 2>&1\nprintf 'Stage verify wrote this line.\\n' >> validation.txt",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-09T19:18:52.665542Z",
|
||||
"handler": "command",
|
||||
"state": "running"
|
||||
"started_at": "2026-05-09T19:18:57.869285Z",
|
||||
"handler": "exit",
|
||||
"duration_ms": 0,
|
||||
"state": "succeeded"
|
||||
}
|
||||
}
|
||||
}
|
||||
8
stages/003-verify@1/diff.patch
Normal file
8
stages/003-verify@1/diff.patch
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
diff --git a/validation.txt b/validation.txt
|
||||
index f2a0dc38..8a3f84b7 100644
|
||||
--- a/validation.txt
|
||||
+++ b/validation.txt
|
||||
@@ -1,2 +1,3 @@
|
||||
|
||||
Stage implement wrote this line.
|
||||
+Stage verify wrote this line.
|
||||
1
stages/003-verify@1/output.log
Normal file
1
stages/003-verify@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126
|
||||
8
stages/003-verify@1/script_timing.json
Normal file
8
stages/003-verify@1/script_timing.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 1445,
|
||||
"termination": "exited",
|
||||
"output_bytes": 0,
|
||||
"live_streaming": false
|
||||
}
|
||||
6
stages/003-verify@1/status.json
Normal file
6
stages/003-verify@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: printf 'Stage verify wrote this line.\\n' >> validation.txt",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T19:18:54.118860Z"
|
||||
}
|
||||
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-09T19:18:57.869341Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue