checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-07-23 13:48:53 +00:00
parent 48f8658844
commit e698cf82a1
4 changed files with 206 additions and 7 deletions

198
run.json
View file

@ -302,14 +302,136 @@
}
},
"web_url": "https://fabro-testing.walleye-rainbow.ts.net/runs/01KY7KRAAWF45QQTPR8W2SVMR6",
"start": null,
"status": {
"kind": "starting"
"start": {
"start_time": "2026-07-23T13:48:49.403991003Z",
"run_branch": "fabro/run/01KY7KRAAWF45QQTPR8W2SVMR6",
"base_sha": "7b52b3b6ba46385ddf2a2c2f68d19edac8199422"
},
"status_updated_at": "2026-07-23T13:48:32.542101588Z",
"last_event_at": "2026-07-23T13:48:48.168292667Z",
"status": {
"kind": "running"
},
"status_updated_at": "2026-07-23T13:48:49.404024139Z",
"last_event_at": "2026-07-23T13:48:51.654687185Z",
"pending_control": null,
"checkpoints": [],
"checkpoints": [
{
"seq": 21,
"checkpoint": {
"timestamp": "2026-07-23T13:48:51.178014001Z",
"current_node": "start",
"completed_nodes": [
"start"
],
"node_retries": {},
"context_values": {
"internal.work_dir": "/home/daytona/workspace/fabro",
"current_node": "start",
"failure_class": "",
"internal.node_visit_count": 1,
"internal.fidelity": "compact",
"internal.retry_count.start": 0,
"internal.run_id": "01KY7KRAAWF45QQTPR8W2SVMR6",
"failure_signature": "",
"internal.thread_id": null,
"graph.goal": "Probe which context values reach parallel branch nodes (fork-level truncate)",
"outcome": "succeeded"
},
"node_outcomes": {
"start": {
"status": "succeeded",
"usage": null
}
},
"next_node_id": "seed",
"node_visits": {
"start": 1
}
},
"diff": {}
},
{
"seq": 0,
"checkpoint": {
"timestamp": "2026-07-23T13:48:53.509472435Z",
"current_node": "seed",
"completed_nodes": [
"start",
"seed"
],
"node_retries": {},
"context_values": {
"failure_signature": "",
"graph.goal": "Probe which context values reach parallel branch nodes (fork-level truncate)",
"last_stage": "seed",
"internal.thread_id": "start",
"current_node": "seed",
"last_response": "{\"context_updates\": {\"secret_marker\": \"XYZZY123\"}}",
"internal.node_visit_count": 1,
"secret_marker": "XYZZY123",
"failure_class": "",
"response.seed": "{\"context_updates\": {\"secret_marker\": \"XYZZY123\"}}",
"internal.fidelity": "compact",
"internal.retry_count.start": 0,
"internal.work_dir": "/home/daytona/workspace/fabro",
"internal.retry_count.seed": 0,
"thread.start.current_node": "seed",
"internal.run_id": "01KY7KRAAWF45QQTPR8W2SVMR6",
"outcome": "succeeded"
},
"node_outcomes": {
"start": {
"status": "succeeded",
"usage": null
},
"seed": {
"status": "succeeded",
"context_updates": {
"last_stage": "seed",
"last_response": "{\"context_updates\": {\"secret_marker\": \"XYZZY123\"}}",
"response.seed": "{\"context_updates\": {\"secret_marker\": \"XYZZY123\"}}",
"secret_marker": "XYZZY123"
},
"notes": "Stage completed: seed",
"usage": {
"input": {
"usage": {
"model": {
"provider": "openrouter",
"model_id": "anthropic/claude-sonnet-4-6"
},
"tokens": {
"input_tokens": 4706,
"output_tokens": 21,
"reasoning_tokens": 0,
"cache_read_tokens": 0,
"cache_write_tokens": 0
}
},
"facts": {
"algorithm": "anthropic",
"cache_write_5m_tokens": 0,
"cache_write_1h_tokens": 0
}
},
"total_usd_micros": 14433
},
"timing": {
"wall_time_ms": 0,
"inference_time_ms": 1847,
"tool_time_ms": 0,
"active_time_ms": 1847
}
}
},
"next_node_id": "fork",
"node_visits": {
"start": 1,
"seed": 1
}
},
"diff": {}
}
],
"conclusion": null,
"sandbox": {
"kind": "ready",
@ -335,5 +457,67 @@
"pull_request": null,
"superseded_by": null,
"pending_interviews": {},
"stages": {}
"stages": {
"start@1": {
"first_event_seq": 18,
"prompt": null,
"response": null,
"completion": {
"outcome": "succeeded",
"notes": null,
"failure_reason": null,
"timestamp": "2026-07-23T13:48:51.177912684Z"
},
"provider_used": null,
"diff": null,
"script_invocation": null,
"script_timing": null,
"parallel_results": null,
"output": null,
"started_at": "2026-07-23T13:48:51.177809416Z",
"handler": "start",
"timing": {
"wall_time_ms": 0,
"inference_time_ms": 0,
"tool_time_ms": 0,
"active_time_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"
},
"seed@1": {
"first_event_seq": 22,
"prompt": null,
"response": null,
"completion": null,
"provider_used": {
"mode": "prompt",
"provider": "openrouter",
"model": "anthropic/claude-sonnet-4-6"
},
"diff": null,
"script_invocation": null,
"script_timing": null,
"parallel_results": null,
"output": null,
"started_at": "2026-07-23T13:48:51.178131560Z",
"handler": "prompt",
"usage": {
"input_tokens": 0,
"output_tokens": 0,
"total_tokens": 0,
"reasoning_tokens": 0,
"cache_read_tokens": 0,
"cache_write_tokens": 0
},
"state": "running"
}
}
}

View file

@ -0,0 +1,6 @@
{
"outcome": "succeeded",
"notes": null,
"failure_reason": null,
"timestamp": "2026-07-23T13:48:51.177912684Z"
}

View file

@ -0,0 +1,4 @@
Goal: Probe which context values reach parallel branch nodes (fork-level truncate)
Respond with exactly this JSON object and nothing else: {"context_updates": {"secret_marker": "XYZZY123"}}

View file

@ -0,0 +1,5 @@
{
"mode": "prompt",
"provider": "openrouter",
"model": "anthropic/claude-sonnet-4-6"
}