mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
b1fbb8e8ff
commit
7bdd2ae785
3 changed files with 67 additions and 0 deletions
55
checkpoint.json
Normal file
55
checkpoint.json
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"timestamp": "2026-03-23T14:13:53.145903Z",
|
||||
"current_node": "run_tests",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"run_tests"
|
||||
],
|
||||
"node_retries": {
|
||||
"start": 1,
|
||||
"run_tests": 1
|
||||
},
|
||||
"context_values": {
|
||||
"graph.goal": "Run tests and report results",
|
||||
"internal.retry_count.run_tests": 1,
|
||||
"internal.fidelity": "compact",
|
||||
"last_stage": "run_tests",
|
||||
"current.preamble": "Goal: Run tests and report results\n",
|
||||
"internal.node_visit_count": 1,
|
||||
"current_node": "run_tests",
|
||||
"failure_signature": "",
|
||||
"response.run_tests": "[Simulated] Response for stage: run_tests",
|
||||
"internal.work_dir": "/var/folders/nm/bd2dwzy52t1ckn3tklsfmy1c0000gn/T/.tmp9ooXGH/run/worktree",
|
||||
"last_response": "[Simulated] Response for stage: run_tests",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.retry_count.start": 1,
|
||||
"outcome": "success",
|
||||
"internal.thread_id": "start",
|
||||
"failure_class": "",
|
||||
"internal.run_id": "01KMDGQ0V7CY5PFTZCA5TQ27WM",
|
||||
"thread.start.current_node": "run_tests"
|
||||
},
|
||||
"logs": [],
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"notes": "[Simulated] start",
|
||||
"duration_ms": 0
|
||||
},
|
||||
"run_tests": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"last_stage": "run_tests",
|
||||
"last_response": "[Simulated] Response for stage: run_tests",
|
||||
"response.run_tests": "[Simulated] Response for stage: run_tests"
|
||||
},
|
||||
"notes": "[Simulated] run_tests",
|
||||
"duration_ms": 0
|
||||
}
|
||||
},
|
||||
"next_node_id": "report",
|
||||
"node_visits": {
|
||||
"run_tests": 1,
|
||||
"start": 1
|
||||
}
|
||||
}
|
||||
6
nodes/run_tests/status.json
Normal file
6
nodes/run_tests/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "[Simulated] run_tests",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-23T14:13:53.145688+00:00"
|
||||
}
|
||||
6
nodes/start/status.json
Normal file
6
nodes/start/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "[Simulated] start",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-23T14:13:53.144704+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue