mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
parent
71fc190b88
commit
3264f81fc9
4 changed files with 49 additions and 20 deletions
|
|
@ -1,28 +1,31 @@
|
|||
{
|
||||
"timestamp": "2026-04-01T15:40:51.458951Z",
|
||||
"current_node": "toolchain",
|
||||
"timestamp": "2026-04-01T15:43:21.188209Z",
|
||||
"current_node": "compile_rust",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain"
|
||||
"toolchain",
|
||||
"compile_rust"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.node_visit_count": 1,
|
||||
"current_node": "toolchain",
|
||||
"graph.rankdir": "LR",
|
||||
"command.output": "rustc 1.94.0 (4a4ef493e 2026-03-02)\ncargo 1.94.0 (85eff7c80 2026-01-15)\n1.3.10\n",
|
||||
"thread.start.current_node": "toolchain",
|
||||
"failure_signature": "",
|
||||
"command.stderr": "",
|
||||
"internal.retry_count.start": 0,
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.fidelity": "compact",
|
||||
"failure_class": "",
|
||||
"current.preamble": "Goal: Verify the sandbox can lint and test the project\n",
|
||||
"internal.thread_id": "start",
|
||||
"internal.run_id": "01KN4V8FYMGGB2EWSH16XVSNZW",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.retry_count.start": 0,
|
||||
"outcome": "success",
|
||||
"internal.retry_count.toolchain": 0
|
||||
"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": {
|
||||
|
|
@ -32,15 +35,25 @@
|
|||
"toolchain": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.output": "rustc 1.94.0 (4a4ef493e 2026-03-02)\ncargo 1.94.0 (85eff7c80 2026-01-15)\n1.3.10\n",
|
||||
"command.stderr": ""
|
||||
"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_rust",
|
||||
"next_node_id": "compile_typescript",
|
||||
"node_visits": {
|
||||
"compile_rust": 1,
|
||||
"start": 1,
|
||||
"toolchain": 1
|
||||
}
|
||||
|
|
|
|||
5
nodes/compile_rust/script_invocation.json
Normal file
5
nodes/compile_rust/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "cargo check -q --workspace 2>&1",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/compile_rust/script_timing.json
Normal file
5
nodes/compile_rust/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 146702,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/compile_rust/status.json
Normal file
6
nodes/compile_rust/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: cargo check -q --workspace 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-04-01T15:43:21.182516Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue