mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
e37b7dacb5
commit
1e979c7bea
4 changed files with 38 additions and 8 deletions
|
|
@ -1,31 +1,35 @@
|
|||
{
|
||||
"timestamp": "2026-03-19T13:41:01.054017Z",
|
||||
"current_node": "step1",
|
||||
"timestamp": "2026-03-19T13:41:03.320125Z",
|
||||
"current_node": "step2",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"step1"
|
||||
"step1",
|
||||
"step2"
|
||||
],
|
||||
"node_retries": {
|
||||
"step2": 1,
|
||||
"step1": 1,
|
||||
"start": 1
|
||||
},
|
||||
"context_values": {
|
||||
"thread.step1.current_node": "step2",
|
||||
"internal.node_visit_count": 1,
|
||||
"current_node": "step1",
|
||||
"current.preamble": "Goal: Run two commands in sequence\n",
|
||||
"current_node": "step2",
|
||||
"current.preamble": "Goal: Run two commands in sequence\n\n## Completed stages\n- **step1**: success\n - Script: `echo hello-from-step1`\n - Stdout:\n ```\n hello-from-step1\n ```\n - Stderr: (empty)\n",
|
||||
"internal.retry_count.start": 1,
|
||||
"internal.retry_count.step1": 1,
|
||||
"internal.fidelity": "compact",
|
||||
"graph.goal": "Run two commands in sequence",
|
||||
"failure_class": "",
|
||||
"thread.start.current_node": "step1",
|
||||
"internal.retry_count.step2": 1,
|
||||
"graph.rankdir": "LR",
|
||||
"internal.work_dir": "/private/var/folders/nm/bd2dwzy52t1ckn3tklsfmy1c0000gn/T/.tmprr4hlp/run/worktree",
|
||||
"outcome": "success",
|
||||
"failure_signature": "",
|
||||
"internal.run_id": "01KM357YAH35WGJC5Q0CFTYT5H",
|
||||
"command.output": "hello-from-step1\n",
|
||||
"internal.thread_id": "start",
|
||||
"command.output": "hello-from-step2\n",
|
||||
"internal.thread_id": "step1",
|
||||
"command.stderr": ""
|
||||
},
|
||||
"logs": [],
|
||||
|
|
@ -42,10 +46,20 @@
|
|||
"start": {
|
||||
"status": "success",
|
||||
"duration_ms": 0
|
||||
},
|
||||
"step2": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.output": "hello-from-step2\n",
|
||||
"command.stderr": ""
|
||||
},
|
||||
"notes": "Script completed: echo hello-from-step2",
|
||||
"duration_ms": 3
|
||||
}
|
||||
},
|
||||
"next_node_id": "step2",
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"step2": 1,
|
||||
"start": 1,
|
||||
"step1": 1
|
||||
}
|
||||
|
|
|
|||
5
nodes/step2/script_invocation.json
Normal file
5
nodes/step2/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "echo hello-from-step2",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/step2/script_timing.json
Normal file
5
nodes/step2/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 2,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/step2/status.json
Normal file
6
nodes/step2/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: echo hello-from-step2",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-19T13:41:03.319854+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue