mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
parent
f53b3c4885
commit
9cbfde9237
4 changed files with 39 additions and 8 deletions
|
|
@ -1,15 +1,16 @@
|
|||
{
|
||||
"timestamp": "2026-04-15T15:43:53.194856Z",
|
||||
"current_node": "compile_typescript",
|
||||
"timestamp": "2026-04-15T15:44:38.473370Z",
|
||||
"current_node": "lint_rust",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"toolchain",
|
||||
"compile_rust",
|
||||
"compile_typescript"
|
||||
"compile_typescript",
|
||||
"lint_rust"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"current_node": "compile_typescript",
|
||||
"current_node": "lint_rust",
|
||||
"outcome": "success",
|
||||
"failure_signature": "",
|
||||
"internal.retry_count.compile_rust": 0,
|
||||
|
|
@ -23,14 +24,25 @@
|
|||
"command.stderr": "",
|
||||
"graph.goal": "Verify the sandbox can lint and test the project",
|
||||
"internal.run_id": "01KP8WWSP212ZWTJD4PVCWX00J",
|
||||
"internal.thread_id": "compile_rust",
|
||||
"command.output": "bun install v1.3.10 (30e609e0)\n\n+ @tailwindcss/cli@4.2.2\n+ @types/node@22.19.13\n+ @types/react@19.2.14\n+ @types/react-dom@19.2.3\n+ tailwindcss@4.2.2\n+ typescript@5.9.3\n+ @dnd-kit/core@6.3.1\n+ @dnd-kit/sortable@10.0.0\n+ @dnd-kit/utilities@3.2.2\n+ @headlessui/react@2.2.9\n+ @heroicons/react@2.2.0\n+ @pierre/diffs@1.0.11\n+ @tailwindcss/typography@0.5.19\n+ @viz-js/viz@3.25.0\n+ marked@18.0.0\n+ react@19.2.4\n+ react-dom@19.2.4\n+ react-router@7.12.0\n\n1160 packages installed [1.86s]\n$ tsc\n",
|
||||
"internal.thread_id": "compile_typescript",
|
||||
"command.output": "info: syncing channel updates for nightly-x86_64-unknown-linux-gnu\ninfo: latest update on 2026-04-15 for version 1.97.0-nightly (a5c825cd8 2026-04-14)\ninfo: downloading 6 components\n",
|
||||
"thread.compile_typescript.current_node": "lint_rust",
|
||||
"internal.retry_count.toolchain": 0,
|
||||
"internal.node_visit_count": 1,
|
||||
"failure_class": "",
|
||||
"internal.retry_count.lint_rust": 0,
|
||||
"internal.retry_count.start": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
"lint_rust": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.output": "info: syncing channel updates for nightly-x86_64-unknown-linux-gnu\ninfo: latest update on 2026-04-15 for version 1.97.0-nightly (a5c825cd8 2026-04-14)\ninfo: downloading 6 components\n",
|
||||
"command.stderr": ""
|
||||
},
|
||||
"notes": "Script completed: cargo +nightly fmt --check --all 2>&1 && cargo clippy -q --workspace -- -D warnings 2>&1",
|
||||
"usage": null
|
||||
},
|
||||
"start": {
|
||||
"status": "success",
|
||||
"usage": null
|
||||
|
|
@ -63,11 +75,12 @@
|
|||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "lint_rust",
|
||||
"next_node_id": "test_rust",
|
||||
"node_visits": {
|
||||
"toolchain": 1,
|
||||
"compile_rust": 1,
|
||||
"start": 1,
|
||||
"compile_typescript": 1
|
||||
"compile_typescript": 1,
|
||||
"lint_rust": 1
|
||||
}
|
||||
}
|
||||
7
nodes/compile_typescript/script_timing.json
Normal file
7
nodes/compile_typescript/script_timing.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"stdout": "bun install v1.3.10 (30e609e0)\n\n+ @tailwindcss/cli@4.2.2\n+ @types/node@22.19.13\n+ @types/react@19.2.14\n+ @types/react-dom@19.2.3\n+ tailwindcss@4.2.2\n+ typescript@5.9.3\n+ @dnd-kit/core@6.3.1\n+ @dnd-kit/sortable@10.0.0\n+ @dnd-kit/utilities@3.2.2\n+ @headlessui/react@2.2.9\n+ @heroicons/react@2.2.0\n+ @pierre/diffs@1.0.11\n+ @tailwindcss/typography@0.5.19\n+ @viz-js/viz@3.25.0\n+ marked@18.0.0\n+ react@19.2.4\n+ react-dom@19.2.4\n+ react-router@7.12.0\n\n1160 packages installed [1.86s]\n$ tsc\n",
|
||||
"stderr": "",
|
||||
"exit_code": 0,
|
||||
"duration_ms": 5440,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/compile_typescript/status.json
Normal file
6
nodes/compile_typescript/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: cd apps/fabro-web && bun install && bun run typecheck 2>&1",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-04-15T15:43:53.194684Z"
|
||||
}
|
||||
5
nodes/lint_rust/script_invocation.json
Normal file
5
nodes/lint_rust/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"script": "cargo +nightly fmt --check --all 2>&1 && cargo clippy -q --workspace -- -D warnings 2>&1",
|
||||
"command": "cargo +nightly fmt --check --all 2>&1 && cargo clippy -q --workspace -- -D warnings 2>&1",
|
||||
"language": "shell"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue