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
Problem:docs/src/content/docs/reference/frontmatter.md β ## memory field states "AWF's default is used when unspecified" but does not state what that default value is. The actual default is 6g (set in gh-aw-firewall/src/docker-manager.ts).
Docs cross-reference:docs/src/content/docs/reference/frontmatter.md β memory: field documentation.
Classification: β Documentation gap β fix is simple: add (default: 6g) to the memory field description.
Created: 2026-04-01 | Reporter:@Mossaka | Labels:documentation, enhancement, audit, cli | Part of epic:#22735
Problem: The audit feature shipped ~13K LOC with 3 CLI commands (gh aw audit, gh aw audit diff, gh aw audit report) but there are zero dedicated documentation pages in the docs site.
Docs cross-reference: No file docs/src/content/docs/reference/audit.md exists. Closest related files: docs/src/content/docs/reference/ (command references) and pkg/cli/audit.go, pkg/cli/audit_report.go.
Classification: β Missing documentation β a new reference/audit.md page is needed covering all three audit subcommands, flags, output formats, and JSON schemas.
Issue #23958 β docs: add guide for consuming audit reports with an agent
Created: 2026-04-01 | Labels:documentation, enhancement, audit, cli | Part of epic:#22735
Problem: The audit commands produce rich structured output (JSON, markdown) consumable programmatically by agents, but no guide shows users how to do this.
Docs cross-reference: No file docs/src/content/docs/guides/audit-with-agent.md exists.
Classification: β Missing documentation β a new guides/audit-with-agent.md page is needed.
Issue #23959 β docs: enhance existing pages with audit cross-references and glossary entries
Created: 2026-04-01 | Labels:documentation, enhancement, audit | Part of epic:#22735
Problem: Several existing pages need updating to mention the audit feature for discoverability:
reference/frontmatter.md β needs an audit tip linking to reference/audit.md
guides/debugging.md β needs an "Analyzing failures with audit" section
Classification: β Documentation gap β spread across multiple existing pages.
β οΈ Carry-Over Documentation Gaps
toolsets: [all] shorthand undocumented β ongoing gap
Status: No doc addition yet. reference/github-tools.md still lacks a warning that toolsets: [all] silently includes the dependabot toolset requiring vulnerability-alerts: read (GitHub Appβonly).
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 unless you need Dependabot tools.
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 "file not found" errors.
Issue #19611 β .github/agents imports on Claude/Codex take fragile path
Problem:docs/src/content/docs/reference/imports.md and copilot-custom-agents.md claim agent imports work cross-engine; in practice the .github/snippets/ workaround is undocumented.
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.
Classification: β Documentation gap β unresolved.
Issue #23212 β gh aw add rewrites imports with incorrect path
Problem:docs/src/content/docs/guides/packaging-imports.md does not document gh aw add's import-rewriting behavior, the incorrect base path it uses, or how to opt out.
π Documentation Quality β Daily Status Report
Date: 2026-04-02 | Scope: gh-aw documentation health
Previous report: #23851 (2026-04-01)
Summary
β Progress Since Last Report
#23832 β "Supported Languages" reference page β CLOSED (2026-04-01)
The gap identified in the 2026-04-01 report was resolved. A supported-languages reference page was created.
docs: improve security architecture explanation in index.mdx(commit #24026)Security architecture docs were improved in
docs/src/content/docs/index.mdx.docs: condense verbose sections in common-issues.md(commit #24010)Verbose troubleshooting sections in
docs/src/content/docs/reference/common-issues.mdwere condensed for clarity.π New Issues Since Last Report
Issue #23950 β Docs: clarify default AWF memory limit
Created: 2026-04-01 | Reporter:
@Mossaka| Labels:documentationProblem:
docs/src/content/docs/reference/frontmatter.mdβ## memoryfield states "AWF's default is used when unspecified" but does not state what that default value is. The actual default is6g(set ingh-aw-firewall/src/docker-manager.ts).Docs cross-reference:
docs/src/content/docs/reference/frontmatter.mdβmemory:field documentation.Classification: β Documentation gap β fix is simple: add
(default: 6g)to the memory field description.Issue #23957 β docs: add audit command reference page
Created: 2026-04-01 | Reporter:
@Mossaka| Labels:documentation,enhancement,audit,cli| Part of epic: #22735Problem: The audit feature shipped ~13K LOC with 3 CLI commands (
gh aw audit,gh aw audit diff,gh aw audit report) but there are zero dedicated documentation pages in the docs site.Docs cross-reference: No file
docs/src/content/docs/reference/audit.mdexists. Closest related files:docs/src/content/docs/reference/(command references) andpkg/cli/audit.go,pkg/cli/audit_report.go.Classification: β Missing documentation β a new
reference/audit.mdpage is needed covering all three audit subcommands, flags, output formats, and JSON schemas.Issue #23958 β docs: add guide for consuming audit reports with an agent
Created: 2026-04-01 | Labels:
documentation,enhancement,audit,cli| Part of epic: #22735Problem: The audit commands produce rich structured output (JSON, markdown) consumable programmatically by agents, but no guide shows users how to do this.
Docs cross-reference: No file
docs/src/content/docs/guides/audit-with-agent.mdexists.Classification: β Missing documentation β a new
guides/audit-with-agent.mdpage is needed.Issue #23959 β docs: enhance existing pages with audit cross-references and glossary entries
Created: 2026-04-01 | Labels:
documentation,enhancement,audit| Part of epic: #22735Problem: Several existing pages need updating to mention the audit feature for discoverability:
reference/glossary.mdβ needs entries for Audit, Audit diff, Firewall analysis, Behavior fingerprintreference/frontmatter.mdβ needs an audit tip linking toreference/audit.mdguides/debugging.mdβ needs an "Analyzing failures with audit" sectionClassification: β Documentation gap β spread across multiple existing pages.
toolsets: [all]shorthand undocumented β ongoing gapStatus: No doc addition yet.
reference/github-tools.mdstill lacks a warning thattoolsets: [all]silently includes thedependabottoolset requiringvulnerability-alerts: read(GitHub Appβonly).Recommended action: Add a callout to
reference/github-tools.md: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 "file not found" errors.Classification: β Docs/implementation mismatch β unresolved.
Issue #19611 β
.github/agentsimports on Claude/Codex take fragile pathProblem:
docs/src/content/docs/reference/imports.mdandcopilot-custom-agents.mdclaim agent imports work cross-engine; in practice the.github/snippets/workaround is undocumented.Classification: β Docs/implementation mismatch β 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.Classification: β Documentation gap β unresolved.
Issue #23212 β
gh aw addrewrites imports with incorrect pathProblem:
docs/src/content/docs/guides/packaging-imports.mddoes not documentgh aw add's import-rewriting behavior, the incorrect base path it uses, or how to opt out.Classification: β Undocumented behavior β unresolved.
π Day-over-Day Trend
supported-languages.md)audit.md,audit-with-agent.md)π― Recommended Actions
reference/audit.mdcommand reference pageguides/audit-with-agent.md.github/agents/path resolutionservices:section infrontmatter.md6g) tofrontmatter.mdmemory:fieldgh aw addimport rewriting inpackaging-imports.mdtoolsets: [all]warning callout togithub-tools.mdGenerated by Daily Status Report workflow β 2026-04-02 09:26 UTC
Note
π Integrity filter blocked 31 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: