mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
e089027ed2
commit
f7245ca9f4
4 changed files with 227 additions and 28 deletions
233
run.json
233
run.json
|
|
@ -235,10 +235,10 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-09T17:42:23.254505Z",
|
||||
"last_event_at": "2026-05-09T17:47:34.563086Z",
|
||||
"last_event_at": "2026-05-09T17:47:38.247444Z",
|
||||
"pending_control": null,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-09T17:47:34.622110Z",
|
||||
"timestamp": "2026-05-09T17:47:38.243920Z",
|
||||
"current_node": "uncommitted",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -247,26 +247,26 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.retry_count.committed": 0,
|
||||
"thread.committed.current_node": "uncommitted",
|
||||
"internal.run_id": "01KR6XA5QV0EREBTSCY9JV6RVE",
|
||||
"response.committed": "done",
|
||||
"thread.start.current_node": "committed",
|
||||
"failure_class": "",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"last_response": "done",
|
||||
"internal.node_visit_count": 1,
|
||||
"failure_signature": "",
|
||||
"graph.goal": "Exercise run file scopes with committed and uncommitted sandbox changes",
|
||||
"graph.rankdir": "LR",
|
||||
"current_node": "uncommitted",
|
||||
"internal.retry_count.start": 0,
|
||||
"graph.rankdir": "LR",
|
||||
"internal.retry_count.committed": 0,
|
||||
"response.uncommitted": "done",
|
||||
"last_stage": "uncommitted",
|
||||
"thread.start.current_node": "committed",
|
||||
"outcome": "succeeded",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"internal.thread_id": "committed",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.run_id": "01KR6XA5QV0EREBTSCY9JV6RVE",
|
||||
"thread.committed.current_node": "uncommitted",
|
||||
"internal.retry_count.uncommitted": 0,
|
||||
"outcome": "succeeded"
|
||||
"response.committed": "done",
|
||||
"graph.goal": "Exercise run file scopes with committed and uncommitted sandbox changes",
|
||||
"current_node": "uncommitted",
|
||||
"last_response": "done",
|
||||
"failure_class": "",
|
||||
"last_stage": "uncommitted",
|
||||
"failure_signature": ""
|
||||
},
|
||||
"node_outcomes": {
|
||||
"committed": {
|
||||
|
|
@ -339,10 +339,11 @@
|
|||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "89caeb591acaded9d817f22810702861c0a144ad",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"committed": 1,
|
||||
"uncommitted": 1,
|
||||
"start": 1
|
||||
"uncommitted": 1
|
||||
}
|
||||
},
|
||||
"checkpoints": [
|
||||
|
|
@ -455,9 +456,158 @@
|
|||
"start": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
55,
|
||||
{
|
||||
"timestamp": "2026-05-09T17:47:38.243920Z",
|
||||
"current_node": "uncommitted",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"committed",
|
||||
"uncommitted"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.retry_count.start": 0,
|
||||
"graph.rankdir": "LR",
|
||||
"internal.retry_count.committed": 0,
|
||||
"response.uncommitted": "done",
|
||||
"thread.start.current_node": "committed",
|
||||
"outcome": "succeeded",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"internal.thread_id": "committed",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.run_id": "01KR6XA5QV0EREBTSCY9JV6RVE",
|
||||
"thread.committed.current_node": "uncommitted",
|
||||
"internal.retry_count.uncommitted": 0,
|
||||
"response.committed": "done",
|
||||
"graph.goal": "Exercise run file scopes with committed and uncommitted sandbox changes",
|
||||
"current_node": "uncommitted",
|
||||
"last_response": "done",
|
||||
"failure_class": "",
|
||||
"last_stage": "uncommitted",
|
||||
"failure_signature": ""
|
||||
},
|
||||
"node_outcomes": {
|
||||
"committed": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"last_stage": "committed",
|
||||
"last_response": "done",
|
||||
"response.committed": "done"
|
||||
},
|
||||
"notes": "Stage completed: committed",
|
||||
"usage": {
|
||||
"input": {
|
||||
"usage": {
|
||||
"model": {
|
||||
"provider": "anthropic",
|
||||
"model_id": "claude-sonnet-4-6"
|
||||
},
|
||||
"tokens": {
|
||||
"input_tokens": 582,
|
||||
"output_tokens": 118,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 8004,
|
||||
"cache_write_tokens": 8445
|
||||
}
|
||||
},
|
||||
"facts": {
|
||||
"provider": "anthropic",
|
||||
"cache_write_5m_tokens": 8445,
|
||||
"cache_write_1h_tokens": 0
|
||||
}
|
||||
},
|
||||
"total_usd_micros": 37585
|
||||
}
|
||||
},
|
||||
"uncommitted": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"last_response": "done",
|
||||
"response.uncommitted": "done",
|
||||
"last_stage": "uncommitted"
|
||||
},
|
||||
"notes": "Stage completed: uncommitted",
|
||||
"usage": {
|
||||
"input": {
|
||||
"usage": {
|
||||
"model": {
|
||||
"provider": "anthropic",
|
||||
"model_id": "claude-sonnet-4-6"
|
||||
},
|
||||
"tokens": {
|
||||
"input_tokens": 633,
|
||||
"output_tokens": 130,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 8022,
|
||||
"cache_write_tokens": 8502
|
||||
}
|
||||
},
|
||||
"facts": {
|
||||
"provider": "anthropic",
|
||||
"cache_write_5m_tokens": 8502,
|
||||
"cache_write_1h_tokens": 0
|
||||
}
|
||||
},
|
||||
"total_usd_micros": 38137
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "89caeb591acaded9d817f22810702861c0a144ad",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"committed": 1,
|
||||
"uncommitted": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"conclusion": null,
|
||||
"conclusion": {
|
||||
"timestamp": "2026-05-09T17:47:38.263259Z",
|
||||
"status": "succeeded",
|
||||
"duration_ms": 314990,
|
||||
"final_git_commit_sha": "89caeb591acaded9d817f22810702861c0a144ad",
|
||||
"stages": [
|
||||
{
|
||||
"stage_id": "start",
|
||||
"stage_label": "start",
|
||||
"duration_ms": 0,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "committed",
|
||||
"stage_label": "committed",
|
||||
"duration_ms": 3020,
|
||||
"billing_usd_micros": 37585,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "uncommitted",
|
||||
"stage_label": "uncommitted",
|
||||
"duration_ms": 303179,
|
||||
"billing_usd_micros": 38137,
|
||||
"retries": 0
|
||||
}
|
||||
],
|
||||
"billing": {
|
||||
"input_tokens": 1215,
|
||||
"output_tokens": 248,
|
||||
"total_tokens": 34436,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 16026,
|
||||
"cache_write_tokens": 16947,
|
||||
"total_usd_micros": 75722
|
||||
},
|
||||
"total_retries": 0
|
||||
},
|
||||
"sandbox": {
|
||||
"provider": "daytona",
|
||||
"working_directory": "/home/daytona/workspace",
|
||||
|
|
@ -469,18 +619,44 @@
|
|||
"final_patch": null,
|
||||
"diff_summary": {
|
||||
"files_changed": 1,
|
||||
"additions": 3,
|
||||
"additions": 5,
|
||||
"deletions": 0
|
||||
},
|
||||
"pull_request": null,
|
||||
"superseded_by": null,
|
||||
"pending_interviews": {},
|
||||
"stages": {
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T17:42:25.043073Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-09T17:42:25.042402Z",
|
||||
"handler": "start",
|
||||
"duration_ms": 0,
|
||||
"state": "succeeded"
|
||||
},
|
||||
"uncommitted@1": {
|
||||
"first_event_seq": 39,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": "Stage completed: uncommitted",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T17:47:34.622020Z"
|
||||
},
|
||||
"provider_used": {
|
||||
"mode": "agent",
|
||||
"provider": "anthropic",
|
||||
|
|
@ -493,7 +669,8 @@
|
|||
"output": null,
|
||||
"started_at": "2026-05-09T17:42:31.439341Z",
|
||||
"handler": "agent",
|
||||
"state": "running"
|
||||
"duration_ms": 303179,
|
||||
"state": "succeeded"
|
||||
},
|
||||
"committed@1": {
|
||||
"first_event_seq": 20,
|
||||
|
|
@ -520,15 +697,15 @@
|
|||
"duration_ms": 3020,
|
||||
"state": "succeeded"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
"exit@1": {
|
||||
"first_event_seq": 58,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T17:42:25.043073Z"
|
||||
"timestamp": "2026-05-09T17:47:38.247444Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
|
|
@ -536,8 +713,8 @@
|
|||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-09T17:42:25.042402Z",
|
||||
"handler": "start",
|
||||
"started_at": "2026-05-09T17:47:38.247384Z",
|
||||
"handler": "exit",
|
||||
"duration_ms": 0,
|
||||
"state": "succeeded"
|
||||
}
|
||||
|
|
|
|||
10
stages/003-uncommitted@1/diff.patch
Normal file
10
stages/003-uncommitted@1/diff.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
diff --git a/docs/internal/live-run-files-scope-tracked.md b/docs/internal/live-run-files-scope-tracked.md
|
||||
index 11669332..3ee52f70 100644
|
||||
--- a/docs/internal/live-run-files-scope-tracked.md
|
||||
+++ b/docs/internal/live-run-files-scope-tracked.md
|
||||
@@ -1,3 +1,5 @@
|
||||
Live run files scope test
|
||||
|
||||
Initial content from first node at 2026-05-09T17:42:27Z
|
||||
+
|
||||
+Modified by second node before sleeping at 2026-05-09T17:42:33Z
|
||||
6
stages/003-uncommitted@1/status.json
Normal file
6
stages/003-uncommitted@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Stage completed: uncommitted",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T17:47:34.622020Z"
|
||||
}
|
||||
6
stages/004-exit@1/status.json
Normal file
6
stages/004-exit@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T17:47:38.247444Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue