diff --git a/run.json b/run.json index 3bd0cddf1..083a0c320 100644 --- a/run.json +++ b/run.json @@ -399,15 +399,72 @@ } }, "web_url": "http://127.0.0.1:32276/runs/01KRCATB9S8MDCEA24J1B9KFV3", - "start": null, - "status": { - "kind": "starting" + "start": { + "start_time": "2026-05-11T20:14:39.682548Z", + "run_branch": "fabro/run/01KRCATB9S8MDCEA24J1B9KFV3", + "base_sha": "55ff3d0601874e7319a150be8e6969baa3f6a4f5" }, - "status_updated_at": "2026-05-11T20:14:23.061519Z", - "last_event_at": "2026-05-11T20:14:39.227022Z", + "status": { + "kind": "blocked", + "blocked_reason": "human_input_required" + }, + "status_updated_at": "2026-05-11T20:14:42.619425Z", + "last_event_at": "2026-05-11T20:14:42.619425Z", "pending_control": null, - "checkpoints": [], - "conclusion": null, + "checkpoints": [ + { + "seq": 19, + "checkpoint": { + "timestamp": "2026-05-11T20:14:42.619297Z", + "current_node": "start", + "completed_nodes": [ + "start" + ], + "node_retries": {}, + "context_values": { + "current_node": "start", + "failure_class": "", + "internal.fidelity": "compact", + "internal.node_visit_count": 1, + "internal.run_id": "01KRCATB9S8MDCEA24J1B9KFV3", + "internal.thread_id": null, + "internal.retry_count.start": 0, + "graph.goal": "codex answer repro option_y_fresh", + "failure_signature": "", + "graph.rankdir": "LR", + "internal.work_dir": "/home/daytona/workspace", + "outcome": "succeeded" + }, + "node_outcomes": { + "start": { + "status": "succeeded", + "usage": null + } + }, + "next_node_id": "yes_no", + "node_visits": { + "start": 1 + } + }, + "diff": {} + } + ], + "conclusion": { + "timestamp": "2026-05-11T20:16:48.888820Z", + "status": "failed", + "duration_ms": 129200, + "failure_reason": "Cancelled", + "stages": [ + { + "stage_id": "start", + "stage_label": "start", + "duration_ms": 0, + "retries": 0 + } + ], + "total_retries": 0, + "diff": {} + }, "sandbox": { "provider": "daytona", "image": "buildpack-deps:noble", @@ -422,6 +479,80 @@ }, "pull_request": null, "superseded_by": null, - "pending_interviews": {}, - "stages": {} + "pending_interviews": { + "01KRCATYDVGEWRE67PRNFSWD7S": { + "question": { + "id": "01KRCATYDVGEWRE67PRNFSWD7S", + "text": "Is this interview workflow easy to follow so far?", + "stage": "yes_no", + "question_type": "yes_no", + "options": [ + { + "key": "Y", + "label": "[Y] Yes" + }, + { + "key": "N", + "label": "[N] No" + } + ], + "allow_freeform": false + }, + "started_at": "2026-05-11T20:14:42.619407Z" + } + }, + "stages": { + "yes_no@1": { + "first_event_seq": 20, + "prompt": null, + "response": null, + "completion": null, + "provider_used": null, + "diff": null, + "script_invocation": null, + "script_timing": null, + "parallel_results": null, + "output": null, + "started_at": "2026-05-11T20:14:42.619376Z", + "handler": "human", + "usage": { + "input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "reasoning_tokens": 0, + "cache_read_tokens": 0, + "cache_write_tokens": 0 + }, + "state": "running" + }, + "start@1": { + "first_event_seq": 16, + "prompt": null, + "response": null, + "completion": { + "outcome": "succeeded", + "notes": null, + "failure_reason": null, + "timestamp": "2026-05-11T20:14:42.619171Z" + }, + "provider_used": null, + "diff": null, + "script_invocation": null, + "script_timing": null, + "parallel_results": null, + "output": null, + "started_at": "2026-05-11T20:14:42.619081Z", + "handler": "start", + "duration_ms": 0, + "usage": { + "input_tokens": 0, + "output_tokens": 0, + "total_tokens": 0, + "reasoning_tokens": 0, + "cache_read_tokens": 0, + "cache_write_tokens": 0 + }, + "state": "succeeded" + } + } } \ No newline at end of file diff --git a/stages/001-start@1/status.json b/stages/001-start@1/status.json new file mode 100644 index 000000000..39d3a9d7d --- /dev/null +++ b/stages/001-start@1/status.json @@ -0,0 +1,6 @@ +{ + "outcome": "succeeded", + "notes": null, + "failure_reason": null, + "timestamp": "2026-05-11T20:14:42.619171Z" +} \ No newline at end of file