mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
22a5b297a9
commit
8178fa8a4b
4 changed files with 259 additions and 60 deletions
297
run.json
297
run.json
|
|
@ -230,10 +230,10 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-09T17:54:56.921120Z",
|
||||
"last_event_at": "2026-05-09T18:00:15.473758Z",
|
||||
"last_event_at": "2026-05-09T18:00:20.640548Z",
|
||||
"pending_control": null,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-09T18:00:15.739574Z",
|
||||
"timestamp": "2026-05-09T18:00:20.640428Z",
|
||||
"current_node": "uncommitted",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -242,26 +242,26 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.retry_count.committed": 0,
|
||||
"internal.thread_id": "committed",
|
||||
"thread.committed.current_node": "uncommitted",
|
||||
"response.committed": "done",
|
||||
"response.uncommitted": "done",
|
||||
"last_stage": "uncommitted",
|
||||
"internal.fidelity": "compact",
|
||||
"failure_signature": "",
|
||||
"failure_class": "",
|
||||
"internal.retry_count.start": 0,
|
||||
"graph.goal": "Exercise run file scopes with committed and uncommitted sandbox changes",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.run_id": "01KR6Y13282C35KAPQBVDF2C7Q",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"thread.committed.current_node": "uncommitted",
|
||||
"graph.goal": "Exercise run file scopes with committed and uncommitted sandbox changes",
|
||||
"internal.node_visit_count": 1,
|
||||
"outcome": "succeeded",
|
||||
"failure_class": "",
|
||||
"current_node": "uncommitted",
|
||||
"thread.start.current_node": "committed",
|
||||
"graph.rankdir": "LR",
|
||||
"last_stage": "uncommitted",
|
||||
"response.uncommitted": "done",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.run_id": "01KR6Y13282C35KAPQBVDF2C7Q",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.uncommitted": 0,
|
||||
"last_response": "done"
|
||||
"last_response": "done",
|
||||
"failure_signature": "",
|
||||
"thread.start.current_node": "committed",
|
||||
"response.committed": "done",
|
||||
"internal.retry_count.committed": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
"committed": {
|
||||
|
|
@ -334,10 +334,11 @@
|
|||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "8fc043ca32dd80fcc7adab7ac29033c4539816c9",
|
||||
"node_visits": {
|
||||
"committed": 1,
|
||||
"start": 1,
|
||||
"uncommitted": 1,
|
||||
"committed": 1
|
||||
"uncommitted": 1
|
||||
}
|
||||
},
|
||||
"checkpoints": [
|
||||
|
|
@ -450,9 +451,158 @@
|
|||
"committed": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
55,
|
||||
{
|
||||
"timestamp": "2026-05-09T18:00:20.640428Z",
|
||||
"current_node": "uncommitted",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"committed",
|
||||
"uncommitted"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.thread_id": "committed",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"thread.committed.current_node": "uncommitted",
|
||||
"graph.goal": "Exercise run file scopes with committed and uncommitted sandbox changes",
|
||||
"internal.node_visit_count": 1,
|
||||
"outcome": "succeeded",
|
||||
"failure_class": "",
|
||||
"current_node": "uncommitted",
|
||||
"graph.rankdir": "LR",
|
||||
"last_stage": "uncommitted",
|
||||
"response.uncommitted": "done",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.run_id": "01KR6Y13282C35KAPQBVDF2C7Q",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.uncommitted": 0,
|
||||
"last_response": "done",
|
||||
"failure_signature": "",
|
||||
"thread.start.current_node": "committed",
|
||||
"response.committed": "done",
|
||||
"internal.retry_count.committed": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
"committed": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"last_response": "done",
|
||||
"response.committed": "done",
|
||||
"last_stage": "committed"
|
||||
},
|
||||
"notes": "Stage completed: committed",
|
||||
"usage": {
|
||||
"input": {
|
||||
"usage": {
|
||||
"model": {
|
||||
"provider": "anthropic",
|
||||
"model_id": "claude-sonnet-4-6"
|
||||
},
|
||||
"tokens": {
|
||||
"input_tokens": 587,
|
||||
"output_tokens": 123,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 8002,
|
||||
"cache_write_tokens": 8443
|
||||
}
|
||||
},
|
||||
"facts": {
|
||||
"provider": "anthropic",
|
||||
"cache_write_5m_tokens": 8443,
|
||||
"cache_write_1h_tokens": 0
|
||||
}
|
||||
},
|
||||
"total_usd_micros": 37667
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"uncommitted": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"last_response": "done",
|
||||
"last_stage": "uncommitted",
|
||||
"response.uncommitted": "done"
|
||||
},
|
||||
"notes": "Stage completed: uncommitted",
|
||||
"usage": {
|
||||
"input": {
|
||||
"usage": {
|
||||
"model": {
|
||||
"provider": "anthropic",
|
||||
"model_id": "claude-sonnet-4-6"
|
||||
},
|
||||
"tokens": {
|
||||
"input_tokens": 662,
|
||||
"output_tokens": 159,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 8017,
|
||||
"cache_write_tokens": 8497
|
||||
}
|
||||
},
|
||||
"facts": {
|
||||
"provider": "anthropic",
|
||||
"cache_write_5m_tokens": 8497,
|
||||
"cache_write_1h_tokens": 0
|
||||
}
|
||||
},
|
||||
"total_usd_micros": 38639
|
||||
}
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "8fc043ca32dd80fcc7adab7ac29033c4539816c9",
|
||||
"node_visits": {
|
||||
"committed": 1,
|
||||
"start": 1,
|
||||
"uncommitted": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"conclusion": null,
|
||||
"conclusion": {
|
||||
"timestamp": "2026-05-09T18:00:20.656868Z",
|
||||
"status": "succeeded",
|
||||
"duration_ms": 323716,
|
||||
"final_git_commit_sha": "8fc043ca32dd80fcc7adab7ac29033c4539816c9",
|
||||
"stages": [
|
||||
{
|
||||
"stage_id": "start",
|
||||
"stage_label": "start",
|
||||
"duration_ms": 0,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "committed",
|
||||
"stage_label": "committed",
|
||||
"duration_ms": 4943,
|
||||
"billing_usd_micros": 37667,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "uncommitted",
|
||||
"stage_label": "uncommitted",
|
||||
"duration_ms": 306515,
|
||||
"billing_usd_micros": 38639,
|
||||
"retries": 0
|
||||
}
|
||||
],
|
||||
"billing": {
|
||||
"input_tokens": 1249,
|
||||
"output_tokens": 282,
|
||||
"total_tokens": 34490,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 16019,
|
||||
"cache_write_tokens": 16940,
|
||||
"total_usd_micros": 76306
|
||||
},
|
||||
"total_retries": 0
|
||||
},
|
||||
"sandbox": {
|
||||
"provider": "daytona",
|
||||
"working_directory": "/home/daytona/workspace",
|
||||
|
|
@ -464,53 +614,13 @@
|
|||
"final_patch": null,
|
||||
"diff_summary": {
|
||||
"files_changed": 1,
|
||||
"additions": 3,
|
||||
"additions": 5,
|
||||
"deletions": 0
|
||||
},
|
||||
"pull_request": null,
|
||||
"superseded_by": null,
|
||||
"pending_interviews": {},
|
||||
"stages": {
|
||||
"uncommitted@1": {
|
||||
"first_event_seq": 39,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"provider_used": {
|
||||
"mode": "agent",
|
||||
"provider": "anthropic",
|
||||
"model": "claude-sonnet-4-6"
|
||||
},
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-09T17:55:09.221447Z",
|
||||
"handler": "agent",
|
||||
"state": "running"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T17:54:58.698716Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-09T17:54:58.698631Z",
|
||||
"handler": "start",
|
||||
"duration_ms": 0,
|
||||
"state": "succeeded"
|
||||
},
|
||||
"committed@1": {
|
||||
"first_event_seq": 20,
|
||||
"prompt": null,
|
||||
|
|
@ -535,6 +645,73 @@
|
|||
"handler": "agent",
|
||||
"duration_ms": 4943,
|
||||
"state": "succeeded"
|
||||
},
|
||||
"exit@1": {
|
||||
"first_event_seq": 58,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T18:00:20.640548Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-09T18:00:20.640527Z",
|
||||
"handler": "exit",
|
||||
"duration_ms": 0,
|
||||
"state": "succeeded"
|
||||
},
|
||||
"uncommitted@1": {
|
||||
"first_event_seq": 39,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": "Stage completed: uncommitted",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T18:00:15.739353Z"
|
||||
},
|
||||
"provider_used": {
|
||||
"mode": "agent",
|
||||
"provider": "anthropic",
|
||||
"model": "claude-sonnet-4-6"
|
||||
},
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-09T17:55:09.221447Z",
|
||||
"handler": "agent",
|
||||
"duration_ms": 306515,
|
||||
"state": "succeeded"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T17:54:58.698716Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-09T17:54:58.698631Z",
|
||||
"handler": "start",
|
||||
"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 79e8027e..54a01871 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:55:02Z
|
||||
+
|
||||
+Modified by second node before sleeping at 2026-05-09T17:55:13Z
|
||||
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-09T18:00:15.739353Z"
|
||||
}
|
||||
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-09T18:00:20.640548Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue