mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
82c35f7e9a
commit
bae1103818
4 changed files with 171 additions and 8 deletions
164
run.json
164
run.json
|
|
@ -179,22 +179,170 @@
|
|||
"definition_blob": "8e4620be8ef1236135d34ea602e73fd9ec5f0db88681ea784df87105d9f0481a"
|
||||
},
|
||||
"graph_source": "digraph Hello {\n graph [goal=\"Say hello and demonstrate a basic Fabro workflow\"]\n rankdir=LR\n\n start [shape=Mdiamond, label=\"Start\"]\n exit [shape=Msquare, label=\"Exit\"]\n\n greet [label=\"Greet\", prompt=\"Print a listing of the top-level files and directories in this repo.\"]\n\n start -> greet -> exit\n}\n",
|
||||
"start": null,
|
||||
"status": {
|
||||
"kind": "starting"
|
||||
"start": {
|
||||
"run_id": "01KQ2AVGJE404WDJXYMQY7EHP1",
|
||||
"start_time": "2026-04-25T12:46:59.372179Z",
|
||||
"run_branch": "fabro/run/01KQ2AVGJE404WDJXYMQY7EHP1",
|
||||
"base_sha": "6f358b92a3913a362ceb4b5084d27567bcf3f7e0"
|
||||
},
|
||||
"status_updated_at": "2026-04-25T12:46:55.080121Z",
|
||||
"status": {
|
||||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-04-25T12:46:59.372188Z",
|
||||
"pending_control": null,
|
||||
"checkpoint": null,
|
||||
"checkpoints": [],
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-04-25T12:47:11.907620Z",
|
||||
"current_node": "greet",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"greet"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"graph.goal": "Say hello and demonstrate a basic Fabro workflow",
|
||||
"outcome": "success",
|
||||
"current_node": "greet",
|
||||
"last_stage": "greet",
|
||||
"internal.work_dir": "/Users/bhelmkamp/.fabro/storage/scratch/20260425-01KQ2AVGJE404WDJXYMQY7EHP1/worktree",
|
||||
"failure_class": "",
|
||||
"internal.retry_count.greet": 0,
|
||||
"response.greet": "Here's a listing of the top-level contents of the repo:\n\n**Directories:**\n| Name | Description |\n|---|---|\n| `.ai` | AI-related config |\n| `.cargo` | Cargo configuration |\n| `.claude` | Claude config |\n| `.config` | General config |\n| `.context` | Context files |\n| `.fabro` | Fabro workflows and local config |\n| `.github` | GitHub Actions CI/CD |\n| `apps` | Frontend apps (`fabro-web`, `marketing`) |\n| `bin` | Scripts/binaries |\n| `docker` | Docker-related files |\n| `docs` | Public documentation (API reference, etc.) |\n| `docs-internal` | Internal strategy docs |\n| `evals` | Evaluations |\n| `files-internal` | Internal files (testing strategy, etc.) |\n| `installer` | Installation scripts |\n| `lib` | Rust crates (`lib/crates/`) and TypeScript packages (`lib/packages/`) |\n| `test` | Test fixtures and helpers |\n\n**Key files:**\n| Name | Description |\n|---|---|\n| `AGENTS.md` / `CLAUDE.md` | AI agent guidance (CLAUDE.md symlinks to AGENTS.md) |\n| `Cargo.toml` / `Cargo.lock` | Rust workspace manifest |\n| `package.json` / `bun.lock` | JS/TS workspace root |\n| `Dockerfile` / `Dockerfile.deploy` | Container build definitions |\n| `docker-compose.yaml` | Local dev compose |\n| `README.md` / `CONTRIBUTING.md` / `LICENSE.md` | Project docs |\n| `clippy.toml` / `rustfmt.toml` | Rust linting/formatting config |\n| `fly.toml` / `railway.toml` / `render.yaml` | Deployment platform configs |\n| `Caddyfile` | Caddy reverse proxy config |\n| `install.sh` / `install.md` | Installer entry points (symlinked from `apps/marketing/public/`) |\n| `.env.example` | Environment variable template |",
|
||||
"internal.thread_id": "start",
|
||||
"last_response": "Here's a listing of the top-level contents of the repo:\n\n**Directories:**\n| Name | Description |\n|---|---|\n| `.ai` | AI-related config |\n| `.cargo` | Cargo configuration |\n| `.claude` | Claude config ",
|
||||
"internal.run_id": "01KQ2AVGJE404WDJXYMQY7EHP1",
|
||||
"internal.node_visit_count": 1,
|
||||
"failure_signature": "",
|
||||
"internal.fidelity": "compact",
|
||||
"graph.rankdir": "LR",
|
||||
"thread.start.current_node": "greet",
|
||||
"internal.retry_count.start": 0
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"usage": null
|
||||
},
|
||||
"greet": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"response.greet": "Here's a listing of the top-level contents of the repo:\n\n**Directories:**\n| Name | Description |\n|---|---|\n| `.ai` | AI-related config |\n| `.cargo` | Cargo configuration |\n| `.claude` | Claude config |\n| `.config` | General config |\n| `.context` | Context files |\n| `.fabro` | Fabro workflows and local config |\n| `.github` | GitHub Actions CI/CD |\n| `apps` | Frontend apps (`fabro-web`, `marketing`) |\n| `bin` | Scripts/binaries |\n| `docker` | Docker-related files |\n| `docs` | Public documentation (API reference, etc.) |\n| `docs-internal` | Internal strategy docs |\n| `evals` | Evaluations |\n| `files-internal` | Internal files (testing strategy, etc.) |\n| `installer` | Installation scripts |\n| `lib` | Rust crates (`lib/crates/`) and TypeScript packages (`lib/packages/`) |\n| `test` | Test fixtures and helpers |\n\n**Key files:**\n| Name | Description |\n|---|---|\n| `AGENTS.md` / `CLAUDE.md` | AI agent guidance (CLAUDE.md symlinks to AGENTS.md) |\n| `Cargo.toml` / `Cargo.lock` | Rust workspace manifest |\n| `package.json` / `bun.lock` | JS/TS workspace root |\n| `Dockerfile` / `Dockerfile.deploy` | Container build definitions |\n| `docker-compose.yaml` | Local dev compose |\n| `README.md` / `CONTRIBUTING.md` / `LICENSE.md` | Project docs |\n| `clippy.toml` / `rustfmt.toml` | Rust linting/formatting config |\n| `fly.toml` / `railway.toml` / `render.yaml` | Deployment platform configs |\n| `Caddyfile` | Caddy reverse proxy config |\n| `install.sh` / `install.md` | Installer entry points (symlinked from `apps/marketing/public/`) |\n| `.env.example` | Environment variable template |",
|
||||
"last_response": "Here's a listing of the top-level contents of the repo:\n\n**Directories:**\n| Name | Description |\n|---|---|\n| `.ai` | AI-related config |\n| `.cargo` | Cargo configuration |\n| `.claude` | Claude config ",
|
||||
"last_stage": "greet"
|
||||
},
|
||||
"notes": "Stage completed: greet",
|
||||
"usage": {
|
||||
"input": {
|
||||
"usage": {
|
||||
"model": {
|
||||
"provider": "anthropic",
|
||||
"model_id": "claude-sonnet-4-6"
|
||||
},
|
||||
"tokens": {
|
||||
"input_tokens": 2046,
|
||||
"output_tokens": 632,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 7296,
|
||||
"cache_write_tokens": 7643
|
||||
}
|
||||
},
|
||||
"facts": {
|
||||
"provider": "anthropic",
|
||||
"cache_write_5m_tokens": 7643,
|
||||
"cache_write_1h_tokens": 0
|
||||
}
|
||||
},
|
||||
"total_usd_micros": 46467
|
||||
}
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"greet": 1,
|
||||
"start": 1
|
||||
}
|
||||
},
|
||||
"checkpoints": [
|
||||
[
|
||||
14,
|
||||
{
|
||||
"timestamp": "2026-04-25T12:46:59.376919Z",
|
||||
"current_node": "start",
|
||||
"completed_nodes": [
|
||||
"start"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"failure_class": "",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.thread_id": null,
|
||||
"internal.work_dir": "/Users/bhelmkamp/.fabro/storage/scratch/20260425-01KQ2AVGJE404WDJXYMQY7EHP1/worktree",
|
||||
"internal.run_id": "01KQ2AVGJE404WDJXYMQY7EHP1",
|
||||
"internal.node_visit_count": 1,
|
||||
"outcome": "success",
|
||||
"current_node": "start",
|
||||
"failure_signature": "",
|
||||
"graph.goal": "Say hello and demonstrate a basic Fabro workflow"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "greet",
|
||||
"node_visits": {
|
||||
"start": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"conclusion": null,
|
||||
"retro": null,
|
||||
"retro_prompt": null,
|
||||
"retro_response": null,
|
||||
"sandbox": null,
|
||||
"sandbox": {
|
||||
"provider": "local",
|
||||
"working_directory": "/Users/bhelmkamp/.fabro/storage/scratch/20260425-01KQ2AVGJE404WDJXYMQY7EHP1/worktree"
|
||||
},
|
||||
"final_patch": null,
|
||||
"pull_request": null,
|
||||
"superseded_by": null,
|
||||
"pending_interviews": {},
|
||||
"nodes": {}
|
||||
"nodes": {
|
||||
"greet@1": {
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"status": null,
|
||||
"provider_used": {
|
||||
"mode": "agent",
|
||||
"provider": "anthropic",
|
||||
"model": "claude-sonnet-4-6"
|
||||
},
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"stdout": null,
|
||||
"stderr": null
|
||||
},
|
||||
"start@1": {
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"status": {
|
||||
"status": "success",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-04-25T12:46:59.376859Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"stdout": null,
|
||||
"stderr": null
|
||||
}
|
||||
}
|
||||
}
|
||||
4
stages/greet@1/prompt.md
Normal file
4
stages/greet@1/prompt.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Goal: Say hello and demonstrate a basic Fabro workflow
|
||||
|
||||
|
||||
Print a listing of the top-level files and directories in this repo.
|
||||
5
stages/greet@1/provider_used.json
Normal file
5
stages/greet@1/provider_used.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"mode": "agent",
|
||||
"provider": "anthropic",
|
||||
"model": "claude-sonnet-4-6"
|
||||
}
|
||||
6
stages/start@1/status.json
Normal file
6
stages/start@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-04-25T12:46:59.376859Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue