mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
631 lines
No EOL
23 KiB
JSON
631 lines
No EOL
23 KiB
JSON
{
|
|
"spec": {
|
|
"run_id": "01KQW3293BWKEXCA7F3YVFPAH5",
|
|
"settings": {
|
|
"project": {
|
|
"name": null,
|
|
"description": null,
|
|
"directory": ".",
|
|
"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",
|
|
"retros": true
|
|
},
|
|
"checkpoint": {
|
|
"exclude_globs": []
|
|
},
|
|
"sandbox": {
|
|
"provider": "daytona",
|
|
"preserve": false,
|
|
"devcontainer": false,
|
|
"env": {},
|
|
"local": {
|
|
"worktree_mode": "always"
|
|
},
|
|
"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,
|
|
"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": "GhList",
|
|
"nodes": {
|
|
"list_prs": {
|
|
"id": "list_prs",
|
|
"attrs": {
|
|
"shape": {
|
|
"String": "parallelogram"
|
|
},
|
|
"script": {
|
|
"String": "gh pr list --state open --limit 50 2>&1"
|
|
},
|
|
"label": {
|
|
"String": "List PRs"
|
|
}
|
|
}
|
|
},
|
|
"list_issues": {
|
|
"id": "list_issues",
|
|
"attrs": {
|
|
"shape": {
|
|
"String": "parallelogram"
|
|
},
|
|
"script": {
|
|
"String": "gh issue list --state open --limit 50 2>&1"
|
|
},
|
|
"label": {
|
|
"String": "List Issues"
|
|
}
|
|
}
|
|
},
|
|
"exit": {
|
|
"id": "exit",
|
|
"attrs": {
|
|
"shape": {
|
|
"String": "Msquare"
|
|
},
|
|
"label": {
|
|
"String": "Exit"
|
|
}
|
|
}
|
|
},
|
|
"start": {
|
|
"id": "start",
|
|
"attrs": {
|
|
"shape": {
|
|
"String": "Mdiamond"
|
|
},
|
|
"label": {
|
|
"String": "Start"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"workflow_slug": "gh-list",
|
|
"source_directory": "/Users/bhelmkamp/p/fabro-sh/fabro",
|
|
"provenance": {
|
|
"server": {
|
|
"version": "0.223.0-nightly.0"
|
|
},
|
|
"client": {
|
|
"user_agent": "fabro-cli/0.223.0-nightly.0",
|
|
"name": "fabro-cli",
|
|
"version": "0.223.0-nightly.0"
|
|
},
|
|
"subject": {
|
|
"kind": "user",
|
|
"identity": {
|
|
"issuer": "https://github.com",
|
|
"subject": "19"
|
|
},
|
|
"login": "brynary",
|
|
"auth_method": "github"
|
|
}
|
|
},
|
|
"manifest_blob": "a81cfdde05363cd32d9f5fe6c18f71b08ed02c131305a2336363d81a7bbe4a78",
|
|
"definition_blob": "18b1b1308ef8edcd2adbc67311c8a6faf6c0fd350c589541115d38a477af6c38",
|
|
"git": {
|
|
"origin_url": "https://github.com/fabro-sh/fabro",
|
|
"branch": "main",
|
|
"sha": "cbc2bd3d1f48e5e6ba93a198e0c9240b96e9b38a",
|
|
"dirty": "dirty",
|
|
"push_outcome": {
|
|
"type": "failed",
|
|
"remote": "origin",
|
|
"branch": "main",
|
|
"message": "Engine error: git push failed: To github.com:fabro-sh/fabro.git\n ! [rejected] main -> main (non-fast-forward)\nerror: failed to push some refs to 'github.com:fabro-sh/fabro.git'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. If you want to integrate the remote changes,\nhint: use 'git pull' before pushing again.\nhint: See the 'Note about fast-forwards' in 'git push --help' for details.\n"
|
|
}
|
|
},
|
|
"in_place": false
|
|
},
|
|
"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",
|
|
"start": {
|
|
"run_id": "01KQW3293BWKEXCA7F3YVFPAH5",
|
|
"start_time": "2026-05-05T12:51:17.524678Z",
|
|
"run_branch": "fabro/run/01KQW3293BWKEXCA7F3YVFPAH5",
|
|
"base_sha": "b6ea81b67851a2391f5ed9ea4bbe9c864814fc94"
|
|
},
|
|
"status": {
|
|
"kind": "running"
|
|
},
|
|
"status_updated_at": "2026-05-05T12:51:17.524710Z",
|
|
"pending_control": null,
|
|
"checkpoint": {
|
|
"timestamp": "2026-05-05T12:51:30.530234Z",
|
|
"current_node": "list_issues",
|
|
"completed_nodes": [
|
|
"start",
|
|
"list_prs",
|
|
"list_issues"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
|
|
"internal.run_id": "01KQW3293BWKEXCA7F3YVFPAH5",
|
|
"current_node": "list_issues",
|
|
"internal.retry_count.start": 0,
|
|
"failure_class": "deterministic",
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"thread.list_prs.current_node": "list_issues",
|
|
"graph.rankdir": "LR",
|
|
"command.output": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a",
|
|
"internal.thread_id": "list_prs",
|
|
"internal.retry_count.list_issues": 0,
|
|
"internal.node_visit_count": 1,
|
|
"thread.start.current_node": "list_prs",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"failure_signature": "list_issues|deterministic|script failed with exit code: <n> ## stdout to get started with github cli,please run: gh auth login alternatively,populate the gh_token environment variable with a github api authentication token.",
|
|
"internal.fidelity": "compact",
|
|
"outcome": "failed",
|
|
"internal.retry_count.list_prs": 0
|
|
},
|
|
"node_outcomes": {
|
|
"list_prs": {
|
|
"status": "failed",
|
|
"context_updates": {
|
|
"command.output": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"failure": {
|
|
"message": "Script failed with exit code: 4\n\n## stdout\nTo get started with GitHub CLI, please run: gh auth login\nAlternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.\n",
|
|
"failure_class": "deterministic"
|
|
},
|
|
"usage": null
|
|
},
|
|
"list_issues": {
|
|
"status": "failed",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a"
|
|
},
|
|
"failure": {
|
|
"message": "Script failed with exit code: 4\n\n## stdout\nTo get started with GitHub CLI, please run: gh auth login\nAlternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.\n",
|
|
"failure_class": "deterministic"
|
|
},
|
|
"usage": null
|
|
},
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "exit",
|
|
"git_commit_sha": "f40bb0772dbe464881cbbe209d34a30f8fa8c4fe",
|
|
"loop_failure_signatures": {
|
|
"list_prs|deterministic|script failed with exit code: <n> ## stdout to get started with github cli,please run: gh auth login alternatively,populate the gh_token environment variable with a github api authentication token.": 1,
|
|
"list_issues|deterministic|script failed with exit code: <n> ## stdout to get started with github cli,please run: gh auth login alternatively,populate the gh_token environment variable with a github api authentication token.": 1
|
|
},
|
|
"node_visits": {
|
|
"start": 1,
|
|
"list_issues": 1,
|
|
"list_prs": 1
|
|
}
|
|
},
|
|
"checkpoints": [
|
|
[
|
|
19,
|
|
{
|
|
"timestamp": "2026-05-05T12:51:19.747862Z",
|
|
"current_node": "start",
|
|
"completed_nodes": [
|
|
"start"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"internal.fidelity": "compact",
|
|
"internal.retry_count.start": 0,
|
|
"internal.run_id": "01KQW3293BWKEXCA7F3YVFPAH5",
|
|
"internal.thread_id": null,
|
|
"current_node": "start",
|
|
"graph.rankdir": "LR",
|
|
"internal.node_visit_count": 1,
|
|
"outcome": "succeeded",
|
|
"failure_class": "",
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
|
|
"failure_signature": ""
|
|
},
|
|
"node_outcomes": {
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "list_prs",
|
|
"node_visits": {
|
|
"start": 1
|
|
}
|
|
}
|
|
],
|
|
[
|
|
27,
|
|
{
|
|
"timestamp": "2026-05-05T12:51:25.070804Z",
|
|
"current_node": "list_prs",
|
|
"completed_nodes": [
|
|
"start",
|
|
"list_prs"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
|
|
"internal.thread_id": "start",
|
|
"internal.retry_count.start": 0,
|
|
"internal.run_id": "01KQW3293BWKEXCA7F3YVFPAH5",
|
|
"failure_signature": "list_prs|deterministic|script failed with exit code: <n> ## stdout to get started with github cli,please run: gh auth login alternatively,populate the gh_token environment variable with a github api authentication token.",
|
|
"internal.fidelity": "compact",
|
|
"internal.retry_count.list_prs": 0,
|
|
"outcome": "failed",
|
|
"thread.start.current_node": "list_prs",
|
|
"current_node": "list_prs",
|
|
"failure_class": "deterministic",
|
|
"command.output": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a",
|
|
"graph.rankdir": "LR",
|
|
"internal.node_visit_count": 1
|
|
},
|
|
"node_outcomes": {
|
|
"list_prs": {
|
|
"status": "failed",
|
|
"context_updates": {
|
|
"command.output": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"failure": {
|
|
"message": "Script failed with exit code: 4\n\n## stdout\nTo get started with GitHub CLI, please run: gh auth login\nAlternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.\n",
|
|
"failure_class": "deterministic"
|
|
},
|
|
"usage": null
|
|
},
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "list_issues",
|
|
"git_commit_sha": "39c172ae28c29af0c1e084e5154984e3506cedd4",
|
|
"loop_failure_signatures": {
|
|
"list_prs|deterministic|script failed with exit code: <n> ## stdout to get started with github cli,please run: gh auth login alternatively,populate the gh_token environment variable with a github api authentication token.": 1
|
|
},
|
|
"node_visits": {
|
|
"list_prs": 1,
|
|
"start": 1
|
|
}
|
|
}
|
|
],
|
|
[
|
|
37,
|
|
{
|
|
"timestamp": "2026-05-05T12:51:30.530234Z",
|
|
"current_node": "list_issues",
|
|
"completed_nodes": [
|
|
"start",
|
|
"list_prs",
|
|
"list_issues"
|
|
],
|
|
"node_retries": {},
|
|
"context_values": {
|
|
"graph.goal": "List open PRs and issues via the gh CLI to verify GITHUB_TOKEN injection",
|
|
"internal.run_id": "01KQW3293BWKEXCA7F3YVFPAH5",
|
|
"current_node": "list_issues",
|
|
"internal.retry_count.start": 0,
|
|
"failure_class": "deterministic",
|
|
"internal.work_dir": "/home/daytona/workspace",
|
|
"thread.list_prs.current_node": "list_issues",
|
|
"graph.rankdir": "LR",
|
|
"command.output": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a",
|
|
"internal.thread_id": "list_prs",
|
|
"internal.retry_count.list_issues": 0,
|
|
"internal.node_visit_count": 1,
|
|
"thread.start.current_node": "list_prs",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"failure_signature": "list_issues|deterministic|script failed with exit code: <n> ## stdout to get started with github cli,please run: gh auth login alternatively,populate the gh_token environment variable with a github api authentication token.",
|
|
"internal.fidelity": "compact",
|
|
"outcome": "failed",
|
|
"internal.retry_count.list_prs": 0
|
|
},
|
|
"node_outcomes": {
|
|
"list_prs": {
|
|
"status": "failed",
|
|
"context_updates": {
|
|
"command.output": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a",
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126"
|
|
},
|
|
"failure": {
|
|
"message": "Script failed with exit code: 4\n\n## stdout\nTo get started with GitHub CLI, please run: gh auth login\nAlternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.\n",
|
|
"failure_class": "deterministic"
|
|
},
|
|
"usage": null
|
|
},
|
|
"list_issues": {
|
|
"status": "failed",
|
|
"context_updates": {
|
|
"command.stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"command.output": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a"
|
|
},
|
|
"failure": {
|
|
"message": "Script failed with exit code: 4\n\n## stdout\nTo get started with GitHub CLI, please run: gh auth login\nAlternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.\n",
|
|
"failure_class": "deterministic"
|
|
},
|
|
"usage": null
|
|
},
|
|
"start": {
|
|
"status": "succeeded",
|
|
"usage": null
|
|
}
|
|
},
|
|
"next_node_id": "exit",
|
|
"git_commit_sha": "f40bb0772dbe464881cbbe209d34a30f8fa8c4fe",
|
|
"loop_failure_signatures": {
|
|
"list_prs|deterministic|script failed with exit code: <n> ## stdout to get started with github cli,please run: gh auth login alternatively,populate the gh_token environment variable with a github api authentication token.": 1,
|
|
"list_issues|deterministic|script failed with exit code: <n> ## stdout to get started with github cli,please run: gh auth login alternatively,populate the gh_token environment variable with a github api authentication token.": 1
|
|
},
|
|
"node_visits": {
|
|
"start": 1,
|
|
"list_issues": 1,
|
|
"list_prs": 1
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"conclusion": {
|
|
"timestamp": "2026-05-05T12:51:30.553453Z",
|
|
"status": "succeeded",
|
|
"duration_ms": 13005,
|
|
"final_git_commit_sha": "f40bb0772dbe464881cbbe209d34a30f8fa8c4fe",
|
|
"stages": [
|
|
{
|
|
"stage_id": "start",
|
|
"stage_label": "start",
|
|
"duration_ms": 0,
|
|
"retries": 0
|
|
},
|
|
{
|
|
"stage_id": "list_prs",
|
|
"stage_label": "list_prs",
|
|
"duration_ms": 1382,
|
|
"retries": 0
|
|
},
|
|
{
|
|
"stage_id": "list_issues",
|
|
"stage_label": "list_issues",
|
|
"duration_ms": 1350,
|
|
"retries": 0
|
|
}
|
|
],
|
|
"total_retries": 0
|
|
},
|
|
"retro": null,
|
|
"retro_prompt": null,
|
|
"retro_response": null,
|
|
"sandbox": {
|
|
"provider": "daytona",
|
|
"working_directory": "/home/daytona/workspace",
|
|
"identifier": "fabro-01KQW3293BWKEXCA7F3YVFPAH5",
|
|
"repo_cloned": true,
|
|
"clone_origin_url": "https://github.com/fabro-sh/fabro",
|
|
"clone_branch": "main"
|
|
},
|
|
"final_patch": null,
|
|
"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-05T12:51:30.530390Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": null,
|
|
"script_timing": null,
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null
|
|
},
|
|
"start@1": {
|
|
"first_event_seq": 16,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": {
|
|
"outcome": "succeeded",
|
|
"notes": null,
|
|
"failure_reason": null,
|
|
"timestamp": "2026-05-05T12:51:19.747752Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": null,
|
|
"script_timing": null,
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null
|
|
},
|
|
"list_prs@1": {
|
|
"first_event_seq": 20,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": {
|
|
"outcome": "failed",
|
|
"notes": null,
|
|
"failure_reason": "Script failed with exit code: 4\n\n## stdout\nTo get started with GitHub CLI, please run: gh auth login\nAlternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.\n",
|
|
"timestamp": "2026-05-05T12:51:21.131788Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": {
|
|
"script": "gh pr list --state open --limit 50 2>&1",
|
|
"command": "gh pr list --state open --limit 50 2>&1",
|
|
"language": "shell"
|
|
},
|
|
"script_timing": {
|
|
"stdout": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a",
|
|
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"exit_code": 4,
|
|
"duration_ms": 1375,
|
|
"termination": "exited",
|
|
"stdout_bytes": 157,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true
|
|
},
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null,
|
|
"stdout_bytes": 157,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true,
|
|
"termination": "exited"
|
|
},
|
|
"list_issues@1": {
|
|
"first_event_seq": 30,
|
|
"prompt": null,
|
|
"response": null,
|
|
"completion": {
|
|
"outcome": "failed",
|
|
"notes": null,
|
|
"failure_reason": "Script failed with exit code: 4\n\n## stdout\nTo get started with GitHub CLI, please run: gh auth login\nAlternatively, populate the GH_TOKEN environment variable with a GitHub API authentication token.\n",
|
|
"timestamp": "2026-05-05T12:51:26.422743Z"
|
|
},
|
|
"provider_used": null,
|
|
"diff": null,
|
|
"script_invocation": {
|
|
"script": "gh issue list --state open --limit 50 2>&1",
|
|
"command": "gh issue list --state open --limit 50 2>&1",
|
|
"language": "shell"
|
|
},
|
|
"script_timing": {
|
|
"stdout": "blob://sha256/a0048c50413bfb223e1d164309f1fe45a8f133697290dfdec70253ec29f0814a",
|
|
"stderr": "blob://sha256/12ae32cb1ec02d01eda3581b127c1fee3b0dc53572ed6baf239721a03d82e126",
|
|
"exit_code": 4,
|
|
"duration_ms": 1341,
|
|
"termination": "exited",
|
|
"stdout_bytes": 157,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true
|
|
},
|
|
"parallel_results": null,
|
|
"stdout": null,
|
|
"stderr": null,
|
|
"stdout_bytes": 157,
|
|
"stderr_bytes": 0,
|
|
"streams_separated": true,
|
|
"live_streaming": true,
|
|
"termination": "exited"
|
|
}
|
|
}
|
|
} |