mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
60 lines
No EOL
2 KiB
JSON
60 lines
No EOL
2 KiB
JSON
{
|
|
"timestamp": "2026-04-01T15:43:21.188209Z",
|
|
"current_node": "compile_rust",
|
|
"completed_nodes": [
|
|
"start",
|
|
"toolchain",
|
|
"compile_rust"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"internal.run_id": "01KN4V8FYMGGB2EWSH16XVSNZW",
|
|
"internal.retry_count.toolchain": 0,
|
|
"internal.retry_count.start": 0,
|
|
"outcome": "success",
|
|
"internal.retry_count.compile_rust": 0,
|
|
"graph.goal": "Verify the sandbox can lint and test the project",
|
|
"graph.rankdir": "LR",
|
|
"command.stderr": "",
|
|
"thread.start.current_node": "toolchain",
|
|
"internal.thread_id": "toolchain",
|
|
"failure_signature": "",
|
|
"internal.node_visit_count": 1,
|
|
"thread.toolchain.current_node": "compile_rust",
|
|
"command.output": "",
|
|
"internal.fidelity": "compact",
|
|
"current_node": "compile_rust",
|
|
"current.preamble": "Goal: Verify the sandbox can lint and test the project\n\n## Completed stages\n- **toolchain**: success\n - Script: `rustc --version && cargo --version && bun --version 2>&1`\n - Stdout:\n ```\n rustc 1.94.0 (4a4ef493e 2026-03-02)\n cargo 1.94.0 (85eff7c80 2026-01-15)\n 1.3.10\n ```\n - Stderr: (empty)\n",
|
|
"failure_class": ""
|
|
},
|
|
"node_outcomes": {
|
|
"start": {
|
|
"status": "success",
|
|
"usage": null
|
|
},
|
|
"toolchain": {
|
|
"status": "success",
|
|
"context_updates": {
|
|
"command.stderr": "",
|
|
"command.output": "rustc 1.94.0 (4a4ef493e 2026-03-02)\ncargo 1.94.0 (85eff7c80 2026-01-15)\n1.3.10\n"
|
|
},
|
|
"notes": "Script completed: rustc --version && cargo --version && bun --version 2>&1",
|
|
"usage": null
|
|
},
|
|
"compile_rust": {
|
|
"status": "success",
|
|
"context_updates": {
|
|
"command.output": "",
|
|
"command.stderr": ""
|
|
},
|
|
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "compile_typescript",
|
|
"node_visits": {
|
|
"compile_rust": 1,
|
|
"start": 1,
|
|
"toolchain": 1
|
|
}
|
|
} |