diff --git a/checkpoint.json b/checkpoint.json new file mode 100644 index 000000000..d0545ce89 --- /dev/null +++ b/checkpoint.json @@ -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 + } +} \ No newline at end of file diff --git a/nodes/cmd/script_invocation.json b/nodes/cmd/script_invocation.json new file mode 100644 index 000000000..7679c3652 --- /dev/null +++ b/nodes/cmd/script_invocation.json @@ -0,0 +1,5 @@ +{ + "command": "echo pass", + "language": "shell", + "timeout_ms": null +} \ No newline at end of file diff --git a/nodes/cmd/script_timing.json b/nodes/cmd/script_timing.json new file mode 100644 index 000000000..4875afdff --- /dev/null +++ b/nodes/cmd/script_timing.json @@ -0,0 +1,5 @@ +{ + "duration_ms": 2, + "exit_code": 0, + "timed_out": false +} \ No newline at end of file diff --git a/nodes/cmd/status.json b/nodes/cmd/status.json new file mode 100644 index 000000000..78c656572 --- /dev/null +++ b/nodes/cmd/status.json @@ -0,0 +1,6 @@ +{ + "status": "success", + "notes": "Script completed: echo pass", + "failure_reason": null, + "timestamp": "2026-03-27T14:36:16.507463+00:00" +} \ No newline at end of file diff --git a/nodes/start/status.json b/nodes/start/status.json new file mode 100644 index 000000000..084534c21 --- /dev/null +++ b/nodes/start/status.json @@ -0,0 +1,6 @@ +{ + "status": "success", + "notes": null, + "failure_reason": null, + "timestamp": "2026-03-27T14:36:16.503115+00:00" +} \ No newline at end of file