mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-09 22:33:37 +00:00
parent
7e05c071fb
commit
b0e88cba0d
5 changed files with 70 additions and 0 deletions
48
checkpoint.json
Normal file
48
checkpoint.json
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"timestamp": "2026-03-27T14:36:16.507710Z",
|
||||
"current_node": "cmd",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"cmd"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.fidelity": "compact",
|
||||
"thread.start.current_node": "cmd",
|
||||
"internal.thread_id": "start",
|
||||
"internal.node_visit_count": 1,
|
||||
"command.stderr": "",
|
||||
"current_node": "cmd",
|
||||
"current.preamble": "Goal: Test conditional edge selection after a command\n",
|
||||
"internal.run_id": "01KMQVJVQHVXR61HZDVNG8Y1D9",
|
||||
"failure_signature": "",
|
||||
"internal.retry_count.cmd": 0,
|
||||
"internal.retry_count.start": 0,
|
||||
"outcome": "success",
|
||||
"graph.goal": "Test conditional edge selection after a command",
|
||||
"internal.work_dir": "/var/folders/nm/bd2dwzy52t1ckn3tklsfmy1c0000gn/T/.tmp9IL0yC/run/worktree",
|
||||
"graph.rankdir": "LR",
|
||||
"failure_class": "",
|
||||
"command.output": "pass\n"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"usage": null
|
||||
},
|
||||
"cmd": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.output": "pass\n",
|
||||
"command.stderr": ""
|
||||
},
|
||||
"notes": "Script completed: echo pass",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "gate",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"cmd": 1
|
||||
}
|
||||
}
|
||||
5
nodes/cmd/script_invocation.json
Normal file
5
nodes/cmd/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "echo pass",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/cmd/script_timing.json
Normal file
5
nodes/cmd/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 2,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/cmd/status.json
Normal file
6
nodes/cmd/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: echo pass",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-27T14:36:16.507463+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-27T14:36:16.503115+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue