mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
75 lines
No EOL
2 KiB
JSON
75 lines
No EOL
2 KiB
JSON
{
|
|
"timestamp": "2026-03-19T13:28:31.733804Z",
|
|
"current_node": "passed",
|
|
"completed_nodes": [
|
|
"start",
|
|
"cmd",
|
|
"gate",
|
|
"passed"
|
|
],
|
|
"node_retries": {
|
|
"gate": 1,
|
|
"passed": 1,
|
|
"start": 1,
|
|
"cmd": 1
|
|
},
|
|
"context_values": {
|
|
"failure_signature": "",
|
|
"internal.retry_count.gate": 1,
|
|
"command.output": "branch-passed\n",
|
|
"internal.fidelity": "compact",
|
|
"thread.gate.current_node": "passed",
|
|
"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",
|
|
"graph.goal": "Test conditional edge selection after a command",
|
|
"internal.retry_count.start": 1,
|
|
"thread.start.current_node": "cmd",
|
|
"internal.thread_id": "gate",
|
|
"internal.run_id": "01KM34GS9905KWSG9FZA8B9EJF",
|
|
"internal.retry_count.cmd": 1,
|
|
"thread.cmd.current_node": "gate",
|
|
"command.stderr": "",
|
|
"graph.rankdir": "LR",
|
|
"current_node": "passed",
|
|
"internal.retry_count.passed": 1,
|
|
"outcome": "success",
|
|
"failure_class": "",
|
|
"internal.node_visit_count": 1
|
|
},
|
|
"logs": [],
|
|
"node_outcomes": {
|
|
"cmd": {
|
|
"status": "success",
|
|
"context_updates": {
|
|
"command.output": "pass\n",
|
|
"command.stderr": ""
|
|
},
|
|
"notes": "Script completed: echo pass",
|
|
"duration_ms": 44
|
|
},
|
|
"gate": {
|
|
"status": "success",
|
|
"notes": "Conditional node evaluated: gate",
|
|
"duration_ms": 0
|
|
},
|
|
"start": {
|
|
"status": "success",
|
|
"duration_ms": 0
|
|
},
|
|
"passed": {
|
|
"status": "success",
|
|
"context_updates": {
|
|
"command.stderr": "",
|
|
"command.output": "branch-passed\n"
|
|
},
|
|
"notes": "Script completed: echo branch-passed",
|
|
"duration_ms": 27
|
|
}
|
|
},
|
|
"next_node_id": "exit",
|
|
"node_visits": {
|
|
"gate": 1,
|
|
"passed": 1,
|
|
"cmd": 1,
|
|
"start": 1
|
|
}
|
|
} |