mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
84baf80ffb
commit
ffeeff9500
5 changed files with 73 additions and 0 deletions
51
checkpoint.json
Normal file
51
checkpoint.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"timestamp": "2026-03-19T13:28:30.247870Z",
|
||||
"current_node": "setup",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"setup"
|
||||
],
|
||||
"node_retries": {
|
||||
"start": 1,
|
||||
"setup": 1
|
||||
},
|
||||
"context_values": {
|
||||
"failure_class": "",
|
||||
"failure_signature": "",
|
||||
"current.preamble": "Goal: Verify sandbox filesystem is shared across command and agent nodes\n",
|
||||
"internal.run_id": "01KM34GS96WYKM7P8Z7QX5EPXW",
|
||||
"current_node": "setup",
|
||||
"internal.thread_id": "start",
|
||||
"graph.goal": "Verify sandbox filesystem is shared across command and agent nodes",
|
||||
"internal.retry_count.setup": 1,
|
||||
"internal.fidelity": "compact",
|
||||
"internal.node_visit_count": 1,
|
||||
"outcome": "success",
|
||||
"thread.start.current_node": "setup",
|
||||
"command.output": "",
|
||||
"graph.rankdir": "LR",
|
||||
"command.stderr": "",
|
||||
"internal.retry_count.start": 1
|
||||
},
|
||||
"logs": [],
|
||||
"node_outcomes": {
|
||||
"setup": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.stderr": "",
|
||||
"command.output": ""
|
||||
},
|
||||
"notes": "Script completed: echo SCENARIO_FLAG_42 > /tmp/scenario_flag.txt",
|
||||
"duration_ms": 26
|
||||
},
|
||||
"start": {
|
||||
"status": "success",
|
||||
"duration_ms": 0
|
||||
}
|
||||
},
|
||||
"next_node_id": "work",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"setup": 1
|
||||
}
|
||||
}
|
||||
5
nodes/setup/script_invocation.json
Normal file
5
nodes/setup/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "echo SCENARIO_FLAG_42 > /tmp/scenario_flag.txt",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/setup/script_timing.json
Normal file
5
nodes/setup/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 26,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/setup/status.json
Normal file
6
nodes/setup/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: echo SCENARIO_FLAG_42 > /tmp/scenario_flag.txt",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-19T13:28:30.247627+00:00"
|
||||
}
|
||||
6
nodes/start/status.json
Normal file
6
nodes/start/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-19T13:28:30.219786+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue