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 authentication for Claude, Copilot, Codex (open since Feb 2026)
Labels:documentation, enhancement, security
CLAUDE_CODE_OAUTH_TOKEN is documented as unsupported in reference/auth.mdx (line 121-123) β that part is correct and complete. However, the issue also flags a need for documentation of COPILOT_PROVIDER_* BYOK (Bring Your Own Key) variables introduced in Copilot CLI ~1.0.19.
Verified: Zero occurrences of COPILOT_PROVIDER in all docs.
Relevant docs:reference/auth.mdx, reference/engines.md Status: β Active gap β COPILOT_PROVIDER_* BYOK vars for Copilot engine remain undocumented. Open ~2 months.
2. #20391 β "Meet the Workflows" stale version links (open since March 2026)
Labels:documentation, automation, workflows
Blog posts contain 58 occurrences of version-pinned install links at v0.45.5. The latest release is v0.68.3. Example:
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-doc-updater.md
Affected blog files (sample): 2026-01-13-meet-the-workflows-testing-validation.md, ...-metrics-analytics.md, ...-continuous-improvement.md, ...-quality-hygiene.md, and more.
Status: β Ongoing β 58 stale v0.45.5 links across ~18 blog posts; latest release is v0.68.3. No link-update automation exists.
3. #25383 β Add Playwright smoke test for editor playground in docs CI (open since April 8)
Labels:enhancement
The /editor/ playground broke silently due to CDN version drift. No Playwright test covers the editor, and no tests run in CI (docs.yml builds but never runs npm run test).
This is a testing infrastructure gap rather than a content documentation gap. The proposal includes a new spec docs/tests/editor-playground.spec.ts and wiring Playwright into the CI job.
Relevant docs: No documentation to fix β this needs a new test file and CI step. Status: β Open β no editor smoke test, no Playwright in docs CI. Risk of silent regression.
β Issues Where Documentation Already Has the Answer
#18821 β Review settings for repos with long build times (open since Feb 2026)
Labels:scout
The issue asks for documentation on timeout configuration for C++ / long-build repos. reference/sandbox.md already addresses this thoroughly:
Documents timeout-minutes frontmatter field (default: 20 min, can increase to 60β120)
Provides a table mapping repo type β typical build time β suggested timeout
Documents per-tool-call tools.timeout override (e.g., 300s for builds)
Includes C++ examples
Recommendation: This issue can be closed with a pointer to reference/sandbox.md#long-build-timeout-tuning.
Four bugs in the agenticworkflows MCP CLI bridge were discovered during daily exploratory testing:
Bug
Severity
Docs impact
logs --count N fails (integer passed as string)
High
reference/gh-aw-as-mcp-server.md documents count as integer; no known workaround documented
compile --workflows "name" fails (array passed as string)
High
No CLI usage caveat documented
audit error responses have isError: false
Medium
MCP spec conformance β no docs
logs cache directory not accessible
Medium
Workaround exists: use /tmp/gh-aw/aw-mcp/logs/ directly
Documentation gap: reference/gh-aw-as-mcp-server.md should note the known workaround for the cache path (/tmp/gh-aw/aw-mcp/logs/), and flag the --count/--workflows CLI bridge bugs until they are fixed.
Status: π Just filed β underlying bugs need fixing; interim doc workarounds would help users.
Daily status report on documentation quality for the gh-aw project, cross-referenced against open issues.
π What Changed Since April 15
docs: unbloat maintaining-repos guideβ 22% size reduction to the maintaining-repos guide.v0.68.3(Apr 14) β blog post install links still referencev0.45.5.auditisErrorflag incorrect.π Open Documentation Issues
1. #16498 β Provider-based authentication for Claude, Copilot, Codex (open since Feb 2026)
Labels:
documentation,enhancement,securityCLAUDE_CODE_OAUTH_TOKENis documented as unsupported inreference/auth.mdx(line 121-123) β that part is correct and complete. However, the issue also flags a need for documentation ofCOPILOT_PROVIDER_*BYOK (Bring Your Own Key) variables introduced in Copilot CLI ~1.0.19.Verified: Zero occurrences of
COPILOT_PROVIDERin all docs.Relevant docs:
reference/auth.mdx,reference/engines.mdStatus: β Active gap β
COPILOT_PROVIDER_*BYOK vars for Copilot engine remain undocumented. Open ~2 months.2. #20391 β "Meet the Workflows" stale version links (open since March 2026)
Labels:
documentation,automation,workflowsBlog posts contain 58 occurrences of version-pinned install links at
v0.45.5. The latest release isv0.68.3. Example:Affected blog files (sample):
2026-01-13-meet-the-workflows-testing-validation.md,...-metrics-analytics.md,...-continuous-improvement.md,...-quality-hygiene.md, and more.Status: β Ongoing β 58 stale
v0.45.5links across ~18 blog posts; latest release isv0.68.3. No link-update automation exists.3. #25383 β Add Playwright smoke test for editor playground in docs CI (open since April 8)
Labels:
enhancementThe
/editor/playground broke silently due to CDN version drift. No Playwright test covers the editor, and no tests run in CI (docs.ymlbuilds but never runsnpm run test).This is a testing infrastructure gap rather than a content documentation gap. The proposal includes a new spec
docs/tests/editor-playground.spec.tsand wiring Playwright into the CI job.Relevant docs: No documentation to fix β this needs a new test file and CI step.
Status: β Open β no editor smoke test, no Playwright in docs CI. Risk of silent regression.
β Issues Where Documentation Already Has the Answer
#18821 β Review settings for repos with long build times (open since Feb 2026)
Labels:
scoutThe issue asks for documentation on timeout configuration for C++ / long-build repos.
reference/sandbox.mdalready addresses this thoroughly:timeout-minutesfrontmatter field (default: 20 min, can increase to 60β120)tools.timeoutoverride (e.g., 300s for builds)Recommendation: This issue can be closed with a pointer to
reference/sandbox.md#long-build-timeout-tuning.π New Issue With Documentation Implications
#26992 β CLI bridge type coercion bugs (filed today, Apr 18)
Labels:
automation,testing,cli-toolsFour bugs in the
agenticworkflowsMCP CLI bridge were discovered during daily exploratory testing:logs --count Nfails (integer passed as string)reference/gh-aw-as-mcp-server.mddocumentscountas integer; no known workaround documentedcompile --workflows "name"fails (array passed as string)auditerror responses haveisError: falselogscache directory not accessible/tmp/gh-aw/aw-mcp/logs/directlyDocumentation gap:
reference/gh-aw-as-mcp-server.mdshould note the known workaround for the cache path (/tmp/gh-aw/aw-mcp/logs/), and flag the--count/--workflowsCLI bridge bugs until they are fixed.Status: π Just filed β underlying bugs need fixing; interim doc workarounds would help users.
π Summary Table
COPILOT_PROVIDER_*toreference/auth.mdxv0.45.5linksreference/sandbox.mdReport generated 2026-04-18 Β· workflow run
Note
π Integrity filter blocked 40 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".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".To allow these resources, lower
min-integrityin your GitHub frontmatter: