mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
8ed92504bc
commit
4b77e34a9b
2 changed files with 30 additions and 9 deletions
|
|
@ -1,15 +1,18 @@
|
|||
{
|
||||
"timestamp": "2026-03-27T14:27:55.945225Z",
|
||||
"current_node": "run_tests",
|
||||
"timestamp": "2026-03-27T14:27:56.291735Z",
|
||||
"current_node": "report",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"run_tests"
|
||||
"run_tests",
|
||||
"report"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"last_response": "[Simulated] Response for stage: run_tests",
|
||||
"last_response": "[Simulated] Response for stage: report",
|
||||
"graph.goal": "Run tests and report results",
|
||||
"response.report": "[Simulated] Response for stage: report",
|
||||
"failure_class": "",
|
||||
"internal.retry_count.report": 0,
|
||||
"internal.retry_count.run_tests": 0,
|
||||
"outcome": "success",
|
||||
"internal.retry_count.start": 0,
|
||||
|
|
@ -17,14 +20,15 @@
|
|||
"graph.rankdir": "LR",
|
||||
"internal.work_dir": "/Users/bhelmkamp/.fabro/runs/20260327-dry-run-01KMQV3KRKT6WK2S5C23GWW22A/worktree",
|
||||
"internal.fidelity": "compact",
|
||||
"last_stage": "run_tests",
|
||||
"thread.run_tests.current_node": "report",
|
||||
"last_stage": "report",
|
||||
"internal.run_id": "01KMQV3KRKT6WK2S5C23GWW22A",
|
||||
"internal.node_visit_count": 1,
|
||||
"current.preamble": "Goal: Run tests and report results\n",
|
||||
"current.preamble": "Goal: Run tests and report results\n\n## Completed stages\n- **run_tests**: success\n",
|
||||
"failure_signature": "",
|
||||
"thread.start.current_node": "run_tests",
|
||||
"current_node": "run_tests",
|
||||
"internal.thread_id": "start"
|
||||
"current_node": "report",
|
||||
"internal.thread_id": "run_tests"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
|
|
@ -41,11 +45,22 @@
|
|||
},
|
||||
"notes": "[Simulated] run_tests",
|
||||
"usage": null
|
||||
},
|
||||
"report": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"last_response": "[Simulated] Response for stage: report",
|
||||
"last_stage": "report",
|
||||
"response.report": "[Simulated] Response for stage: report"
|
||||
},
|
||||
"notes": "[Simulated] report",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "report",
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"run_tests": 1,
|
||||
"report": 1,
|
||||
"start": 1
|
||||
}
|
||||
}
|
||||
6
nodes/report/status.json
Normal file
6
nodes/report/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "[Simulated] report",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-27T14:27:56.291484+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue