mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-14 23:22:51 +00:00
parent
5e7103c4d0
commit
648ff64977
5 changed files with 161 additions and 12 deletions
153
run.json
153
run.json
|
|
@ -345,7 +345,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-23T09:38:39.784580Z",
|
||||
"last_event_at": "2026-05-23T09:38:49.011639Z",
|
||||
"last_event_at": "2026-05-23T09:41:09.428016Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -443,9 +443,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 37,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-23T09:41:03.897844Z",
|
||||
"timestamp": "2026-05-23T09:41:09.426187Z",
|
||||
"current_node": "compile_rust",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -453,6 +453,76 @@
|
|||
"compile_rust"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"outcome": "succeeded",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.fidelity": "compact",
|
||||
"failure_class": "",
|
||||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"failure_signature": "",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.run_id": "01KSA36AH4GPG3D8P1EP0HBG7X",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.thread_id": "toolchain",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
"current_node": "compile_rust",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"graph.retry_target": "exit",
|
||||
"thread.toolchain.current_node": "compile_rust"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"toolchain": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/b8ca0e4caeb04bc5b1536d59d663fbaf5f6689fccabefcb4ddeb0727a377bb53"
|
||||
},
|
||||
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"compile_rust": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
||||
},
|
||||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "compile_typescript",
|
||||
"git_commit_sha": "4913948fbbce01a8a613421c4d18fdbd1986ec00",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"toolchain": 1,
|
||||
"compile_rust": 1
|
||||
}
|
||||
},
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-23T09:41:19.661013Z",
|
||||
"current_node": "compile_typescript",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain",
|
||||
"compile_rust",
|
||||
"compile_typescript"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"outcome": "succeeded",
|
||||
"failure_class": "",
|
||||
|
|
@ -460,10 +530,11 @@
|
|||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.run_id": "01KSA36AH4GPG3D8P1EP0HBG7X",
|
||||
"internal.thread_id": "toolchain",
|
||||
"internal.thread_id": "compile_rust",
|
||||
"internal.retry_count.start": 0,
|
||||
"thread.compile_rust.current_node": "compile_typescript",
|
||||
"failure_signature": "",
|
||||
"command.output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"command.output": "blob://sha256/ae1ec94de56280a33f605aa6013462a29038cb9c3161b2d19852c8340af71382",
|
||||
"thread.toolchain.current_node": "compile_rust",
|
||||
"graph.retry_target": "exit",
|
||||
"internal.node_visit_count": 1,
|
||||
|
|
@ -471,7 +542,8 @@
|
|||
"internal.retry_count.compile_rust": 0,
|
||||
"internal.fidelity": "compact",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"current_node": "compile_rust"
|
||||
"current_node": "compile_typescript",
|
||||
"internal.retry_count.compile_typescript": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
|
|
@ -493,13 +565,22 @@
|
|||
},
|
||||
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"compile_typescript": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"command.output": "blob://sha256/ae1ec94de56280a33f605aa6013462a29038cb9c3161b2d19852c8340af71382"
|
||||
},
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "compile_typescript",
|
||||
"next_node_id": "lint_rust",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"compile_rust": 1,
|
||||
"toolchain": 1
|
||||
"toolchain": 1,
|
||||
"compile_typescript": 1,
|
||||
"start": 1
|
||||
}
|
||||
},
|
||||
"diff": {}
|
||||
|
|
@ -578,7 +659,12 @@
|
|||
"first_event_seq": 30,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-23T09:41:03.897146Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
|
|
@ -586,11 +672,27 @@
|
|||
"command": "exec 2>&1\ncargo check -q --workspace 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"script_timing": {
|
||||
"output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 134880,
|
||||
"termination": "exited",
|
||||
"output_bytes": 0,
|
||||
"live_streaming": false
|
||||
},
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"output_bytes": 0,
|
||||
"live_streaming": false,
|
||||
"termination": "exited",
|
||||
"started_at": "2026-05-23T09:38:49.011408Z",
|
||||
"handler": "command",
|
||||
"timing": {
|
||||
"wall_time_ms": 134885,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
|
|
@ -599,7 +701,7 @@
|
|||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "running"
|
||||
"state": "succeeded"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
|
|
@ -634,6 +736,33 @@
|
|||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "succeeded"
|
||||
},
|
||||
"compile_typescript@1": {
|
||||
"first_event_seq": 40,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": {
|
||||
"script": "cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"command": "exec 2>&1\ncd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"language": "shell"
|
||||
},
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-23T09:41:09.427682Z",
|
||||
"handler": "command",
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
"total_tokens": 0,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "running"
|
||||
}
|
||||
}
|
||||
}
|
||||
1
stages/003-compile_rust@1/output.log
Normal file
1
stages/003-compile_rust@1/output.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126
|
||||
8
stages/003-compile_rust@1/script_timing.json
Normal file
8
stages/003-compile_rust@1/script_timing.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"output": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 134880,
|
||||
"termination": "exited",
|
||||
"output_bytes": 0,
|
||||
"live_streaming": false
|
||||
}
|
||||
6
stages/003-compile_rust@1/status.json
Normal file
6
stages/003-compile_rust@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-23T09:41:03.897146Z"
|
||||
}
|
||||
5
stages/004-compile_typescript@1/script_invocation.json
Normal file
5
stages/004-compile_typescript@1/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"script": "cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"command": "exec 2>&1\ncd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue