From b764f0c0f266ca9b4c00c27be2de8b0b5ea0c135 Mon Sep 17 00:00:00 2001 From: Fabro Date: Fri, 20 Mar 2026 18:14:46 -0400 Subject: [PATCH] init run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚒️ Generated with [Fabro](https://fabro.sh) --- graph.fabro | 11 +++++++++++ manifest.json | 13 +++++++++++++ sandbox.json | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 graph.fabro create mode 100644 manifest.json create mode 100644 sandbox.json diff --git a/graph.fabro b/graph.fabro new file mode 100644 index 000000000..50e0db778 --- /dev/null +++ b/graph.fabro @@ -0,0 +1,11 @@ +digraph GhTriage { + graph [goal="Check open PRs and issues using the gh CLI and produce a triage summary"] + rankdir=LR + + start [shape=Mdiamond, label="Start"] + exit [shape=Msquare, label="Exit"] + + triage [label="Triage", prompt="Use the gh CLI to check the current repo for open pull requests and issues. Run these commands:\n\n1. gh pr list --state open --limit 20\n2. gh issue list --state open --limit 20\n\nThen produce a triage summary that includes:\n- Total count of open PRs and issues\n- For each PR: number, title, author, age, review status\n- For each issue: number, title, labels, age\n- Any PRs that look stale (older than 7 days with no review activity)\n- Any issues that are unassigned or unlabeled"] + + start -> triage -> exit +} diff --git a/manifest.json b/manifest.json new file mode 100644 index 000000000..8e391d83a --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "run_id": "01KM6N16D0BZQSM1W02XVPTKS9", + "workflow_name": "GhTriage", + "goal": "Check open PRs and issues using the gh CLI and produce a triage summary", + "start_time": "2026-03-20T22:14:46.532782Z", + "node_count": 3, + "edge_count": 2, + "run_branch": "fabro/run/01KM6N16D0BZQSM1W02XVPTKS9", + "base_sha": "09809ad51c9552da09282788379c8f8b373c0e1b", + "base_branch": "main", + "workflow_slug": "gh-triage", + "host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro" +} \ No newline at end of file diff --git a/sandbox.json b/sandbox.json new file mode 100644 index 000000000..75b949f0e --- /dev/null +++ b/sandbox.json @@ -0,0 +1,5 @@ +{ + "provider": "daytona", + "working_directory": "/home/daytona/workspace", + "identifier": "fabro-01KM6N16D0BZQSM1W02XVPTKS9" +} \ No newline at end of file