[ab-advisor] Add output_format A/B experiment to deep-report workflow#30447
Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/36fe2fc4-0a15-4c56-907c-1eecd2bb0b56 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/36fe2fc4-0a15-4c56-907c-1eecd2bb0b56 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
Hey One thing that makes this hard to review:
If you would like a hand cleaning this up, assign the following prompt to your coding agent:
|
|
@copilot merge main and recompile |
…periment-campaign # Conflicts: # .github/workflows/daily-cache-strategy-analyzer.lock.yml # .github/workflows/daily-fact.lock.yml # .github/workflows/daily-observability-report.lock.yml # .github/workflows/deep-report.lock.yml # .github/workflows/duplicate-code-detector.lock.yml # .github/workflows/grumpy-reviewer.lock.yml # .github/workflows/issue-arborist.lock.yml # .github/workflows/schema-feature-coverage.lock.yml # .github/workflows/smoke-call-workflow.lock.yml # .github/workflows/smoke-codex.lock.yml Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds an output_format experiment to the deep-report agentic workflow to A/B test alternative report structures aimed at reducing token cost while maintaining engagement, and refreshes multiple compiled workflow lockfiles to the latest pinned AWF container/image references.
Changes:
- Added
experiments.output_formatrich-config frontmatter and variant-aware conditional report structure blocks indeep-report.md. - Updated numerous
*.lock.ymlcompiled workflows to AWFv0.25.40and pinned container digests / download lists.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/deep-report.md | Adds the output_format experiment config and conditional prompt sections for variant-specific report structures. |
| .github/workflows/test-workflow.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/smoke-opencode.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/smoke-crush.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/smoke-ci.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/release.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/hippo-embed.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/firewall.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/example-permissions-warning.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/daily-malicious-code-scan.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/copilot-token-optimizer.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/codex-github-remote-mcp-test.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/code-simplifier.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/changeset.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/bot-detection.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/ai-moderator.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
| .github/workflows/ace-editor.lock.yml | Refreshes compiled lockfile to AWF v0.25.40 and pins updated container digests. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 52/215 changed files
- Comments generated: 1
| experiments: | ||
| output_format: | ||
| variants: [full_briefing, executive_brief, annotated_brief] | ||
| description: "Tests whether report verbosity and structure affect token cost and discussion engagement" | ||
| hypothesis: "H0: no change in discussion engagement or token cost. H1: executive_brief reduces token usage by ≥20% without reducing engagement; annotated_brief improves actionability." | ||
| metric: token_count | ||
| secondary_metrics: [discussion_reactions, discussion_replies, output_char_length, run_duration_ms] | ||
| guardrail_metrics: | ||
| - name: empty_output_rate | ||
| threshold: "==0" | ||
| - name: issue_creation_success_rate | ||
| threshold: ">=0.8" | ||
| min_samples: 15 | ||
| weight: [34, 33, 33] | ||
| start_date: "2026-05-06" | ||
| analysis_type: mann_whitney | ||
| tags: [output-format, token-cost, engagement, daily] |
Done in 115316f — merged Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Implements the
output_formatexperiment campaign ondeep-report.md, testing whether a condensed report format reduces token cost while maintaining discussion engagement.Frontmatter changes
experiments: output_formatblock with three variants:full_briefing(34%),executive_brief(33%),annotated_brief(33%)"==0",">=0.8") as required by the schemaownerandissue: 0omitted — former is not in schema, latter requires ≥1 (add issue number once created)Prompt body changes
Replaces the static Report Structure section with variant-aware conditionals using native
{{#elseif}}syntax (per @pelikhan):Lock file regenerated via
./gh-aw compile deep-report.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/graphql/usr/bin/gh gh repo view --json owner,name --jq .owner.login + "/" + .name k(http block)/usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw(http block)/usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw er_test /sh ache/go/1.25.8/xTest User estl�� uypkflb2T --write ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet --ignore-path .prettierignore --log-level=erro-v ortcfg(http block)https://api.github.com/orgs/test-owner/actions/secrets/usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name on' --ignore-path ../../../.prettierignore --local bin/sh credential.usern/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)https://api.github.com/repos/actions/ai-inference/git/ref/tags/v1/usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 ache/go/1.25.8/x64/pkg/tool/linurepos/{owner}/{repo}/actions/runs/5/artifacts sv(http block)https://api.github.com/repos/actions/checkout/git/ref/tags/v3/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv --get-regexp ^remote\..*\.gh-resolved$ er: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabl--show-toplevel npx prettier --wgh .cfg 64/pkg/tool/linu/repos/actions/github-script/git/ref/tags/v9 git rev-�� --git-dir 64/pkg/tool/linuremote.origin.url(http block)https://api.github.com/repos/actions/checkout/git/ref/tags/v5/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 /tmp/go-build3357502708/b151/vet.cfg 1/x64/bin/node(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git k/gh-aw/gh-aw/.ggit git /opt/hostedtoolc--show-toplevel git rev-�� --show-toplevel node /usr/bin/git /tmp/TestHashCongit git /usr/bin/git git(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv --show-toplevel infocmp /usr/bin/git f/tags/v6 ache/go/1.25.8/xrev-parse sv git rev-�� /ref/tags/v9 gh sv /repos/actions/ggit --jq /usr/bin/gh node(http block)https://api.github.com/repos/actions/checkout/git/ref/tags/v6/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /tmp/gh-aw-test-runs/20260505-203229-14193/test-source-field-var-p rev-parse /usr/bin/infocmp(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv --git-dir git /usr/bin/git */*.json' '!../.git --local x_amd64/vet git rev-�� --show-toplevel x_amd64/vet /usr/bin/git --local user.name x_amd64/compile git(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /tmp/go-build3357502708/b467/typ0 resolved$ /usr/bin/git -s -w -buildmode=exe git remo�� testing.testBinary=1 -extld=gcc(http block)https://api.github.com/repos/actions/github-script/git/ref/tags/v8/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv /repos/actions/setup-node/git/ref/tags/v4 --jq /usr/bin/git /ref/tags/v9 /tmp/go-build335rev-parse sv git rev-�� --show-toplevel git /usr/bin/git .github/workflowgit x_amd64/vet(http block)https://api.github.com/repos/actions/github-script/git/ref/tags/v9/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv on(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv /a.out(http block)https://api.github.com/repos/actions/github-script/git/ref/tags/v9.0.0/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv -c=4 -nolocalimports -importcfg /tmp/go-build3357502708/b394/importcfg -embedcfg /tmp/go-build3357502708/b394/embedcfg -pack tion�� on' --ignore-path ../../../.prettierignore --local x86_64/sh credential.usern/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv get --global n-dir/sh http.https://git/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)https://api.github.com/repos/actions/setup-go/git/ref/tags/v4/usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel /opt/hostedtoolc--name-only /usr/bin/git 3229-14193/test-infocmp /tmp/go-build335-1 64/pkg/tool/linuxterm-color git rev-�� --show-toplevel 64/pkg/tool/linu--jq /usr/bin/git g_.a /tmp/go-build335rev-parse ache/go/1.25.8/x--show-toplevel git(http block)https://api.github.com/repos/actions/setup-node/git/ref/tags/v4/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 /tmp/go-build3357502708/b453/_testmain.go sv rite '../../../*git(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 /opt/hostedtoolcache/go/1.25.8/x--json sv 1926078928 /tmp/go-build335-1 e/git infocmp -1 xterm-color e/git /usr/bin/git OKEN }} tname) /opt/hostedtoolc--show-toplevel git(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 git bject.type] | @tsv /tmp/TestGuardPogit rev-parse /usr/bin/gh git rev-�� /ref/tags/v9 gh sv /repos/actions/ginfocmp l 64/pkg/tool/linuxterm-color gh(http block)https://api.github.com/repos/actions/setup-node/git/ref/tags/v6/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv go(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv ErrorFormatting4022799964/001 rev-parse /usr/bin/git l --local x_amd64/vet git rev-�� runs/20260505-203229-14193/test-1926078928 x_amd64/vet /usr/bin/git ithub/workflows user.name x_amd64/vet git(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv --show-toplevel x_amd64/vet r,url,status,conclusion,workflowDROP '**/*.ts' '**/*.git commit.gpgsign x_amd64/vet git conf�� --get l /usr/bin/git .js' --ignore-pagit(http block)https://api.github.com/repos/actions/upload-artifact/git/ref/tags/v4/usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv kflow.test x_amd64/vet ortcfg.link */*.ts' '**/*.jsgit main nch,headSha,disp--show-toplevel uMRn_5pvPg4FQUB7He/88i7mEgrHQgazF3nzFAE/_AkwSfaH_x6mMwu8aC4W /tmp�� steps.test.outputs.result x_amd64/vet g_.a ify@v1.11.1/assegit ify@v1.11.1/asserev-parse x_amd64/compile e/git(http block)https://api.github.com/repos/aws-actions/configure-aws-credentials/git/ref/tags/v4/usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/TestGuardPogit rev-parse 7502708/b475/vet--show-toplevel git rev-�� --show-toplevel /opt/hostedtoolcache/go/1.25.8/x--jq /usr/bin/gh /tmp/go-build335gh(http block)/usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel ache/node/24.14.1/x64/bin/node /usr/bin/git orce_all)' git repository(owne/repos/actions/github-script/git/ref/tags/v9 git rev-�� /ref/tags/v9 node sv /tmp/TestHashCongit x_amd64/vet /usr/bin/git gh(http block)https://api.github.com/repos/azure/login/git/ref/tags/v2/usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/TestGuardPogit remote /usr/bin/git git rev-�� --show-toplevel git /usr/bin/infocmp mpleWorkflow3366infocmp x_amd64/vet /usr/bin/git infocmp(http block)https://api.github.com/repos/docker/login-action/git/ref/tags/v3/usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv --show-toplevel node /usr/bin/git /tmp/TestHashCongit git /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --get remote.origin.ur-1 om/upstream/repoxterm-color git(http block)https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0.1.2/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv --show-toplevel /opt/hostedtoolcremote /usr/bin/git 3229-14193/test-gh /tmp/go-build335api bject.type] | @t/repos/actions/github-script/git/ref/tags/v9 git rev-�� --show-toplevel /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /usr/bin/git '/tmp/TestParseinfocmp '/tmp/TestParse-1 clusion,workflowxterm-color git(http block)https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.0.0/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv(http block)https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.2.3/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv(http block)https://api.github.com/repos/github/gh-aw/actions/runs/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created >=2026-04-28(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created >=2026-04-05(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created >=2026-02-04 **/*.json --ignore-path 64/pkg/tool/linuremote.origin.url eWit�� te 'scripts/**/*.js' --ignore-path .prettierignore --log-level=error .cfg 64/pkg/tool/linux_amd64/vet tierignore(http block)https://api.github.com/repos/github/gh-aw/actions/runs/1/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/1/artifacts --jq .artifacts[].name on 64/pkg/tool/linux_amd64/vet /../../.prettier/usr/bin/git erignore(http block)/usr/bin/gh gh run download 1 --dir test-logs/run-1(http block)https://api.github.com/repos/github/gh-aw/actions/runs/12345/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12345/artifacts --jq .artifacts[].name ../../../**/*.json x_amd64/compile --ignore-path ../../../.prettirun(http block)/usr/bin/gh gh run download 12345 --dir test-logs/run-12345 on ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /../../.prettier/usr/bin/git erignore(http block)https://api.github.com/repos/github/gh-aw/actions/runs/1234567890/usr/bin/gh gh api repos/{owner}/{repo}/actions/runs/1234567890 --jq {databaseId: .id, number: .run_number, url: .html_url, status: .status, conclusion: .conclusion, workflowName: .name, workflowPath: .path, createdAt: .created_at, startedAt: .run_started_at, updatedAt: .updated_at, event: .event, headBranch: .head_branch, 15749813/001' 15749813/001' es/.bin/sh credential.usern/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/link(http block)https://api.github.com/repos/github/gh-aw/actions/runs/12346/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12346/artifacts --jq .artifacts[].name rkflow/js/**/*.json x_amd64/vet erignore ../../../.pretti-1(http block)/usr/bin/gh gh run download 12346 --dir test-logs/run-12346 on .cfg /../../.prettierinfocmp erignore th: .path, creatxterm-color ache/go/1.25.8/x64/pkg/tool/linu-trimpath(http block)https://api.github.com/repos/github/gh-aw/actions/runs/2/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/2/artifacts --jq .artifacts[].name on ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /../../.prettier/opt/hostedtoolcache/node/24.14.1/x64/bin/node erignore(http block)/usr/bin/gh gh run download 2 --dir test-logs/run-2 .cfg ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet ignore-path ../.git b/gh-aw/actions/rev-parse(http block)https://api.github.com/repos/github/gh-aw/actions/runs/3/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/3/artifacts --jq .artifacts[].name .cfg ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /../../.prettiergit erignore(http block)/usr/bin/gh gh run download 3 --dir test-logs/run-3 .cfg ger.test ignore-path ../.git(http block)https://api.github.com/repos/github/gh-aw/actions/runs/4/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/4/artifacts --jq .artifacts[].name on x_amd64/compile /../../.prettiergit erignore(http block)/usr/bin/gh gh run download 4 --dir test-logs/run-4 .cfg ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet ignore-path ../.git(http block)https://api.github.com/repos/github/gh-aw/actions/runs/5/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/5/artifacts --jq .artifacts[].name .cfg x_amd64/link /../../.prettiergit erignore(http block)/usr/bin/gh gh run download 5 --dir test-logs/run-5 .cfg ache/go/1.25.8/x64/pkg/tool/linu-test.short=true ignore-path ../.git(http block)https://api.github.com/repos/github/gh-aw/actions/workflows/usr/bin/gh gh workflow list --json name,state,path on' --ignore-path ../../../.prettierignore --local ache/go/1.25.8/x64/bin/git credential.usern/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 100(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 6 ../../../.prettiremote(http block)https://api.github.com/repos/github/gh-aw/contents/.github/workflows/shared/reporting.md/tmp/go-build3357502708/b404/cli.test /tmp/go-build3357502708/b404/cli.test -test.testlogfile=/tmp/go-build3357502708/b404/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.47.4/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv --show-toplevel /opt/hostedtoolcache/go/1.25.8/x--jq(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.0.0/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv 3268187640/001 sRemoteWithRealGitmaster_branch4090847378/002/work .cfg **/*.json --ignore-path ../../../.prettixterm-color ache/go/1.25.8/x64/pkg/tool/linuconfig -c pkg/mod/github.com/aymanbagabas/remote.origin.url pkg/mod/github.com/aymanbagabas/go-udiff@v0.4.1/lcs/doc.go 64/pkg/tool/linux_amd64/vet w/js/**/*.json' infocmp(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.2.3/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv 1126187950/.github/workflows HEAD x_amd64/vet(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v2.0.0/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv 1126187950 HEAD x_amd64/vet(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv */*.ts' '**/*.json' --ignore-path ../../../.pret.prettierignore HEAD x_amd64/vet(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv */*.ts' '**/*.json' --ignore-path ../../../.pret.prettierignore main x_amd64/vet(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v3.0.0/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv */*.ts' '**/*.json' --ignore-path ../../../.pret.prettierignore HEAD x_amd64/vet(http block)https://api.github.com/repos/google-github-actions/auth/git/ref/tags/v2/usr/bin/gh gh api /repos/google-github-actions/auth/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/TestGuardPogit rev-parse /opt/hostedtoolc--show-toplevel git rev-�� --show-toplevel node /usr/bin/git /tmp/TestHashCongit x_amd64/vet /usr/bin/git git(http block)https://api.github.com/repos/nonexistent/action/git/ref/tags/v999.999.999/usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv --write **/*.cjs ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet **/*.json --ignore-path ../../../.pretti--get-regexp ache/go/1.25.8/x^remote\..*\.gh-resolved$ -c 3229-14193/test-1304038138/.github/workflows(http block)https://api.github.com/repos/nonexistent/repo/actions/runs/12345/usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion ./../.prettieriggit gh/go-spew/spew(http block)https://api.github.com/repos/owner/repo/actions/workflows/usr/bin/gh gh workflow list --json name,state,path --repo owner/repo x86_64/sh credential.usern/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh workflow list --json name,state,path --repo owner/repo nfig/composer/ve-nilfunc credential.usern/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/compile(http block)/usr/bin/gh gh workflow list --repo owner/repo --json name,path,state .cfg **/*.ts b/gh-aw/cmd/gh-arev-parse --ignore-path ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)https://api.github.com/repos/test-owner/test-repo/actions/secrets/usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name on' --ignore-pat-c=4 --local de_modules/.bin/-importcfg credential.helpe/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)https://api.github.com/repos/test/repo/usr/bin/gh gh api /repos/test/repo --jq .default_branch t2148166484/.github/workflows(http block)If you need me to access, download, or install something from one of these locations, you can either: