You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Documentation Quality β Daily Status Report
Date: 2026-04-01 | Scope: gh-aw documentation health Previous report:#23659 (2026-03-31)
Summary
Category
Count
Carry-over documentation gaps
1 β οΈ
Open issues with documentation problems
6 π΄
Issues now answerable by existing documentation
2 β
Documentation gaps without coverage
3 β
β οΈ Carry-Over from Previous Report
toolsets: [all] shorthand undocumented β ongoing gap
Status: No doc addition yet for toolsets: [all] in reference/github-tools.md.
Note: The previous report referenced #22207 for this carry-over, but #22207 was actually a compiler bug (closed not_planned on 2026-03-25). The underlying documentation gap β that toolsets: [all] silently includes dependabot and requires vulnerability-alerts: read β remains unaddressed in reference/github-tools.md.
Recommended action: Add a callout to reference/github-tools.md:
β οΈtoolsets: [all] includes the dependabot toolset, which requires vulnerability-alerts: read (GitHub Appβonly). Prefer listing specific toolsets if you don't need Dependabot tools.
Problem: Users configuring their first workflow for Go, Java, or Rust must piece together which ecosystem identifier to use from two separate pages (reference/network and guides/network-configuration). No single discoverable page answers "which languages does this support?"
Docs cross-reference:docs/src/content/docs/reference/network.md and docs/src/content/docs/guides/network-configuration.md contain the information in a fragmented way. docs/src/content/docs/reference/supported-languages.md does not exist.
Classification: β Documentation gap. A new reference/supported-languages.md page is needed covering language β ecosystem identifier β package manager mapping, with configuration examples.
π΄ Open Issues with Documentation Problems (Carry-Over)
Issue #19703 β .github/agents/ path does not resolve
Problem:docs/src/content/docs/reference/copilot-custom-agents.md states agent files should live in .github/agents/, but the compiler resolves imports relative to .github/workflows/, causing a "file not found" error.
Classification: β Docs/implementation mismatch β still unresolved.
Issue #19611 β .github/agents imports on Claude/Codex take fragile path
Problem:docs/src/content/docs/reference/imports.md (lines 76β120) and copilot-custom-agents.md claim agent imports work cross-engine; in practice they use a fragile AGENT_CONTENT + PROMPT_TEXT assembly. The .github/snippets/ workaround is undocumented.
Classification: β Docs/implementation mismatch β still unresolved.
Issue #22939 β AWF agent cannot reach Postgres started via services:
Problem:docs/src/content/docs/reference/frontmatter.md β ## Service Containers (services:) documents the field with a Postgres example but never clarifies that service containers are unreachable from inside the agent sandbox (ports bind to the host, not accessible across network isolation boundary).
Classification: β Documentation gap β still unresolved.
Issue #23212 β gh aw add rewrites imports with incorrect path
Problem:docs/src/content/docs/guides/packaging-imports.md covers packaging patterns but does not document gh aw add's import-rewriting behavior, the wrong base path it uses, or how to opt out of rewriting for local imports.
Classification: β Undocumented behavior β still unresolved.
Issue #1250 β "web-search" not available when using Copilot CLI (now closeable)
Original problem: Workflows trigger Engine 'copilot' does not support the web-search tool with no actionable guidance.
Current state:docs/src/content/docs/guides/web-search.mdnow exists β it covers Tavily MCP configuration and mentions alternatives (Exa, SerpAPI, Brave Search).
Assessment: β This issue is closeable with a pointer to guides/web-search.md.
β Issues Answerable by Existing Documentation
Issue #20593 β Documentation missing for GH_AW_GITHUB_TOKEN
(Carry-over from previous report)docs/src/content/docs/reference/tokens.md provides a comprehensive reference including GH_AW_GITHUB_TOKEN and its fallback chain. Recommend closing with a pointer to tokens.md#gh_aw_github_token.
π Documentation Quality β Daily Status Report
Date: 2026-04-01 | Scope: gh-aw documentation health
Previous report: #23659 (2026-03-31)
Summary
toolsets: [all]shorthand undocumented β ongoing gapStatus: No doc addition yet for
toolsets: [all]inreference/github-tools.md.Note: The previous report referenced #22207 for this carry-over, but #22207 was actually a compiler bug (closed not_planned on 2026-03-25). The underlying documentation gap β that
toolsets: [all]silently includesdependabotand requiresvulnerability-alerts: readβ remains unaddressed inreference/github-tools.md.Recommended action: Add a callout to
reference/github-tools.md:π New Issue Since Last Report
Issue #23832 β Add "Supported Languages" reference page
Title:
Docs: Add "Supported Languages" reference pageCreated: 2026-04-01 | Labels: documentation, enhancement
Problem: Users configuring their first workflow for Go, Java, or Rust must piece together which
ecosystemidentifier to use from two separate pages (reference/networkandguides/network-configuration). No single discoverable page answers "which languages does this support?"Docs cross-reference:
docs/src/content/docs/reference/network.mdanddocs/src/content/docs/guides/network-configuration.mdcontain the information in a fragmented way.docs/src/content/docs/reference/supported-languages.mddoes not exist.Classification: β Documentation gap. A new
reference/supported-languages.mdpage is needed covering language β ecosystem identifier β package manager mapping, with configuration examples.π΄ Open Issues with Documentation Problems (Carry-Over)
Issue #19703 β
.github/agents/path does not resolveProblem:
docs/src/content/docs/reference/copilot-custom-agents.mdstates agent files should live in.github/agents/, but the compiler resolves imports relative to.github/workflows/, causing a "file not found" error.Classification: β Docs/implementation mismatch β still unresolved.
Issue #19611 β
.github/agentsimports on Claude/Codex take fragile pathProblem:
docs/src/content/docs/reference/imports.md(lines 76β120) andcopilot-custom-agents.mdclaim agent imports work cross-engine; in practice they use a fragileAGENT_CONTENT+PROMPT_TEXTassembly. The.github/snippets/workaround is undocumented.Classification: β Docs/implementation mismatch β still unresolved.
Issue #22939 β AWF agent cannot reach Postgres started via
services:Problem:
docs/src/content/docs/reference/frontmatter.mdβ## Service Containers (services:)documents the field with a Postgres example but never clarifies that service containers are unreachable from inside the agent sandbox (ports bind to the host, not accessible across network isolation boundary).Classification: β Documentation gap β still unresolved.
Issue #23212 β
gh aw addrewrites imports with incorrect pathProblem:
docs/src/content/docs/guides/packaging-imports.mdcovers packaging patterns but does not documentgh aw add's import-rewriting behavior, the wrong base path it uses, or how to opt out of rewriting for local imports.Classification: β Undocumented behavior β still unresolved.
Issue #1250 β "web-search" not available when using Copilot CLI (now closeable)
Original problem: Workflows trigger
Engine 'copilot' does not support the web-search toolwith no actionable guidance.Current state:
docs/src/content/docs/guides/web-search.mdnow exists β it covers Tavily MCP configuration and mentions alternatives (Exa, SerpAPI, Brave Search).Assessment: β This issue is closeable with a pointer to
guides/web-search.md.β Issues Answerable by Existing Documentation
Issue #20593 β Documentation missing for
GH_AW_GITHUB_TOKEN(Carry-over from previous report)
docs/src/content/docs/reference/tokens.mdprovides a comprehensive reference includingGH_AW_GITHUB_TOKENand its fallback chain. Recommend closing with a pointer totokens.md#gh_aw_github_token.Issue #1250 β "web-search" not available
(See above)
guides/web-search.mdnow addresses this directly.π Day-over-Day Trend
web-search.mdcreated)web-search.mdβsupported-languages.mdβπ― Recommended Actions
.github/agents/path resolutionservices:section infrontmatter.mdreference/supported-languages.mdpagegh aw addimport rewriting inpackaging-imports.mdtoolsets: [all]warning callout togithub-tools.mdguides/web-search.mdreference/tokens.md#gh_aw_github_tokenGenerated by Daily Status Report workflow β 2026-04-01 09:31 UTC
Note
π Integrity filter blocked 19 items
The following items were blocked because they don't meet the GitHub integrity level.
list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".issue_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: