Skip to content

Clarify lock files and workflow setup commands in docs - #54342

Merged
pelikhan merged 11 commits into
mainfrom
copilot/deep-report-add-side-by-side-example
Aug 20, 2026
Merged

Clarify lock files and workflow setup commands in docs#54342
pelikhan merged 11 commits into
mainfrom
copilot/deep-report-add-side-by-side-example

Conversation

Copilot AI commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

The onboarding docs described generated .lock.yml files without showing how Markdown source maps to compiled workflow YAML. The CLI reference also listed add-wizard, add, and new close together without a quick chooser for first-time users.

  • Quick Start
    • Adds a side-by-side .md source and .lock.yml excerpt.
    • Calls out that gh-aw moves source-level permissions onto generated jobs.
permissions: {}

jobs:
  activation:
    permissions:
      contents: read
      issues: read
  • CLI Commands
    • Adds a compact chooser table distinguishing:
      • add-wizard: guided interactive setup
      • add: direct/non-interactive installation
      • new: scaffold a fresh workflow

Copilot AI and others added 10 commits August 20, 2026 20:28
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Add side-by-side .lock.yml example to Quick Start and clarify CLI commands Clarify lock files and workflow setup commands in docs Aug 20, 2026
Copilot AI requested a review from pelikhan August 20, 2026 20:38
@pelikhan
pelikhan marked this pull request as ready for review August 20, 2026 21:06
Copilot AI balanced review requested due to automatic review settings August 20, 2026 21:06
@pelikhan
pelikhan merged commit 588f787 into main Aug 20, 2026
4 checks passed
@pelikhan
pelikhan deleted the copilot/deep-report-add-side-by-side-example branch August 20, 2026 21:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Clarifies generated workflow lock files and setup command selection for new users.

Changes:

  • Adds a Markdown-to-compiled-YAML example.
  • Adds a setup command comparison table.
Show a summary per file
File Description
docs/src/content/docs/setup/quick-start.mdx Demonstrates source and compiled workflow structure.
docs/src/content/docs/setup/cli.md Compares workflow setup commands.

Review details

  • Files reviewed: 2/2 changed files
  • Comments generated: 2
  • Review effort level: Balanced

Comment on lines +171 to +173
permissions:
contents: read
issues: read
Comment on lines +147 to +153
Use this table to choose between the similarly named setup commands:

| Command | Best fit |
|---------|----------|
| [`gh aw add-wizard`](#add-wizard) | Guided, interactive setup for an existing workflow, including prompts for engine auth and secrets |
| [`gh aw add`](#add) | Direct, non-interactive installation of an existing local, remote, or packaged workflow |
| [`gh aw new`](#new) | Scaffold a new workflow template in this repository before writing custom instructions |
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deep-report] Docs: add side-by-side .lock.yml example to Quick Start + disambiguate add-wizard/add/new on CLI Commands page

3 participants