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
1. #16498 β Provider-based auth for Claude, Copilot, Codex (open since Feb 2026)
Labels:documentation, enhancement, security
Copilot CLI 1.0.19 introduced full BYOK (Bring Your Own Key) support via COPILOT_PROVIDER_BASE_URL, COPILOT_PROVIDER_TYPE, and COPILOT_PROVIDER_API_KEY. None of these appear in the docs.
Verified gaps:
reference/engines.md β no mention of COPILOT_PROVIDER_* or BYOK
reference/environment-variables.md β no COPILOT_PROVIDER_* entries
reference/auth.mdx β correctly documents Claude OAuth as unsupported, but Copilot BYOK is absent
Status: β Active gap β Copilot BYOK entirely undocumented despite 1.0.19 release.
2. #20391 β "Meet the Workflows" stale version links (open since March 2026)
Labels:documentation, automation, workflows
All install links in the "Meet the Workflows" blog series still reference v0.45.5:
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/...
Confirmed in blog/2026-01-13-meet-the-workflows-testing-validation.md (and other blog files). These links are not covered by internal link checking.
Status: β Ongoing gap β version links stale, no automated validation.
The logs MCP tool returns a file_path pointing to /tmp/gh-aw-logs-cache/<hash>.json and instructs agents to "Use the file_path to read the full data." The directory doesn't exist in the agent's filesystem, causing immediate failure.
The system prompt correctly describes /tmp/gh-aw/aw-mcp/logs/ (accessible), but the tool's own response points agents to the wrong path.
Relevant docs:reference/audit.md β documents gh aw logs and audit functionality Gap: No documentation or inline tool guidance clarifies which paths are agent-accessible vs. internal to the MCP server. Status: β New gap β tool behavior and documentation contradict each other.
Plan #25425 (now closed) identified that network: { allowed: [defaults, playwright] } pairing is not prominently documented. The plan was closed without implementation.
Relevant docs:reference/playwright.md, reference/network.md Status: β οΈ Gap remains β plan closed without fix.
5. #22001 β WorkQueueOps and BatchOps pages (can close)
Labels:documentation
Both pages now exist and are non-trivial:
patterns/workqueue-ops.md β 144 lines
patterns/batch-ops.md β 213 lines
This issue can be closed with pointers to the two pattern pages. Status: β Documentation exists β issue #22001 can be closed.
The Unbloat failure is particularly notable: the Claude session ran for 1511 seconds before the MCP connection closed, suggesting a timeout or resource limit rather than a logic error. The automated documentation quality loop is effectively paused until these workflows are restored.
π Documentation Structure Health
147 documentation files across docs/src/content/docs/ β overall structure is sound. Priority areas:
reference/engines.md and reference/environment-variables.md: Need Copilot CLI 1.0.19 BYOK updates (14 new env vars, multiple new flags)
reference/playwright.md / reference/network.md: Need network: { allowed: [defaults, playwright] } example
blog/2026-01-13-meet-the-workflows-*.md: Need version link updates from v0.45.5 β latest
Note
π Integrity filter blocked 11 items
The following items were blocked because they don't meet the GitHub integrity level.
#20593search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#24949search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#18204search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#22161search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#18371search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#18372search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#24403search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#25767search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#25768search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#20593issue_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#24961issue_read: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Daily status report on documentation quality for the gh-aw project, cross-referenced against open issues.
π What Changed Since April 10
workflow_runtriggers, external APIs, and Playwright+network pairing was closed without implementation β the underlying gaps remain.logstool returnsfile_pathto inaccessible directory/tmp/gh-aw-logs-cache/Β #25758 opened (Apr 11, NEW):logsMCP tool writes cache files to/tmp/gh-aw-logs-cache/which is inaccessible in the agent filesystem β agents get "No such file or directory" when following the tool's own instructions.π Open Documentation Issues
1. #16498 β Provider-based auth for Claude, Copilot, Codex (open since Feb 2026)
Labels:
documentation,enhancement,securityCopilot CLI 1.0.19 introduced full BYOK (Bring Your Own Key) support via
COPILOT_PROVIDER_BASE_URL,COPILOT_PROVIDER_TYPE, andCOPILOT_PROVIDER_API_KEY. None of these appear in the docs.Verified gaps:
reference/engines.mdβ no mention ofCOPILOT_PROVIDER_*or BYOKreference/environment-variables.mdβ noCOPILOT_PROVIDER_*entriesreference/auth.mdxβ correctly documents Claude OAuth as unsupported, but Copilot BYOK is absentStatus: β Active gap β Copilot BYOK entirely undocumented despite 1.0.19 release.
2. #20391 β "Meet the Workflows" stale version links (open since March 2026)
Labels:
documentation,automation,workflowsAll install links in the "Meet the Workflows" blog series still reference
v0.45.5:Confirmed in
blog/2026-01-13-meet-the-workflows-testing-validation.md(and other blog files). These links are not covered by internal link checking.Status: β Ongoing gap β version links stale, no automated validation.
3. #25758 β
logstool returns inaccessiblefile_path(new, Apr 11)Labels:
automation,testing,cli-toolsThe
logsMCP tool returns afile_pathpointing to/tmp/gh-aw-logs-cache/<hash>.jsonand instructs agents to "Use the file_path to read the full data." The directory doesn't exist in the agent's filesystem, causing immediate failure.The system prompt correctly describes
/tmp/gh-aw/aw-mcp/logs/(accessible), but the tool's own response points agents to the wrong path.Relevant docs:
reference/audit.mdβ documentsgh aw logsand audit functionalityGap: No documentation or inline tool guidance clarifies which paths are agent-accessible vs. internal to the MCP server.
Status: β New gap β tool behavior and documentation contradict each other.
4. #20391 sub-gap β Playwright + network config pairing
Plan #25425 (now closed) identified that
network: { allowed: [defaults, playwright] }pairing is not prominently documented. The plan was closed without implementation.Relevant docs:β οΈ Gap remains β plan closed without fix.
reference/playwright.md,reference/network.mdStatus:
5. #22001 β WorkQueueOps and BatchOps pages (can close)
Labels:
documentationBoth pages now exist and are non-trivial:
patterns/workqueue-ops.mdβ 144 linespatterns/batch-ops.mdβ 213 linesThis issue can be closed with pointers to the two pattern pages.
Status: β Documentation exists β issue #22001 can be closed.
π Summary
logstool inaccessible file_path[defaults, playwright]example1 issue can be closed (docs exist): #22001
4 active documentation gaps: #16498 (BYOK), #20391 (version links), #25758 (logs tool path), Playwright+network pairing
π§ Documentation Workflow Health
4 documentation automation workflows failed this week:
The Unbloat failure is particularly notable: the Claude session ran for 1511 seconds before the MCP connection closed, suggesting a timeout or resource limit rather than a logic error. The automated documentation quality loop is effectively paused until these workflows are restored.
π Documentation Structure Health
147 documentation files across
docs/src/content/docs/β overall structure is sound. Priority areas:reference/engines.mdandreference/environment-variables.md: Need Copilot CLI 1.0.19 BYOK updates (14 new env vars, multiple new flags)reference/playwright.md/reference/network.md: Neednetwork: { allowed: [defaults, playwright] }exampleblog/2026-01-13-meet-the-workflows-*.md: Need version link updates fromv0.45.5β latestNote
π Integrity filter blocked 11 items
The following items were blocked because they don't meet the GitHub integrity level.
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".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".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: