mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
7510242bba
commit
b40478dbba
3 changed files with 63 additions and 0 deletions
51
checkpoint.json
Normal file
51
checkpoint.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"timestamp": "2026-03-26T14:31:17.157987Z",
|
||||
"current_node": "run_tests",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"run_tests"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.work_dir": "/Users/bhelmkamp/.fabro/runs/20260326-dry-run-01KMN8X1E9N2Z083KQJ7AVMZ37/worktree",
|
||||
"current.preamble": "Goal: Run tests and report results\n",
|
||||
"internal.thread_id": "start",
|
||||
"graph.goal": "Run tests and report results",
|
||||
"current_node": "run_tests",
|
||||
"last_stage": "run_tests",
|
||||
"failure_signature": "",
|
||||
"internal.run_id": "01KMN8X1E9N2Z083KQJ7AVMZ37",
|
||||
"internal.retry_count.start": 0,
|
||||
"failure_class": "",
|
||||
"graph.rankdir": "LR",
|
||||
"response.run_tests": "[Simulated] Response for stage: run_tests",
|
||||
"internal.fidelity": "compact",
|
||||
"outcome": "success",
|
||||
"internal.node_visit_count": 1,
|
||||
"last_response": "[Simulated] Response for stage: run_tests",
|
||||
"internal.retry_count.run_tests": 0,
|
||||
"thread.start.current_node": "run_tests"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"notes": "[Simulated] start",
|
||||
"usage": null
|
||||
},
|
||||
"run_tests": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"last_response": "[Simulated] Response for stage: run_tests",
|
||||
"last_stage": "run_tests",
|
||||
"response.run_tests": "[Simulated] Response for stage: run_tests"
|
||||
},
|
||||
"notes": "[Simulated] run_tests",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "report",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"run_tests": 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-26T14:31:17.157741+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-26T14:31:17.156734+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue