Objective
Update docs/src/content/docs/setup/quick-start.mdx to show --engine claude in the primary workflow add example and explicitly state that omitting engine: defaults to Copilot.
Context
From documentation review discussion #43544 (Priority 2):
Silent Copilot default. Copilot is the default engine; 35 example workflows omit engine: entirely and resolve to Copilot. --engine claude exists (cli.md:142) but is not surfaced in the quick-start add flow.
A Claude user following the quick-start sees gh aw add without --engine claude and may not realize their workflow will run on Copilot by default.
Files to Modify
docs/src/content/docs/setup/quick-start.mdx
- In the
gh aw add example step, show --engine claude as a variant or alongside the Copilot example
- Add a callout stating: omitting
engine: defaults to Copilot; pass --engine claude (or set engine: claude in frontmatter) to use Claude
Acceptance Criteria
Generated by 📋 Plan Command · 20.9 AIC · ⌖ 6.74 AIC · ⊞ 4.9K · ◷
Comment /plan to run again
Objective
Update
docs/src/content/docs/setup/quick-start.mdxto show--engine claudein the primary workflow add example and explicitly state that omittingengine:defaults to Copilot.Context
From documentation review discussion #43544 (Priority 2):
A Claude user following the quick-start sees
gh aw addwithout--engine claudeand may not realize their workflow will run on Copilot by default.Files to Modify
docs/src/content/docs/setup/quick-start.mdxgh aw addexample step, show--engine claudeas a variant or alongside the Copilot exampleengine:defaults to Copilot; pass--engine claude(or setengine: claudein frontmatter) to use ClaudeAcceptance Criteria
gh aw addsection shows--engine claudeas an explicit optionengine:is omitted