diff --git a/checkpoint.json b/checkpoint.json index caad92400..b48d11b1b 100644 --- a/checkpoint.json +++ b/checkpoint.json @@ -1,34 +1,47 @@ { - "timestamp": "2026-03-19T13:47:56.245290Z", - "current_node": "step1", + "timestamp": "2026-03-19T13:47:58.769005Z", + "current_node": "step2", "completed_nodes": [ "start", - "step1" + "step1", + "step2" ], "node_retries": { "start": 1, - "step1": 1 + "step1": 1, + "step2": 1 }, "context_values": { + "thread.step1.current_node": "step2", "internal.node_visit_count": 1, "internal.fidelity": "compact", + "internal.retry_count.step2": 1, "outcome": "success", - "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", "failure_signature": "", "internal.retry_count.step1": 1, - "current_node": "step1", + "current_node": "step2", "command.stderr": "", "thread.start.current_node": "step1", - "internal.thread_id": "start", + "internal.thread_id": "step1", "internal.retry_count.start": 1, "failure_class": "", "graph.goal": "Run two commands in sequence", - "command.output": "hello-from-step1\n", + "command.output": "hello-from-step2\n", "graph.rankdir": "LR", "internal.run_id": "01KM35MF5ATD446WV1WMQNK89S" }, "logs": [], "node_outcomes": { + "step2": { + "status": "success", + "context_updates": { + "command.stderr": "", + "command.output": "hello-from-step2\n" + }, + "notes": "Script completed: echo hello-from-step2", + "duration_ms": 46 + }, "start": { "status": "success", "duration_ms": 0 @@ -43,9 +56,10 @@ "duration_ms": 25 } }, - "next_node_id": "step2", + "next_node_id": "exit", "node_visits": { "step1": 1, - "start": 1 + "start": 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..1f2e9190a --- /dev/null +++ b/nodes/step2/script_timing.json @@ -0,0 +1,5 @@ +{ + "duration_ms": 45, + "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..e04a4bb51 --- /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:47:58.768633+00:00" +} \ No newline at end of file