diff --git a/graph.fabro b/graph.fabro new file mode 100644 index 000000000..b71ad46a5 --- /dev/null +++ b/graph.fabro @@ -0,0 +1,11 @@ +digraph GhAuthTest { + graph [goal="Verify GitHub CLI authentication works via GITHUB_TOKEN"] + rankdir=LR + + start [shape=Mdiamond, label="Start"] + exit [shape=Msquare, label="Exit"] + + check_auth [label="Check GH Auth", shape=parallelogram, script="echo '--- Checking gh auth status ---' && gh auth status && echo '--- Listing repo ---' && gh repo view fabro-sh/fabro --json name,owner -q '.owner.login + \"/\" + .name' && echo '--- Done ---'"] + + start -> check_auth -> exit +} diff --git a/manifest.json b/manifest.json new file mode 100644 index 000000000..0341af6bd --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ + "run_id": "01KKSQTN9WVY7YB8V1A1VQ9TAS", + "workflow_name": "GhAuthTest", + "goal": "Verify GitHub CLI authentication works via GITHUB_TOKEN", + "start_time": "2026-03-15T21:53:23.920580Z", + "node_count": 3, + "edge_count": 2, + "run_branch": "fabro/run/01KKSQTN9WVY7YB8V1A1VQ9TAS", + "base_sha": "55eff404bc927177a28c9f07cc30814d927344d1", + "base_branch": "fabro/run/01KKSDZQ2AHTFP2GQAQQW25MNP", + "workflow_slug": "fabro-gh-test" +} \ No newline at end of file diff --git a/sandbox.json b/sandbox.json new file mode 100644 index 000000000..8f092955c --- /dev/null +++ b/sandbox.json @@ -0,0 +1,4 @@ +{ + "provider": "local", + "working_directory": "/Users/bhelmkamp/.fabro/runs/20260315-01KKSQTN9WVY7YB8V1A1VQ9TAS/worktree" +} \ No newline at end of file