fabro/run.json
Fabro afffe48953 finalize run
⚒️ Generated with [Fabro](https://fabro.sh)
2026-05-11 14:42:17 -04:00

589 lines
No EOL
18 KiB
JSON

{
"title": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
"spec": {
"run_id": "01KRC4MP2NEQS9GJDE9FJ0EECH",
"settings": {
"project": {
"name": null,
"description": null,
"metadata": {}
},
"workflow": {
"name": null,
"description": null,
"graph": "workflow.fabro",
"metadata": {}
},
"run": {
"goal": {
"type": "inline",
"value": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection"
},
"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"
},
"checkpoint": {
"exclude_globs": []
},
"sandbox": {
"provider": "daytona",
"preserve": false,
"stop_on_terminal": true,
"devcontainer": false,
"env": {},
"docker": {
"image": "buildpack-deps:noble",
"network_mode": null,
"memory_limit": 4000000000,
"cpu_quota": 200000,
"env_vars": {},
"skip_clone": false
},
"daytona": {
"auto_stop_interval": 30,
"labels": {
"repo": "fabro-sh/fabro"
},
"snapshot": {
"name": "fabro-v8",
"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 rustup toolchain install nightly-2026-04-14 --profile minimal --component clippy,rustfmt\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
},
"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": []
},
"integrations": {
"github": {
"permissions": {
"pull_requests": "read",
"issues": "read"
}
}
}
}
},
"graph": {
"name": "GhList",
"nodes": {
"exit": {
"id": "exit",
"attrs": {
"label": {
"String": "Exit"
},
"shape": {
"String": "Msquare"
}
}
},
"list_issues": {
"id": "list_issues",
"attrs": {
"script": {
"String": "gh issue list --state open --limit 50 2>&1"
},
"shape": {
"String": "parallelogram"
},
"label": {
"String": "List Issues"
}
}
},
"start": {
"id": "start",
"attrs": {
"label": {
"String": "Start"
},
"shape": {
"String": "Mdiamond"
}
}
},
"list_prs": {
"id": "list_prs",
"attrs": {
"shape": {
"String": "parallelogram"
},
"script": {
"String": "gh pr list --state open --limit 50 2>&1"
},
"label": {
"String": "List PRs"
}
}
}
},
"edges": [
{
"from": "start",
"to": "list_prs",
"attrs": {}
},
{
"from": "list_prs",
"to": "list_issues",
"attrs": {}
},
{
"from": "list_issues",
"to": "exit",
"attrs": {}
}
],
"attrs": {
"rankdir": {
"String": "LR"
},
"goal": {
"String": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection"
}
}
},
"graph_source": "digraph GhList {\n graph [goal=\"List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection\"]\n rankdir=LR\n\n start [shape=Mdiamond, label=\"Start\"]\n exit [shape=Msquare, label=\"Exit\"]\n\n list_prs [label=\"List PRs\", shape=parallelogram, script=\"gh pr list --state open --limit 50 2>&1\"]\n list_issues [label=\"List Issues\", shape=parallelogram, script=\"gh issue list --state open --limit 50 2>&1\"]\n\n start -> list_prs -> list_issues -> exit\n}\n",
"workflow_slug": "gh-list",
"source_directory": "/Users/bhelmkamp/p/fabro-sh/fabro",
"provenance": {
"server": {
"version": "0.230.0-nightly.0"
},
"client": {
"user_agent": "fabro-cli/0.230.0-nightly.0",
"name": "fabro-cli",
"version": "0.230.0-nightly.0"
},
"subject": {
"kind": "user",
"identity": {
"issuer": "https://github.com",
"subject": "19"
},
"login": "brynary",
"auth_method": "github"
}
},
"manifest_blob": "552068b5b077b5f2b52151a2f7d28f2521c909c9137f1fa0c351650343dc270a",
"definition_blob": "7c51d370218a47046de25daf015df190a36bd9206aa10446137aa78454d18132",
"git": {
"origin_url": "https://github.com/fabro-sh/fabro",
"branch": "add-fabro-mcp-server",
"sha": "503601f8be41604d2b9e031b2174392dd4114c3d",
"dirty": "dirty",
"push_outcome": {
"type": "not_attempted"
}
}
},
"web_url": "http://127.0.0.1:32276/runs/01KRC4MP2NEQS9GJDE9FJ0EECH",
"start": {
"start_time": "2026-05-11T18:41:55.815726Z",
"run_branch": "fabro/run/01KRC4MP2NEQS9GJDE9FJ0EECH",
"base_sha": "503601f8be41604d2b9e031b2174392dd4114c3d"
},
"status": {
"kind": "running"
},
"status_updated_at": "2026-05-11T18:41:55.815773Z",
"last_event_at": "2026-05-11T18:42:17.251215Z",
"pending_control": null,
"checkpoints": [
{
"seq": 19,
"checkpoint": {
"timestamp": "2026-05-11T18:41:58.543416Z",
"current_node": "start",
"completed_nodes": [
"start"
],
"node_retries": {},
"context_values": {
"failure_signature": "",
"graph.rankdir": "LR",
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
"internal.fidelity": "compact",
"internal.retry_count.start": 0,
"internal.run_id": "01KRC4MP2NEQS9GJDE9FJ0EECH",
"internal.thread_id": null,
"failure_class": "",
"internal.work_dir": "/home/daytona/workspace",
"outcome": "succeeded",
"current_node": "start",
"internal.node_visit_count": 1
},
"node_outcomes": {
"start": {
"status": "succeeded",
"usage": null
}
},
"next_node_id": "list_prs",
"node_visits": {
"start": 1
}
},
"diff": {}
},
{
"seq": 27,
"checkpoint": {
"timestamp": "2026-05-11T18:42:07.895106Z",
"current_node": "list_prs",
"completed_nodes": [
"start",
"list_prs"
],
"node_retries": {},
"context_values": {
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
"internal.retry_count.start": 0,
"graph.rankdir": "LR",
"internal.retry_count.list_prs": 0,
"command.output": "blob://sha256/0b23fb241ded682323efecc2548d67e03b489a36049fcea78a8882a74b7b77e2",
"failure_signature": "",
"internal.node_visit_count": 1,
"internal.run_id": "01KRC4MP2NEQS9GJDE9FJ0EECH",
"outcome": "succeeded",
"failure_class": "",
"internal.work_dir": "/home/daytona/workspace",
"thread.start.current_node": "list_prs",
"internal.thread_id": "start",
"internal.fidelity": "compact",
"current_node": "list_prs"
},
"node_outcomes": {
"start": {
"status": "succeeded",
"usage": null
},
"list_prs": {
"status": "succeeded",
"context_updates": {
"command.output": "blob://sha256/0b23fb241ded682323efecc2548d67e03b489a36049fcea78a8882a74b7b77e2"
},
"notes": "Script completed: gh pr list --state open --limit 50 2>&1",
"usage": null
}
},
"next_node_id": "list_issues",
"git_commit_sha": "934eb24fa79918d7220b703e806295409fbdfb6d",
"node_visits": {
"list_prs": 1,
"start": 1
}
},
"diff": {
"summary": {
"files_changed": 0,
"additions": 0,
"deletions": 0
}
}
},
{
"seq": 37,
"checkpoint": {
"timestamp": "2026-05-11T18:42:17.251049Z",
"current_node": "list_issues",
"completed_nodes": [
"start",
"list_prs",
"list_issues"
],
"node_retries": {},
"context_values": {
"thread.list_prs.current_node": "list_issues",
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
"graph.rankdir": "LR",
"current_node": "list_issues",
"internal.retry_count.list_issues": 0,
"command.output": "blob://sha256/f9ec4f7358e5c3516832dad750ff5260840a785122ffd3124030d40a436daf9a",
"thread.start.current_node": "list_prs",
"internal.run_id": "01KRC4MP2NEQS9GJDE9FJ0EECH",
"internal.thread_id": "list_prs",
"internal.retry_count.start": 0,
"internal.retry_count.list_prs": 0,
"outcome": "succeeded",
"failure_signature": "",
"internal.fidelity": "compact",
"internal.work_dir": "/home/daytona/workspace",
"internal.node_visit_count": 1,
"failure_class": ""
},
"node_outcomes": {
"start": {
"status": "succeeded",
"usage": null
},
"list_issues": {
"status": "succeeded",
"context_updates": {
"command.output": "blob://sha256/f9ec4f7358e5c3516832dad750ff5260840a785122ffd3124030d40a436daf9a"
},
"notes": "Script completed: gh issue list --state open --limit 50 2>&1",
"usage": null
},
"list_prs": {
"status": "succeeded",
"context_updates": {
"command.output": "blob://sha256/0b23fb241ded682323efecc2548d67e03b489a36049fcea78a8882a74b7b77e2"
},
"notes": "Script completed: gh pr list --state open --limit 50 2>&1",
"usage": null
}
},
"next_node_id": "exit",
"git_commit_sha": "0c3e4ba5ba33998e6d560b65f152939c5ba5165f",
"node_visits": {
"start": 1,
"list_issues": 1,
"list_prs": 1
}
},
"diff": {
"summary": {
"files_changed": 0,
"additions": 0,
"deletions": 0
}
}
}
],
"conclusion": {
"timestamp": "2026-05-11T18:42:17.307445Z",
"status": "succeeded",
"duration_ms": 21435,
"final_git_commit_sha": "0c3e4ba5ba33998e6d560b65f152939c5ba5165f",
"stages": [
{
"stage_id": "start",
"stage_label": "start",
"duration_ms": 0,
"retries": 0
},
{
"stage_id": "list_prs",
"stage_label": "list_prs",
"duration_ms": 2858,
"retries": 0
},
{
"stage_id": "list_issues",
"stage_label": "list_issues",
"duration_ms": 2314,
"retries": 0
}
],
"total_retries": 0,
"diff": {}
},
"sandbox": {
"provider": "daytona",
"image": "buildpack-deps:noble",
"snapshot": "fabro-v8",
"runtime": {
"id": "fabro-01KRC4MP2NEQS9GJDE9FJ0EECH",
"working_directory": "/home/daytona/workspace",
"repo_cloned": true,
"clone_origin_url": "https://github.com/fabro-sh/fabro",
"clone_branch": "add-fabro-mcp-server"
}
},
"pull_request": null,
"superseded_by": null,
"pending_interviews": {},
"stages": {
"exit@1": {
"first_event_seq": 40,
"prompt": null,
"response": null,
"completion": {
"outcome": "succeeded",
"notes": null,
"failure_reason": null,
"timestamp": "2026-05-11T18:42:17.251215Z"
},
"provider_used": null,
"diff": null,
"script_invocation": null,
"script_timing": null,
"parallel_results": null,
"output": null,
"started_at": "2026-05-11T18:42:17.251179Z",
"handler": "exit",
"duration_ms": 0,
"usage": {
"input_tokens": 0,
"output_tokens": 0,
"total_tokens": 0,
"reasoning_tokens": 0,
"cache_read_tokens": 0,
"cache_write_tokens": 0
},
"state": "succeeded"
},
"list_issues@1": {
"first_event_seq": 30,
"prompt": null,
"response": null,
"completion": {
"outcome": "succeeded",
"notes": "Script completed: gh issue list --state open --limit 50 2>&1",
"failure_reason": null,
"timestamp": "2026-05-11T18:42:10.211554Z"
},
"provider_used": null,
"diff": null,
"script_invocation": {
"script": "gh issue list --state open --limit 50 2>&1",
"command": "exec 2>&1\ngh issue list --state open --limit 50 2>&1",
"language": "shell"
},
"script_timing": {
"output": "blob://sha256/f9ec4f7358e5c3516832dad750ff5260840a785122ffd3124030d40a436daf9a",
"exit_code": 0,
"duration_ms": 2308,
"termination": "exited",
"output_bytes": 2337,
"live_streaming": true
},
"parallel_results": null,
"output": null,
"output_bytes": 2337,
"live_streaming": true,
"termination": "exited",
"started_at": "2026-05-11T18:42:07.896610Z",
"handler": "command",
"duration_ms": 2314,
"usage": {
"input_tokens": 0,
"output_tokens": 0,
"total_tokens": 0,
"reasoning_tokens": 0,
"cache_read_tokens": 0,
"cache_write_tokens": 0
},
"state": "succeeded"
},
"start@1": {
"first_event_seq": 16,
"prompt": null,
"response": null,
"completion": {
"outcome": "succeeded",
"notes": null,
"failure_reason": null,
"timestamp": "2026-05-11T18:41:58.543292Z"
},
"provider_used": null,
"diff": null,
"script_invocation": null,
"script_timing": null,
"parallel_results": null,
"output": null,
"started_at": "2026-05-11T18:41:58.543166Z",
"handler": "start",
"duration_ms": 0,
"usage": {
"input_tokens": 0,
"output_tokens": 0,
"total_tokens": 0,
"reasoning_tokens": 0,
"cache_read_tokens": 0,
"cache_write_tokens": 0
},
"state": "succeeded"
},
"list_prs@1": {
"first_event_seq": 20,
"prompt": null,
"response": null,
"completion": {
"outcome": "succeeded",
"notes": "Script completed: gh pr list --state open --limit 50 2>&1",
"failure_reason": null,
"timestamp": "2026-05-11T18:42:01.402264Z"
},
"provider_used": null,
"diff": null,
"script_invocation": {
"script": "gh pr list --state open --limit 50 2>&1",
"command": "exec 2>&1\ngh pr list --state open --limit 50 2>&1",
"language": "shell"
},
"script_timing": {
"output": "blob://sha256/0b23fb241ded682323efecc2548d67e03b489a36049fcea78a8882a74b7b77e2",
"exit_code": 0,
"duration_ms": 2331,
"termination": "exited",
"output_bytes": 267,
"live_streaming": true
},
"parallel_results": null,
"output": null,
"output_bytes": 267,
"live_streaming": true,
"termination": "exited",
"started_at": "2026-05-11T18:41:58.543482Z",
"handler": "command",
"duration_ms": 2858,
"usage": {
"input_tokens": 0,
"output_tokens": 0,
"total_tokens": 0,
"reasoning_tokens": 0,
"cache_read_tokens": 0,
"cache_write_tokens": 0
},
"state": "succeeded"
}
}
}