mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-09 22:33:37 +00:00
parent
e0a136c521
commit
6e58501fd8
4 changed files with 38 additions and 9 deletions
|
|
@ -1,30 +1,33 @@
|
|||
{
|
||||
"timestamp": "2026-03-27T02:34:22.492497Z",
|
||||
"current_node": "gate",
|
||||
"timestamp": "2026-03-27T02:34:24.752024Z",
|
||||
"current_node": "passed",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"cmd",
|
||||
"gate"
|
||||
"gate",
|
||||
"passed"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"current_node": "gate",
|
||||
"current_node": "passed",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.fidelity": "compact",
|
||||
"outcome": "success",
|
||||
"current.preamble": "Goal: Test conditional edge selection after a command\n\n## Completed stages\n- **cmd**: success\n - Script: `echo pass`\n - Stdout:\n ```\n pass\n ```\n - Stderr: (empty)\n",
|
||||
"current.preamble": "Goal: Test conditional edge selection after a command\n\n## Completed stages\n- **cmd**: success\n - Script: `echo pass`\n - Stdout:\n ```\n pass\n ```\n - Stderr: (empty)\n- **gate**: success\n",
|
||||
"failure_class": "",
|
||||
"failure_signature": "",
|
||||
"internal.retry_count.passed": 0,
|
||||
"internal.run_id": "01KMPJ8R3F26C5QTJ5WFEZ4ARJ",
|
||||
"thread.start.current_node": "cmd",
|
||||
"internal.retry_count.cmd": 0,
|
||||
"internal.retry_count.gate": 0,
|
||||
"thread.cmd.current_node": "gate",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.thread_id": "cmd",
|
||||
"internal.thread_id": "gate",
|
||||
"command.stderr": "",
|
||||
"thread.gate.current_node": "passed",
|
||||
"internal.node_visit_count": 1,
|
||||
"command.output": "pass\n",
|
||||
"command.output": "branch-passed\n",
|
||||
"graph.goal": "Test conditional edge selection after a command"
|
||||
},
|
||||
"node_outcomes": {
|
||||
|
|
@ -33,6 +36,15 @@
|
|||
"notes": "Conditional node evaluated: gate",
|
||||
"usage": null
|
||||
},
|
||||
"passed": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.output": "branch-passed\n",
|
||||
"command.stderr": ""
|
||||
},
|
||||
"notes": "Script completed: echo branch-passed",
|
||||
"usage": null
|
||||
},
|
||||
"start": {
|
||||
"status": "success",
|
||||
"usage": null
|
||||
|
|
@ -47,10 +59,11 @@
|
|||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "passed",
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"gate": 1,
|
||||
"start": 1,
|
||||
"cmd": 1
|
||||
"cmd": 1,
|
||||
"passed": 1
|
||||
}
|
||||
}
|
||||
5
nodes/passed/script_invocation.json
Normal file
5
nodes/passed/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "echo branch-passed",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/passed/script_timing.json
Normal file
5
nodes/passed/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 32,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/passed/status.json
Normal file
6
nodes/passed/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: echo branch-passed",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-27T02:34:24.751728+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue