fix: version-pin AWF config $schema URL and add _schema field to JSONL types#29848
fix: version-pin AWF config $schema URL and add _schema field to JSONL types#29848
Conversation
…L types - Replace hardcoded awf-config.v1.json schema URL with release-pinned URL (releases/download/<tag>/awf-config.schema.json) that automatically tracks DefaultFirewallVersion or any workflow-pinned version - Add buildAWFConfigSchemaURL() helper; refactor BuildAWFConfigJSON to resolve firewallConfig once and reuse for both schema URL and container image tag - Add _schema field to AuditLogEntry for self-describing audit JSONL records - Add _schema field to TokenUsageEntry for self-describing token-usage JSONL records - Add tests for buildAWFConfigSchemaURL and schema URL version-pinning behavior - Update wasm golden fixtures and recompile lock files with new schema URL Agent-Logs-Url: https://github.com/github/gh-aw/sessions/1edc14b1-bd4c-4e0e-b246-cf929610396c Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates AWF config generation and JSONL ingestion types to use version-pinned, release-hosted schemas and to support self-describing JSONL records.
Changes:
- Generate
$schemainawf-config.jsonvia a version-derived, release-pinned GitHub Releases URL. - Add
_schemafields to JSONL ingestion structs for audit and token usage records. - Update/regen workflow lock (golden) files and add tests for schema URL pinning behavior.
Show a summary per file
| File | Description |
|---|---|
| pkg/workflow/awf_config.go | Builds a release-pinned $schema URL based on the active/default firewall version and reuses resolved firewall config. |
| pkg/workflow/awf_config_test.go | Adds unit tests validating schema URL construction and that generated config embeds a version-pinned schema URL. |
| pkg/cli/token_usage.go | Adds _schema field to TokenUsageEntry for self-describing JSONL ingestion. |
| pkg/cli/firewall_policy.go | Adds _schema field to AuditLogEntry and documents its purpose. |
| .github/workflows/video-analyzer.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/test-workflow.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/test-project-url-default.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/test-dispatcher.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/super-linter.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/smoke-pi.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/smoke-opencode.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/smoke-gemini.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/smoke-crush.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/smoke-ci.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/security-review.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/repo-tree-map.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/repo-audit-analyzer.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/release.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/pr-nitpick-reviewer.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/poem-bot.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/pdf-summary.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/notion-issue-summary.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/metrics-collector.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/jsweep.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/issue-triage-agent.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/hippo-embed.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/gpclean.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/github-remote-mcp-auth-test.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/firewall.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/example-permissions-warning.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/dev.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/dependabot-burner.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/daily-team-status.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/daily-skill-optimizer.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/daily-semgrep-scan.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/daily-regulatory.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/daily-malicious-code-scan.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/daily-cli-tools-tester.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/daily-architecture-diagram.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/copilot-token-optimizer.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/constraint-solving-potd.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/codex-github-remote-mcp-test.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/code-simplifier.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/changeset.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/brave.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/bot-detection.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/ai-moderator.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/agent-persona-explorer.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
| .github/workflows/ace-editor.lock.yml | Updates embedded AWF config $schema URL to the release-pinned schema asset URL. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 122/216 changed files
- Comments generated: 2
| func buildAWFConfigSchemaURL(firewallConfig *FirewallConfig) string { | ||
| version := string(constants.DefaultFirewallVersion) | ||
| if firewallConfig != nil && firewallConfig.Version != "" { | ||
| version = firewallConfig.Version | ||
| } | ||
| // Ensure version has the 'v' prefix required by GitHub release tag URLs. | ||
| if !strings.HasPrefix(version, "v") { | ||
| version = "v" + version | ||
| } | ||
| return fmt.Sprintf("https://github.com/github/gh-aw-firewall/releases/download/%s/awf-config.schema.json", version) | ||
| } |
| // { | ||
| // "$schema": "https://github.com/github/gh-aw-firewall/schemas/awf-config.v1.json", | ||
| // "$schema": "https://github.com/github/gh-aw-firewall/releases/download/v0.25.35/awf-config.schema.json", | ||
| // "network": { |
|
@copilot address review feedback |
|
@copilot merge main and recompile |
…Z placeholder in header comment - Special-case Version="latest" to return /releases/latest/download/awf-config.schema.json instead of producing an invalid /releases/download/vlatest/ URL - Replace hardcoded v0.25.35 in file header comment with vX.Y.Z placeholder - Add test case for the "latest" version special-casing Agent-Logs-Url: https://github.com/github/gh-aw/sessions/3d27edb9-7596-4da5-9bbd-044641465518 Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Both review points addressed in e6037cf:
|
…schema-urls # Conflicts: # pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden # pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden # pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
…and digest test version pin Agent-Logs-Url: https://github.com/github/gh-aw/sessions/39f1ab10-e18e-4279-90d8-afa1b6fa9d8d Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Done in 0dc7ace. Main was merged and all workflows recompiled. Also fixed 3 issues introduced by the merge:
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:
|
|
@copilot merge main and recompile |
…schema-urls # Conflicts: # .github/workflows/smoke-codex.lock.yml Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
…ion_test.go Agent-Logs-Url: https://github.com/github/gh-aw/sessions/298d7139-d294-4aaa-ba91-e186e466d920 Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Done in 1eaffdc. Main was merged and all workflows recompiled. Also fixed 2 testifylint issues in 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:
|
AWF publishes versioned JSON schemas for its config file and JSONL output artifacts, but the generated
awf-config.jsonreferenced a non-existent hardcoded URL (schemas/awf-config.v1.json), and the JSONL ingestion structs had no_schemafield for self-describing records.Changes
pkg/workflow/awf_config.gobuildAWFConfigSchemaURL(), which constructs a release-pinned URL from the active AWF version (pinned orDefaultFirewallVersion):BuildAWFConfigJSONto callgetFirewallConfigonce, reusing it for both the$schemaURL and the container image tag.DefaultFirewallVersionis bumped, the schema URL tracks automatically — no separate update needed.pkg/cli/firewall_policy.go/pkg/cli/token_usage.goSchema string \json:"_schema,omitempty"`toAuditLogEntryandTokenUsageEntryto correctly ingest self-describing JSONL records (e.g."audit/v0.26.0","token-usage/v0.26.0"`).Tests & golden files
TestBuildAWFConfigSchemaURLandTestBuildAWFConfigJSON_SchemaURLIsVersionPinnedcovering nil config, default version, and pinned version (with/withoutvprefix).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 ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go estl�� -json GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go(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 GOMOD GOMODCACHE 6lOae4WsPt2nvzZ6yM/kanFXMcb9Ib9j3Zv3h0y/rLzSlIqW0GXogzJW_IN_ env 1160090188/custom/workflows GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet(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 util GOMODCACHE go env t_NmpAeXU GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE 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 -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE node /hom�� --check **/*.cjs 64/bin/go **/*.json --ignore-path ../../../.pretti--show-toplevel go(http block)/usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name ath ../../../.pr**/*.json gh /usr/bin/infocmp../../../.prettierignore /repos/actions/gsh --jq /usr/bin/git infocmp -1 re --log-level=error git bject.type] | @tsv --show-toplevel git /usr/bin/infocmpuser.name infocmp(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 --show-toplevel go /usr/bin/git Mzxx5Gf1j GO111MODULE ache/node/24.14.--show-toplevel git rev-�� --show-toplevel ortcfg /usr/bin/git g/typeutil/convegh s /usr/bin/git git(http block)/usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv --show-toplevel infocmp /usr/bin/git xterm-color git /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel git /usr/bin/gh git(http block)/usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv --show-toplevel sh /usr/bin/git faultBranchFromLgit faultBranchFromLrev-parse /usr/bin/sh git rev-�� --show-toplevel sh /usr/bin/git runs/20260503-01gh git /node_modules/.b/repos/actions/github-script/git/ref/tags/v9 git(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 remove upstream /usr/bin/git -json GO111MODULE 64/bin/go git rev-�� --git-dir FVPrIMI/Ghy3DT33Rik9SPHCtMYQ /usr/bin/gh -json GO111MODULE 64/bin/go gh(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv --show-toplevel gh /usr/bin/git /repos/actions/ggit --jq(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 remote.origin.url bject.type] | @tsv th .prettierignogit rev-parse kflow-call.lock.--show-toplevel git init�� /usr/bin/git git /usr/bin/gh /ref/tags/v9 rev-parse bin/sh gh(http block)https://api.github.com/repos/actions/checkout/git/ref/tags/v4/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel node /usr/bin/git /tmp/TestHashCongit node e/git git rev-�� --show-toplevel e/git /usr/bin/git /tmp/go-build267gh -trimpath /usr/bin/gh git(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 git bject.type] | @tsv v1.0.0 node ache/node/24.14.--show-toplevel git rev-�� /ref/tags/v9 ache/node/24.14.1/x64/bin/node sv -bool -buildtags /usr/bin/gh gh(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel git /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel git 64/pkg/tool/linu/repos/actions/github-script/git/ref/tags/v9 git(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 SameOutput3948134462/001/stability-test.md(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv --show-toplevel /usr/lib/git-core/git(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/infocmp --show-toplevel go /usr/bin/git infocmp -1 xterm-color git /usr/bin/gh H="$(find "/tmp/git go /usr/bin/git gh(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 8331295/b456/timeutil.test -importcfg 8331295/b456/importcfg.link -s -w -buildmode=exe uaZfPHtRi8CIm/x9I6981M2zRCewLIla--jq 8331�� ry=1 8331295/b444/_testmain.go ache/node/24.14.1/x64/bin/node --detach GO111MODULE 64/bin/go /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/link(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /tmp/gh-aw-test-runs/20260503-010640-50229/test-1424252366/.github/workflows remote /usr/bin/git 3184737646/001' 3184737646/001' 64/bin/go git remo�� 64/bin/go sh(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv --show-toplevel go /usr/bin/git -json GO111MODULE 64/bin/go git rev-�� --show-toplevel go /usr/bin/git -json GO111MODULE 64/bin/go git(http block)https://api.github.com/repos/actions/download-artifact/git/ref/tags/v8/usr/bin/gh gh api /repos/actions/download-artifact/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv --show-toplevel git $name) { hasDiscussionsEnabled } } tags/v4 git sv git rev-�� ithub-script/git/ref/tags/v9 git ache/uv/0.11.8/x86_64/bash /ref/tags/v9 git sv git(http block)/usr/bin/gh gh api /repos/actions/download-artifact/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 gh sv /ref/tags/v9 --jq sv git rev-�� --show-toplevel git sh --show-toplevel infocmp(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 --show-toplevel git /usr/bin/infocmp --show-toplevel tImIOC-NY5wN /usr/bin/git infocmp -1 xterm-color git /usr/bin/git /tmp/shared-actiinfocmp rev-parse e/git git(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv --show-toplevel 64/pkg/tool/linux_amd64/vet /usr/bin/infocmp --show-toplevel git /usr/bin/infocmp/repos/actions/github-script/git/ref/tags/v9 infocmp -1 xterm-color infocmp /usr/bin/git xterm-color git .cfg git(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv xterm-color git /usr/bin/git --show-toplevel infocmp /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel /usr/bin/gh /usr/bin/git git(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 e=false GO111MODULE 64/bin/go GOINSECURE %H %ct %D(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv 2802218/b443/_pkGOINSECURE GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env 3sc9/mK25XEi6fQIGOINSECURE GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE 2802218/b443/imp-trimpath(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE node(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 e=false GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE node(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv 2802218/b434/_pkGOINSECURE GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE 7Mvj0V5klgaM env 77fU/X7DOn_SUS0yGOINSECURE GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE 2802218/b434/imp-trimpath(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE node(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 xterm-color 64/pkg/tool/linux_amd64/compile /usr/bin/git g_.a GO111MODULE 1/x64/bin/node git rev-�� --show-toplevel go /usr/bin/git Imports398359171git GO111MODULE kflows/my-workfl--show-toplevel git(http block)/usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv xterm-color ls /usr/bin/git /tmp/gh-aw/aw-fegit git /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git ithub-script/gitgit git bject.type] | @t--show-toplevel git(http block)/usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git 1120-77133/test-gh config k/gh-aw/gh-aw/ac/repos/actions/github-script/git/ref/tags/v9 git rev-�� --show-toplevel gh /usr/bin/git /repos/actions/cgit on rkflow/js/**/*.j--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 user.email test@example.com /usr/bin/git -json GO111MODULE 64/bin/go git conf�� user.email test@example.com /usr/bin/git 346 GO111MODULE x_amd64/compile git(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel ache/go/1.25.8/xREDACTED /usr/bin/git CommaSeparatedCogh GO111MODULE 8331295/b395/imp/repos/actions/github-script/git/ref/tags/v9 git rev-�� --show-toplevel 9b8erlskvAG9q/Cm-buildtags /usr/bin/git runs/20260503-01git GO111MODULE 8331295/b395/_pk--show-toplevel git(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/infocmp /tmp/gh-aw-test-git l /usr/bin/infocmp--show-toplevel infocmp -1 xterm-color infocmp /usr/bin/git xterm-color sh /opt/hostedtoolcxterm-color git(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 -test.paniconexit0 -test.v=true /bin/sh -test.timeout=10git -test.run=^Test -test.short=true--show-toplevel /bin/sh -c git-upload-pack '/tmp/TestParseDefaultBranchFromLsRemoteWithRealGitmaster_branch3184737646/001' git-upload-pack '/tmp/TestParseDefaultBranchFromLsRemoteWithRealGitmaster_branch3184737646/001' /usr/bin/infocmp -json GO111MODULE 64/bin/go infocmp(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv -bool -buildtags om/testowner/testrepo.git -errorsas -ifaceassert -nilfunc git -C /tmp/compile-instructions-test-3751326414/.github/workflows s/2/artifacts /usr/bin/git remote.origin.urgit go 64/bin/go git(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /tmp/gh-aw-test-runs/20260503-010640-50229/test-remote.origin.url config om/org2/repo.git remote.origin.urgit GO111MODULE 64/bin/go node /tmp�� /home/REDACTED/work/gh-aw/gh-aw/.github/workflows/api-consumption-report.md d43tsyO/DAaZteIL-3lxG0HoYBiF /usr/bin/git -json GO111MODULE 64/bin/go git(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 list --json /usr/bin/docker --workflow nonexistent-workrev-parse --limit docker pull�� test/concurrent-image:v1.0.0 Ww7VJguVlRAx /usr/bin/git -json GO111MODULE x_amd64/vet git(http block)/usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv xterm-color git /usr/bin/git --show-toplevel git /usr/bin/git git rev-�� --show-toplevel git .cfg --show-toplevel /usr/bin/git ache/uv/0.11.8/x--show-toplevel git(http block)/usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /tmp/gh-aw-test-runs/20260503-011120-77133/test-3442695104 show /usr/bin/git js/**/*.json' --git config(http block)https://api.github.com/repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b/usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 --jq(http block)/usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq [.object.sha, .object.type] | @tsv xterm-color infocmp /usr/bin/git xterm-color gh /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel git 86_64/node 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 ithub-script/git/ref/tags/v9 git bject.type] | @tsv /tmp/gh-aw-test-git config /opt/hostedtoolc--show-toplevel git rev-�� --show-toplevel /opt/hostedtoolcache/go/1.25.8/x--jq /usr/bin/git -bool(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 gh /usr/bin/git k/gh-aw/gh-aw/.ggit --jq /usr/bin/infocmpuser.name git rev-�� --show-toplevel infocmp /usr/bin/gh s/test.md git /opt/hostedtoolc--show-toplevel gh(http block)/usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 git bject.type] | @tsv --show-toplevel git /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel git /usr/bin/infocmpstatus git(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 /tmp/go-build2678331295/b431/parser.test /usr/bin/git -test.paniconexigit(http block)/usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git ithub-script/gitgit git bject.type] | @t--show-toplevel git rev-�� --show-toplevel git /usr/bin/git /ref/tags/v9 git 64/pkg/tool/linuxterm-color git(http block)/usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git . l /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git ub/gh-aw.git s/test.md ng.md git(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 /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linu^remote\..*\.gh-resolved$ /usr/bin/git -bool -buildtags /opt/hostedtoolc--show-toplevel git rev-�� /ref/tags/v9 node sv /tmp/TestHashStainfocmp(http block)/usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel git /usr/bin/git git rev-�� /ref/tags/v9 git sv --show-toplevel git 64/pkg/tool/linuxterm-color git(http block)/usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 /bin/sh bject.type] | @tsv git-upload-pack git git-upload-pack rev-parse om/testorg/testr--show-toplevel git rev-�� /ref/tags/v9 git sv runs/20260503-01infocmp rev-parse /usr/bin/git git(http block)https://api.github.com/repos/docker/metadata-action/git/ref/tags/v6/usr/bin/gh gh api /repos/docker/metadata-action/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv --show-toplevel infocmp /usr/bin/git xterm-color gh /usr/bin/git git rev-�� def6316056a12d49-f git /usr/bin/git /ref/tags/v9 infocmp sv git(http block)/usr/bin/gh gh api /repos/docker/metadata-action/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 infocmp bject.type] | @tsv xterm-color git /usr/bin/infocmp/repos/actions/github-script/git/ref/tags/v9 git rev-��(http block)https://api.github.com/repos/docker/setup-buildx-action/git/ref/tags/v4/usr/bin/gh gh api /repos/docker/setup-buildx-action/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel ker/cli-plugins/docker-buildx /usr/bin/git xterm-color infocmp /usr/bin/gh git rev-�� /ref/tags/v9 gh sv tags/v4 all("session") a-C sv gh(http block)/usr/bin/gh gh api /repos/docker/setup-buildx-action/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel infocmp /usr/bin/git xterm-color infocmp /usr/bin/gh git rev-�� /ref/tags/v9 gh r: $owner, name: $name) { hasDiscussionsEnabled } } /repos/actions/ginfocmp --jq /usr/bin/git gh(http block)https://api.github.com/repos/github/gh-aw/usr/bin/gh gh api /repos/github/gh-aw --jq .default_branch ithub/workflows -buildtags(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 /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git vaScript20877667git GO111MODULE /opt/hostedtoolc--show-toplevel git rev-�� --show-toplevel go /usr/bin/infocmp -json GO111MODULE 1/x64/bin/node infocmp(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git /ref/tags/v9 git sv git rev-�� --show-toplevel git /usr/bin/infocmp --show-toplevel git(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git 1120-77133/test-infocmp rev-parse /usr/bin/infocmpxterm-color git rev-�� --show-toplevel infocmp /usr/bin/infocmp te '../../../**/infocmp gh /usr/bin/make infocmp(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 /home/REDACTED/work/gh-aw/gh-aw/.github/workflows/ab-testing-advisor.md mTTjLuN/0-dQa1Kn7Mvj0V5klgaM /usr/bin/gh -json GO111MODULE 64/bin/go gh api /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git ub/workflows GO111MODULE x_amd64/vet git(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/infocmp ref/tags/v1 gh sv infocmp -1 ithub-script/git/ref/tags/v9 git bject.type] | @tsv(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv -f /usr/bin/gh /usr/bin/git graphql -f nch,headSha,disp--show-toplevel git rev-�� --show-toplevel infocmp /usr/bin/git json' --ignore-pgit git /usr/bin/gh git(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 /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq /usr/bin/gh 2936331037/.githgit GO111MODULE 64/bin/go gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq .cfg -json GO111MODULE x_amd64/vet e/git-remote-https(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv kflow.test git ortcfg.link /ref/tags/v9 git sv Rewj-7WGdl1aWBIsgw/jgewaJ6dvfl7Svgrc7rW/0RbGPZvK5LtJ1U8Ex7uG rev-�� --show-toplevel git 8f9d23f66d82bb1763b8065285a456919f4dab53308fd5c6ef01e35c9c1600d6-d ithub-script/gitgit git bject.type] | @t--show-toplevel git(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv flow.test ^remote\..*\.gh-resolved$ rtcfg.link k/gh-aw/gh-aw git nch,headSha,disp--show-toplevel Rewj-7WGdl1aWBIsgw/jgewaJ6dvfl7Svgrc7rW/0RbGPZvK5LtJ1U8Ex7uG -1 xterm-color git 8f9d23f66d82bb1763b8065285a456919f4dab53308fd5c6ef01e35c9c1600d6-d k/gh-aw/gh-aw rev-parse nt-public-none.l--show-toplevel git(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-26 GOMOD GOMODCACHE go env -json GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go(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-03 GOMOD GOMODCACHE go env LsRemoteWithRealGitmaster_branch3184737646/001' LsRemoteWithRealGitmaster_branch3184737646/001' ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go(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-02 GOMOD GOMODCACHE go env LsRemoteWithRealGitcustom_branch813878705/001' LsRemoteWithRealGitcustom_branch813878705/001' ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go(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 GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh run download 1 --dir test-logs/run-1 GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go env 2577242451 GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/1/artifacts --jq .artifacts[].name mLsRemoteWithRealGitmaster_branch1841841648/001' 1/x64/bin/node --show-toplevel git(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 GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json GO111MODULE k GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh run download 12345 --dir test-logs/run-12345 go x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12345/artifacts --jq .artifacts[].name git 1/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node l git /usr/bin/git git 8d51�� /home/REDACTED/work/gh-aw/gh-aw show /usr/bin/gh ithub-script/gitgit git r: $owner, name:--show-toplevel gh(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, -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE node /hom�� --check **/*.cjs 64/bin/go **/*.json --ignore-path ../../../.prettiuser.name go(http block)/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, 05302873/001' 05302873/001' er ithub-script/gitsh git ed } } /usr/bin/gh api graphql -f modules/@npmcli/run-script/lib/node-gyp-bin/node -f owner=github -f gh(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 GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet estl�� -json GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh run download 12346 --dir test-logs/run-12346 GO111MODULE 64/pkg/tool/linux_amd64/compile GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/compile env g_.a GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE er GOMODCACHE go(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12346/artifacts --jq .artifacts[].name --jq n-dir/node --show-toplevel git $name) { hasremove docker 8d51�� ithub-script/git/ref/tags/v9 ghcr.io/github/serena-mcp-server:latest n-dir/bash --show-toplevel git repository(owne--show-toplevel infocmp(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 GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE y4/NgsYRIvMQHHTX^remote\..*\.gh-resolved$ env 3909695291 GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh run download 2 --dir test-logs/run-2 GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go env 4462/001/stability-test.md GO111MODULE k GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/2/artifacts --jq .artifacts[].name rev-parse tions/setup/js/node_modules/.bin/sh ithub-script/gitgh git $name) { haslist git -C */*.json' '!../.--limit config(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 GO111MODULE util.test GOINSECURE GOMOD GOMODCACHE util.test 6783�� 3909695291 GO111MODULE ache/go/1.25.8/x--created GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh run download 3 --dir test-logs/run-3 GO111MODULE 64/pkg/tool/linux_amd64/compile GOINSECURE setup/js/node_morev-parse GOMODCACHE 64/pkg/tool/linux_amd64/compile env g_.a GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE util GOMODCACHE ortcfg(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/3/artifacts --jq .artifacts[].name config tions/setup/node_modules/.bin/sh remote.origin.urinfocmp git r: $owner, name:xterm-color git -C */*.json' '!../../../pkg/workflow/js/**/*.json' --ignore-path show 64/bin/go l gh cal/bin/bash gh(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 GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh run download 4 --dir test-logs/run-4 GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go estl�� XAe_-DMg6 GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE ortcfg(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/4/artifacts --jq .artifacts[].name show tions/node_modules/.bin/sh --show-toplevel git DiscussionsEnabl-v docker imag�� */*.json' '!../../../pkg/workflow/js/**/*.json' --ignore-path mcp/markitdown(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 GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go env 3909695291 GO111MODULE k GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh run download 5 --dir test-logs/run-5 GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go env /ref/tags/v9.0.0 GO111MODULE sv GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/5/artifacts --jq .artifacts[].name -f de_modules/.bin/sh -f owner=github -f docker imag�� y_only_defaults_repo1450229068/001 mcp/ast-grep:latest 64/pkg/tool/linux_amd64/compile --show-toplevel gh 64/pkg/tool/linuuser.email 64/pkg/tool/linutest@example.com(http block)https://api.github.com/repos/github/gh-aw/actions/workflows/usr/bin/gh gh workflow list --json name,state,path -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE node /hom�� --check **/*.cjs 64/bin/go **/*.json --ignore-path ../../../.pretti--show-toplevel go(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 GOMOD GOMODCACHE Ww7VJguVlRAx env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_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 6 GOMOD GOMODCACHE sole.test 6783�� -json o ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)https://api.github.com/repos/github/gh-aw/contents/.github/workflows/shared/reporting.md/tmp/go-build2678331295/b404/cli.test /tmp/go-build2678331295/b404/cli.test -test.testlogfile=/tmp/go-build2678331295/b404/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE sh(http block)/tmp/go-build1680170744/b001/cli.test /tmp/go-build1680170744/b001/cli.test -test.testlogfile=/tmp/go-build1680170744/b001/testlog.txt -test.paniconexit0 -test.timeout=10m0s --de�� ignore-path ../../../.prettierignore --log-level sv --log-target journal-or-kmsg bject.type] | @t"prettier" --write '**/*.cjs' '**/*.ts' '**/*.json' --ignore-path ../../../.prettierignore infocmp -1 k/gh-aw/gh-aw/.github/workflows git de ithub-script/gitsh git bject.type] | @tnpx prettier --write '../../../**/*.json' '!../../../pkg/workflow/js/**/*.json' --ignore-path git(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 git /usr/bin/git /tmp/TestGuardPobasename rev-parse /tmp/go-build2678331295/b462/typ--show-toplevel git rev-�� --show-toplevel /tmp/go-build2678331295/b462/types.test /usr/bin/gh -test.paniconexigh -test.v=true /usr/bin/git gh(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel git /usr/bin/git git rev-�� --show-toplevel git /usr/bin/gh --show-toplevel git /usr/bin/git gh(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv --show-toplevel infocmp /usr/bin/git xterm-color git /usr/bin/git git rev-�� --show-toplevel git /usr/bin/gh /tmp/gh-aw-test-gh remote /usr/bin/git gh(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 1160090188/custom/workflows GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet env -json GO111MODULE ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linumyorg(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv --show-toplevel git(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv k/gh-aw/gh-aw/.github/workflows --jq ck ignore infocmp /usr/bin/git git sRem�� rite '**/*.cjs' '**/*.ts' '**/*.json' --ignore-path ../../../.pr**/*.json rev-parse in/node def6316056a12d49git git /usr/bin/git /usr/bin/gh(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 2936331037/.github/workflows GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv ithub/workflows rev-parse /usr/bin/git xterm-color infocmp DiscussionsEnabl--get-regexp git -C json' --ignore-path ../../../.pr**/*.json show me: String!) { repository(owne../../../.prettierignore /repos/actions/ginfocmp --jq ed } } gh(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 -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env ub/workflows GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE 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 -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env ub/workflows GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv n/git/ref/tags/v4 show ock.yml /repos/actions/ggit --jq /usr/bin/git infocmp -1 json' --ignore-path ../../../.pr**/*.json git sv --show-toplevel git /usr/bin/git git(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 -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env ub/workflows GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv t/ref/tags/v6 git sv l gh /usr/bin/infocmp--show-toplevel infocmp 5302�� json' --ignore-path ../../../.pr**/*.json infocmp er: String!, $name: String!) { ../../../.prettierignore xterm-color git /usr/bin/git git(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 --show-toplevel sh /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel node /opt/hostedtoolc--show-toplevel git(http block)/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 --show-toplevel git /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel git 64/bin/go git(http block)/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 --symref l /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel s/test.md 0"}} 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 1160090188/custom/workflows GO111MODULE tartedAt,updatedAt,event,headBranch,headSha,displayTitle GOINSECURE GOMOD GOMODCACHE go ortc�� -json stmain.go ache/go/1.25.8/x64/pkg/tool/linux_amd64/link GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linuremote2(http block)/usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 git sv --show-toplevel go(http block)/usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv 1868977326/.github/workflows --jq h ignore infocmp bject.type] | @t--paginate git -C rite '**/*.cjs' .artifacts[].name show k/_temp/uv-python-dir/node(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 GOINSECURE GOMOD GOMODCACHE go env /001/inlined-a.md GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE ortcfg(http block)/usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion ithub-script/gitgit git $name) { has--show-toplevel git -C *.json' '!../../../pkg/workflow/js/**/*.json' --ignore-path ../../../.prettierignore show ache/uv/0.11.8/x86_64/bash --show-toplevel git $name) { has--show-toplevel docker(http block)https://api.github.com/repos/owner/repo/actions/workflows/usr/bin/gh gh workflow list --json name,state,path --repo owner/repo 64/bin/go GOINSECURE GOMOD run-script/lib/n-unreachable=false node /hom�� --check **/*.cjs 64/bin/go **/*.json --ignore-path ../../../.pretti/tmp/gh-aw-test-runs/20260503-010640-50229/test-source-field-variant-965988024 go(http block)/usr/bin/gh gh workflow list --json name,state,path --repo owner/repo 64/bin/go GOINSECURE GOMOD GOMODCACHE node /hom�� --check **/*.cjs 64/bin/go **/*.json --ignore-path ../../../.prettixterm-color go(http block)/usr/bin/gh gh workflow list --repo owner/repo --json name,path,state ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE tnet/tools/bash GOINSECURE GOMOD GOMODCACHE go(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 -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE node /hom�� --check **/*.cjs 64/bin/go **/*.json --ignore-path ../../../.prettiuser.email go(http block)/usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name ath ../../../.pr**/*.json infocmp kflows/daily-cli../../../.prettierignore ithub-script/gitsh git bject.type] | @t"prettier" --write '../../../**/*.json' '!../../../pkg/workflow/js/**/*.json' --ignore-path ../../../.prettierignore git -C re --log-level=error show er: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabl--objects ithub-script/gitgit git ed } } git(http block)https://api.github.com/repos/test/repo/usr/bin/gh gh api /repos/test/repo --jq .default_branch pLCS7N6Yc GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE ortcfg env ternal/tools/generate-action-metadata/main.go GO111MODULE 1/x64/bin/node GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/xREDACTED(http block)/usr/bin/gh gh api /repos/test/repo --jq .default_branch /workflows git bin/bash --show-toplevel infocmp $name) { has--show-toplevel infocmp -1 1120-77133/test-source-field-variant-3760884314 gh ow.lock.yml /repos/actions/g/usr/lib/git-core/git --jq nfig/composer/veREDACTED gh(http block)If you need me to access, download, or install something from one of these locations, you can either: