mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
78b5fc711e
commit
db7c5d546a
4 changed files with 42 additions and 12 deletions
|
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
"timestamp": "2026-03-16T05:39:22.520441Z",
|
||||
"current_node": "solve",
|
||||
"timestamp": "2026-03-16T05:39:24.397553Z",
|
||||
"current_node": "extract_patch",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"setup",
|
||||
"solve"
|
||||
"solve",
|
||||
"extract_patch"
|
||||
],
|
||||
"node_retries": {
|
||||
"extract_patch": 1,
|
||||
"start": 1,
|
||||
"setup": 1,
|
||||
"solve": 4
|
||||
|
|
@ -14,19 +16,21 @@
|
|||
"context_values": {
|
||||
"internal.retry_count.start": 1,
|
||||
"thread.setup.current_node": "solve",
|
||||
"failure_signature": "solve|transient_infra|api_transient|gemini|rate_limited",
|
||||
"failure_class": "transient_infra",
|
||||
"failure_signature": "",
|
||||
"failure_class": "",
|
||||
"internal.run_id": "01KKTJD2XQ5N4KGQRYKZ422NN3",
|
||||
"current_node": "solve",
|
||||
"current_node": "extract_patch",
|
||||
"internal.retry_count.setup": 1,
|
||||
"outcome": "fail",
|
||||
"outcome": "success",
|
||||
"thread.start.current_node": "setup",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.thread_id": "setup",
|
||||
"internal.thread_id": "solve",
|
||||
"internal.fidelity": "compact",
|
||||
"current.preamble": "Goal: \n\n## Completed stages\n- **setup**: fail\n - Script: `git clone https://github.com/django/django.git . && git checkout 475cffd1d64c690cdad16ede4d5e81985738ceb4 && python -m pip install -e .`\n - Stdout:\n ```\n fatal: destination path '.' already exists and is not an empty directory.\n ```\n - Stderr: (empty)\n\n## Context\n- failure_class: deterministic\n- failure_signature: setup|deterministic|script failed with exit code: <n> ## stdout fatal: destination path '.' already exists and is not an empty directory.\n",
|
||||
"internal.retry_count.extract_patch": 1,
|
||||
"thread.solve.current_node": "extract_patch",
|
||||
"current.preamble": "Goal: \n\n## Completed stages\n- **setup**: fail\n - Script: `git clone https://github.com/django/django.git . && git checkout 475cffd1d64c690cdad16ede4d5e81985738ceb4 && python -m pip install -e .`\n - Stdout:\n ```\n fatal: destination path '.' already exists and is not an empty directory.\n ```\n - Stderr: (empty)\n- **solve**: fail\n\n## Context\n- failure_class: transient_infra\n- failure_signature: solve|transient_infra|api_transient|gemini|rate_limited\n",
|
||||
"command.stderr": "",
|
||||
"command.output": "fatal: destination path '.' already exists and is not an empty directory.\n",
|
||||
"command.output": "",
|
||||
"internal.retry_count.solve": 4,
|
||||
"internal.node_visit_count": 1
|
||||
},
|
||||
|
|
@ -56,15 +60,25 @@
|
|||
"failure_signature": "api_transient|gemini|rate_limited"
|
||||
},
|
||||
"duration_ms": 85186
|
||||
},
|
||||
"extract_patch": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.stderr": "",
|
||||
"command.output": ""
|
||||
},
|
||||
"notes": "Script completed: git diff",
|
||||
"duration_ms": 24
|
||||
}
|
||||
},
|
||||
"next_node_id": "extract_patch",
|
||||
"next_node_id": "exit",
|
||||
"loop_failure_signatures": {
|
||||
"setup|deterministic|script failed with exit code: <n> ## stdout fatal: destination path '.' already exists and is not an empty directory.": 1
|
||||
},
|
||||
"node_visits": {
|
||||
"setup": 1,
|
||||
"extract_patch": 1,
|
||||
"start": 1,
|
||||
"setup": 1,
|
||||
"solve": 1
|
||||
}
|
||||
}
|
||||
5
nodes/extract_patch/script_invocation.json
Normal file
5
nodes/extract_patch/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "git diff",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/extract_patch/script_timing.json
Normal file
5
nodes/extract_patch/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 23,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/extract_patch/status.json
Normal file
6
nodes/extract_patch/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: git diff",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-16T05:39:24.397363+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue