diff --git a/checkpoint.json b/checkpoint.json index 8e496241c..d5b6939ac 100644 --- a/checkpoint.json +++ b/checkpoint.json @@ -1,28 +1,32 @@ { - "timestamp": "2026-03-19T13:03:52.449773Z", - "current_node": "step1", + "timestamp": "2026-03-19T13:03:55.003671Z", + "current_node": "step2", "completed_nodes": [ "start", - "step1" + "step1", + "step2" ], "node_retries": { "step1": 1, - "start": 1 + "start": 1, + "step2": 1 }, "context_values": { "internal.run_id": "01KM333Y4727H5TTE0XHX8D533", "thread.start.current_node": "step1", "internal.fidelity": "compact", - "internal.thread_id": "start", + "internal.thread_id": "step1", "internal.node_visit_count": 1, "internal.retry_count.start": 1, - "command.output": "hello-from-step1\n", + "command.output": "hello-from-step2\n", "graph.goal": "Run two commands in sequence", "failure_signature": "", "graph.rankdir": "LR", - "current.preamble": "Goal: Run two commands in sequence\n", + "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.work_dir": "/private/var/folders/nm/bd2dwzy52t1ckn3tklsfmy1c0000gn/T/.tmpgi5UKO/run/worktree", - "current_node": "step1", + "thread.step1.current_node": "step2", + "current_node": "step2", + "internal.retry_count.step2": 1, "outcome": "success", "failure_class": "", "internal.retry_count.step1": 1, @@ -30,6 +34,15 @@ }, "logs": [], "node_outcomes": { + "step2": { + "status": "success", + "context_updates": { + "command.output": "hello-from-step2\n", + "command.stderr": "" + }, + "notes": "Script completed: echo hello-from-step2", + "duration_ms": 2 + }, "step1": { "status": "success", "context_updates": { @@ -44,9 +57,10 @@ "duration_ms": 0 } }, - "next_node_id": "step2", + "next_node_id": "exit", "node_visits": { "start": 1, - "step1": 1 + "step1": 1, + "step2": 1 } } \ No newline at end of file diff --git a/nodes/step2/script_invocation.json b/nodes/step2/script_invocation.json new file mode 100644 index 000000000..c09bdfee8 --- /dev/null +++ b/nodes/step2/script_invocation.json @@ -0,0 +1,5 @@ +{ + "command": "echo hello-from-step2", + "language": "shell", + "timeout_ms": null +} \ No newline at end of file diff --git a/nodes/step2/script_timing.json b/nodes/step2/script_timing.json new file mode 100644 index 000000000..4875afdff --- /dev/null +++ b/nodes/step2/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/step2/status.json b/nodes/step2/status.json new file mode 100644 index 000000000..ba2fce2c9 --- /dev/null +++ b/nodes/step2/status.json @@ -0,0 +1,6 @@ +{ + "status": "success", + "notes": "Script completed: echo hello-from-step2", + "failure_reason": null, + "timestamp": "2026-03-19T13:03:55.003419+00:00" +} \ No newline at end of file