mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
476 lines
No EOL
21 KiB
JSON
476 lines
No EOL
21 KiB
JSON
{
|
|
"spec": {
|
|
"run_id": "01KQ2AVGJE404WDJXYMQY7EHP1",
|
|
"settings": {
|
|
"project": {
|
|
"name": null,
|
|
"description": null,
|
|
"directory": ".",
|
|
"metadata": {}
|
|
},
|
|
"workflow": {
|
|
"name": null,
|
|
"description": null,
|
|
"graph": "workflow.fabro",
|
|
"metadata": {}
|
|
},
|
|
"run": {
|
|
"goal": {
|
|
"type": "inline",
|
|
"value": "Say hello and demonstrate a basic Fabro workflow"
|
|
},
|
|
"working_dir": null,
|
|
"metadata": {},
|
|
"inputs": {},
|
|
"model": {
|
|
"provider": "anthropic",
|
|
"name": "claude-sonnet-4-6",
|
|
"fallbacks": []
|
|
},
|
|
"git": {
|
|
"author": null
|
|
},
|
|
"prepare": {
|
|
"commands": [],
|
|
"timeout_ms": 300000
|
|
},
|
|
"execution": {
|
|
"mode": "normal",
|
|
"approval": "prompt",
|
|
"retros": true
|
|
},
|
|
"checkpoint": {
|
|
"exclude_globs": []
|
|
},
|
|
"sandbox": {
|
|
"provider": "local",
|
|
"preserve": true,
|
|
"devcontainer": false,
|
|
"env": {},
|
|
"local": {
|
|
"worktree_mode": "clean"
|
|
},
|
|
"daytona": {
|
|
"auto_stop_interval": 30,
|
|
"labels": {
|
|
"repo": "fabro-sh/fabro"
|
|
},
|
|
"snapshot": {
|
|
"name": "fabro-v7",
|
|
"cpu": 8,
|
|
"memory_gb": 16,
|
|
"disk_gb": 20,
|
|
"dockerfile": {
|
|
"type": "inline",
|
|
"value": "FROM ubuntu:24.04\n\nRUN apt-get update && apt-get install -y --no-install-recommends curl git ca-certificates build-essential pkg-config libssl-dev unzip python3 && rm -rf /var/lib/apt/lists/*\n\n# GitHub CLI\nRUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && echo \"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main\" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && apt-get update && apt-get install -y --no-install-recommends gh && rm -rf /var/lib/apt/lists/*\n\n# Rust\nRUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\nENV PATH=\"/root/.cargo/bin:${PATH}\"\nRUN cargo install cargo-nextest --locked\nENV CARGO_INCREMENTAL=0\n\n# Bun\nRUN curl -fsSL https://bun.sh/install | bash\nENV PATH=\"/root/.bun/bin:${PATH}\"\n\nWORKDIR /root\n"
|
|
}
|
|
},
|
|
"network": null,
|
|
"skip_clone": false
|
|
}
|
|
},
|
|
"notifications": {},
|
|
"interviews": {
|
|
"provider": null,
|
|
"slack": null,
|
|
"discord": null,
|
|
"teams": null
|
|
},
|
|
"agent": {
|
|
"permissions": null,
|
|
"mcps": {}
|
|
},
|
|
"hooks": [],
|
|
"scm": {
|
|
"provider": null,
|
|
"owner": null,
|
|
"repository": null,
|
|
"github": null
|
|
},
|
|
"pull_request": {
|
|
"enabled": true,
|
|
"draft": false,
|
|
"auto_merge": false,
|
|
"merge_strategy": "squash"
|
|
},
|
|
"artifacts": {
|
|
"include": []
|
|
}
|
|
}
|
|
},
|
|
"graph": {
|
|
"name": "Hello",
|
|
"nodes": {
|
|
"exit": {
|
|
"id": "exit",
|
|
"attrs": {
|
|
"shape": {
|
|
"String": "Msquare"
|
|
},
|
|
"label": {
|
|
"String": "Exit"
|
|
}
|
|
}
|
|
},
|
|
"start": {
|
|
"id": "start",
|
|
"attrs": {
|
|
"label": {
|
|
"String": "Start"
|
|
},
|
|
"shape": {
|
|
"String": "Mdiamond"
|
|
}
|
|
}
|
|
},
|
|
"greet": {
|
|
"id": "greet",
|
|
"attrs": {
|
|
"prompt": {
|
|
"String": "Print a listing of the top-level files and directories in this repo."
|
|
},
|
|
"label": {
|
|
"String": "Greet"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"edges": [
|
|
{
|
|
"from": "start",
|
|
"to": "greet",
|
|
"attrs": {}
|
|
},
|
|
{
|
|
"from": "greet",
|
|
"to": "exit",
|
|
"attrs": {}
|
|
}
|
|
],
|
|
"attrs": {
|
|
"goal": {
|
|
"String": "Say hello and demonstrate a basic Fabro workflow"
|
|
},
|
|
"rankdir": {
|
|
"String": "LR"
|
|
}
|
|
}
|
|
},
|
|
"workflow_slug": "hello",
|
|
"working_directory": "/Users/bhelmkamp/p/fabro-sh/fabro-3",
|
|
"host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro-3",
|
|
"repo_origin_url": "https://github.com/fabro-sh/fabro",
|
|
"base_branch": "main",
|
|
"provenance": {
|
|
"server": {
|
|
"version": "0.214.0-nightly.0"
|
|
},
|
|
"client": {
|
|
"user_agent": "fabro-cli/0.213.0-nightly.2",
|
|
"name": "fabro-cli",
|
|
"version": "0.213.0-nightly.2"
|
|
},
|
|
"subject": {
|
|
"login": "dev",
|
|
"auth_method": "dev_token"
|
|
}
|
|
},
|
|
"manifest_blob": "b7789b9967594df2af99b472e2dd50d29f39d56a08d0ecf55b81cf2fe7fee753",
|
|
"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": {
|
|
"run_id": "01KQ2AVGJE404WDJXYMQY7EHP1",
|
|
"start_time": "2026-04-25T12:46:59.372179Z",
|
|
"run_branch": "fabro/run/01KQ2AVGJE404WDJXYMQY7EHP1",
|
|
"base_sha": "6f358b92a3913a362ceb4b5084d27567bcf3f7e0"
|
|
},
|
|
"status": {
|
|
"kind": "running"
|
|
},
|
|
"status_updated_at": "2026-04-25T12:46:59.372188Z",
|
|
"pending_control": null,
|
|
"checkpoint": {
|
|
"timestamp": "2026-04-25T12:47:15.309673Z",
|
|
"current_node": "greet",
|
|
"completed_nodes": [
|
|
"start",
|
|
"greet"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"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 ",
|
|
"thread.start.current_node": "greet",
|
|
"last_stage": "greet",
|
|
"internal.retry_count.start": 0,
|
|
"current_node": "greet",
|
|
"internal.retry_count.greet": 0,
|
|
"internal.thread_id": "start",
|
|
"graph.rankdir": "LR",
|
|
"internal.fidelity": "compact",
|
|
"internal.run_id": "01KQ2AVGJE404WDJXYMQY7EHP1",
|
|
"internal.node_visit_count": 1,
|
|
"internal.work_dir": "/Users/bhelmkamp/.fabro/storage/scratch/20260425-01KQ2AVGJE404WDJXYMQY7EHP1/worktree",
|
|
"failure_signature": "",
|
|
"failure_class": "",
|
|
"outcome": "success",
|
|
"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 |",
|
|
"graph.goal": "Say hello and demonstrate a basic Fabro workflow"
|
|
},
|
|
"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",
|
|
"git_commit_sha": "542bc752fa5cf788ca17b96aa99272dd35c12036",
|
|
"node_visits": {
|
|
"start": 1,
|
|
"greet": 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
|
|
}
|
|
}
|
|
],
|
|
[
|
|
26,
|
|
{
|
|
"timestamp": "2026-04-25T12:47:15.309673Z",
|
|
"current_node": "greet",
|
|
"completed_nodes": [
|
|
"start",
|
|
"greet"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"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 ",
|
|
"thread.start.current_node": "greet",
|
|
"last_stage": "greet",
|
|
"internal.retry_count.start": 0,
|
|
"current_node": "greet",
|
|
"internal.retry_count.greet": 0,
|
|
"internal.thread_id": "start",
|
|
"graph.rankdir": "LR",
|
|
"internal.fidelity": "compact",
|
|
"internal.run_id": "01KQ2AVGJE404WDJXYMQY7EHP1",
|
|
"internal.node_visit_count": 1,
|
|
"internal.work_dir": "/Users/bhelmkamp/.fabro/storage/scratch/20260425-01KQ2AVGJE404WDJXYMQY7EHP1/worktree",
|
|
"failure_signature": "",
|
|
"failure_class": "",
|
|
"outcome": "success",
|
|
"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 |",
|
|
"graph.goal": "Say hello and demonstrate a basic Fabro workflow"
|
|
},
|
|
"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",
|
|
"git_commit_sha": "542bc752fa5cf788ca17b96aa99272dd35c12036",
|
|
"node_visits": {
|
|
"start": 1,
|
|
"greet": 1
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"conclusion": {
|
|
"timestamp": "2026-04-25T12:47:15.327949Z",
|
|
"status": "success",
|
|
"duration_ms": 15937,
|
|
"final_git_commit_sha": "542bc752fa5cf788ca17b96aa99272dd35c12036",
|
|
"stages": [
|
|
{
|
|
"stage_id": "start",
|
|
"stage_label": "start",
|
|
"duration_ms": 0,
|
|
"retries": 0
|
|
},
|
|
{
|
|
"stage_id": "greet",
|
|
"stage_label": "greet",
|
|
"duration_ms": 12530,
|
|
"billing_usd_micros": 46467,
|
|
"retries": 0
|
|
}
|
|
],
|
|
"billing": {
|
|
"input_tokens": 2046,
|
|
"output_tokens": 632,
|
|
"total_tokens": 17617,
|
|
"reasoning_tokens": 0,
|
|
"cache_read_tokens": 7296,
|
|
"cache_write_tokens": 7643,
|
|
"total_usd_micros": 46467
|
|
},
|
|
"total_retries": 0
|
|
},
|
|
"retro": null,
|
|
"retro_prompt": null,
|
|
"retro_response": 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": {
|
|
"exit@1": {
|
|
"prompt": null,
|
|
"response": null,
|
|
"status": {
|
|
"status": "success",
|
|
"notes": null,
|
|
"failure_reason": null,
|
|
"timestamp": "2026-04-25T12:47:15.309765Z"
|
|
},
|
|
"provider_used": null,
|
|
"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
|
|
},
|
|
"greet@1": {
|
|
"prompt": null,
|
|
"response": null,
|
|
"status": {
|
|
"status": "success",
|
|
"notes": "Stage completed: greet",
|
|
"failure_reason": null,
|
|
"timestamp": "2026-04-25T12:47:11.907528Z"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
} |