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
Scanned current issues for documentation-related reports and matched them against the existing docs pages. Most of the recent docs-related reports are already answered somewhere in the repo; the remaining gaps are onboarding for Claude users and Pi engine extensions.
Add Claude-specific onboarding notes to quick-start.
Document engine.extensions in the engine reference and schema.
Close the two already-answered docs issues with pointers if desired.
Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
api.github.com
github.com
[!TIP] api.github.com is blocked because GitHub API access uses the built-in GitHub tools by default. Instead of adding api.github.com to network.allowed, use tools.github.mode: gh-proxy for direct pre-authenticated GitHub CLI access without requiring network access to api.github.com:
tools:
github:
mode: gh-proxy
See GitHub Tools for more information on gh-proxy mode.
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Overview
Scanned current issues for documentation-related reports and matched them against the existing docs pages. Most of the recent docs-related reports are already answered somewhere in the repo; the remaining gaps are onboarding for Claude users and Pi engine extensions.
Key Findings
gh aw init --engine claude#39601 Quick-start docs: note CLAUDE_CODE_OAUTH_TOKEN unsupported + surfacegh aw init --engine claude- open gap.setup/quick-start.mdxcovers install and the sample workflow path, but does not mention thatCLAUDE_CODE_OAUTH_TOKENis unsupported or thatgh aw init --engine claudeis the Claude-friendly path.engine.extensionsto engine_config schema + engines.md (Pi feature unreachable via validated path) #39410 Addengine.extensionsto engine_config schema + engines.md (Pi feature unreachable via validated path) - open gap.engine.extensionsis implemented, but it is not documented inreference/engines.mdor exposed through the schema, so the feature is not discoverable from the validated path.reference/auth.mdxnow documents Anthropic WIF and explicitly saysCLAUDE_CODE_OAUTH_TOKENis unsupported;reference/faq.mdrepeats the same guidance.reference/playwright.mdstates that CLI mode pins the@playwright/clinpm package and shows the expected semver-style version format.Doc references
Next Actions
engine.extensionsin the engine reference and schema.Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
api.github.comgithub.com[!TIP]
api.github.comis blocked because GitHub API access uses the built-in GitHub tools by default. Instead of addingapi.github.comtonetwork.allowed, usetools.github.mode: gh-proxyfor direct pre-authenticated GitHub CLI access without requiring network access toapi.github.com:See GitHub Tools for more information on
gh-proxymode.To allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.