mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
parent
6e67a106d2
commit
d1c12fd8d5
4 changed files with 51 additions and 19 deletions
|
|
@ -1,15 +1,17 @@
|
|||
{
|
||||
"timestamp": "2026-03-19T13:28:27.912608Z",
|
||||
"current_node": "approve",
|
||||
"timestamp": "2026-03-19T13:28:30.025582Z",
|
||||
"current_node": "ship",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"draft",
|
||||
"approve"
|
||||
"approve",
|
||||
"ship"
|
||||
],
|
||||
"node_retries": {
|
||||
"draft": 1,
|
||||
"start": 1,
|
||||
"approve": 1,
|
||||
"start": 1
|
||||
"ship": 1,
|
||||
"draft": 1
|
||||
},
|
||||
"context_values": {
|
||||
"failure_signature": "",
|
||||
|
|
@ -17,15 +19,16 @@
|
|||
"internal.retry_count.approve": 1,
|
||||
"human.gate.label": "[A] Approve",
|
||||
"thread.start.current_node": "draft",
|
||||
"command.stderr": "",
|
||||
"internal.work_dir": "/private/var/folders/nm/bd2dwzy52t1ckn3tklsfmy1c0000gn/T/.tmpNJdBlG/run/worktree",
|
||||
"failure_class": "",
|
||||
"graph.goal": "Test human gate with auto-approve",
|
||||
"current_node": "approve",
|
||||
"current.preamble": "Goal: Test human gate with auto-approve\n\n## Completed stages\n- **draft**: success\n - Model: claude-haiku-4-5, 2.0k tokens in / 214 out\n",
|
||||
"current_node": "ship",
|
||||
"current.preamble": "Goal: Test human gate with auto-approve\n\n## Completed stages\n- **draft**: success\n - Model: claude-haiku-4-5, 2.0k tokens in / 214 out\n- **approve**: success\n\n## Context\n- human.gate.label: [A] Approve\n- human.gate.selected: A\n",
|
||||
"internal.retry_count.draft": 1,
|
||||
"last_stage": "draft",
|
||||
"response.draft": "# Greeting\n\nHello! 👋 I'm Claude, an AI assistant created by Anthropic. I'm here to help you with a wide range of tasks—whether that's answering questions, writing code, analyzing documents, debugging problems, or brainstorming ideas.\n\nLooking at your repository, I can see you're working on **Fabro**, an impressive AI-powered workflow orchestration platform. I'm familiar with the codebase and ready to assist with:\n\n- **Rust development** across your crates (workflows, API, agents, sandboxes, etc.)\n- **TypeScript/React** work on the fabro-web frontend\n- **Testing workflows** with your CLI and engine\n- **API design** and OpenAPI spec updates\n- **Architecture questions** and implementation guidance\n\nFeel free to ask me anything about your codebase, and I'll reference the CLAUDE.md guidance and strategy docs as needed. Let's build something great! 🚀",
|
||||
"internal.thread_id": "draft",
|
||||
"internal.thread_id": "approve",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.fidelity": "compact",
|
||||
"thread.draft.current_node": "approve",
|
||||
|
|
@ -33,21 +36,16 @@
|
|||
"outcome": "success",
|
||||
"internal.run_id": "01KM34GS7JM6D9D392ABDJVMAC",
|
||||
"preferred_label": "[A] Approve",
|
||||
"thread.approve.current_node": "ship",
|
||||
"internal.retry_count.ship": 1,
|
||||
"command.output": "shipped\n",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.retry_count.start": 1
|
||||
},
|
||||
"logs": [],
|
||||
"node_outcomes": {
|
||||
"approve": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"preferred_label": "[A] Approve",
|
||||
"suggested_next_ids": [
|
||||
"ship"
|
||||
],
|
||||
"context_updates": {
|
||||
"human.gate.label": "[A] Approve",
|
||||
"human.gate.selected": "A"
|
||||
},
|
||||
"duration_ms": 0
|
||||
},
|
||||
"draft": {
|
||||
|
|
@ -68,14 +66,32 @@
|
|||
},
|
||||
"duration_ms": 3502
|
||||
},
|
||||
"start": {
|
||||
"ship": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.stderr": "",
|
||||
"command.output": "shipped\n"
|
||||
},
|
||||
"notes": "Script completed: echo shipped",
|
||||
"duration_ms": 3
|
||||
},
|
||||
"approve": {
|
||||
"status": "success",
|
||||
"preferred_label": "[A] Approve",
|
||||
"suggested_next_ids": [
|
||||
"ship"
|
||||
],
|
||||
"context_updates": {
|
||||
"human.gate.label": "[A] Approve",
|
||||
"human.gate.selected": "A"
|
||||
},
|
||||
"duration_ms": 0
|
||||
}
|
||||
},
|
||||
"next_node_id": "ship",
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"draft": 1,
|
||||
"ship": 1,
|
||||
"start": 1,
|
||||
"approve": 1
|
||||
}
|
||||
|
|
|
|||
5
nodes/ship/script_invocation.json
Normal file
5
nodes/ship/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "echo shipped",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/ship/script_timing.json
Normal file
5
nodes/ship/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 2,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/ship/status.json
Normal file
6
nodes/ship/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: echo shipped",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-19T13:28:30.025319+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue