From 36e307c2a52f774532665cc803e5106831ad898c Mon Sep 17 00:00:00 2001 From: Fabro Date: Fri, 27 Mar 2026 10:58:17 -0400 Subject: [PATCH] checkpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚒️ Generated with [Fabro](https://fabro.sh) --- checkpoint.json | 33 ++++++++++++++++++++--------- nodes/passed/script_invocation.json | 5 +++++ nodes/passed/script_timing.json | 5 +++++ nodes/passed/status.json | 6 ++++++ 4 files changed, 39 insertions(+), 10 deletions(-) create mode 100644 nodes/passed/script_invocation.json create mode 100644 nodes/passed/script_timing.json create mode 100644 nodes/passed/status.json diff --git a/checkpoint.json b/checkpoint.json index 996a7bccd..2c32c1c65 100644 --- a/checkpoint.json +++ b/checkpoint.json @@ -1,20 +1,23 @@ { - "timestamp": "2026-03-27T14:58:15.485955Z", - "current_node": "gate", + "timestamp": "2026-03-27T14:58:17.817457Z", + "current_node": "passed", "completed_nodes": [ "start", "cmd", - "gate" + "gate", + "passed" ], "node_retries": {}, "context_values": { "internal.run_id": "01KMQWTV54C2JV21E1YNE5JBG0", - "internal.thread_id": "cmd", + "internal.thread_id": "gate", "failure_signature": "", "graph.rankdir": "LR", - "current_node": "gate", + "current_node": "passed", "command.stderr": "", + "thread.gate.current_node": "passed", "internal.fidelity": "compact", + "internal.retry_count.passed": 0, "internal.retry_count.gate": 0, "internal.retry_count.start": 0, "thread.cmd.current_node": "gate", @@ -24,8 +27,8 @@ "thread.start.current_node": "cmd", "internal.node_visit_count": 1, "failure_class": "", - "command.output": "pass\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" + "command.output": "branch-passed\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" }, "node_outcomes": { "cmd": { @@ -45,12 +48,22 @@ "start": { "status": "success", "usage": null + }, + "passed": { + "status": "success", + "context_updates": { + "command.stderr": "", + "command.output": "branch-passed\n" + }, + "notes": "Script completed: echo branch-passed", + "usage": null } }, - "next_node_id": "passed", + "next_node_id": "exit", "node_visits": { "start": 1, - "cmd": 1, - "gate": 1 + "passed": 1, + "gate": 1, + "cmd": 1 } } \ No newline at end of file diff --git a/nodes/passed/script_invocation.json b/nodes/passed/script_invocation.json new file mode 100644 index 000000000..2daa968eb --- /dev/null +++ b/nodes/passed/script_invocation.json @@ -0,0 +1,5 @@ +{ + "command": "echo branch-passed", + "language": "shell", + "timeout_ms": null +} \ No newline at end of file diff --git a/nodes/passed/script_timing.json b/nodes/passed/script_timing.json new file mode 100644 index 000000000..1d5f2e997 --- /dev/null +++ b/nodes/passed/script_timing.json @@ -0,0 +1,5 @@ +{ + "duration_ms": 30, + "exit_code": 0, + "timed_out": false +} \ No newline at end of file diff --git a/nodes/passed/status.json b/nodes/passed/status.json new file mode 100644 index 000000000..b85922158 --- /dev/null +++ b/nodes/passed/status.json @@ -0,0 +1,6 @@ +{ + "status": "success", + "notes": "Script completed: echo branch-passed", + "failure_reason": null, + "timestamp": "2026-03-27T14:58:17.817154+00:00" +} \ No newline at end of file