From 25275059f2ea2960c2d183d37fae0148a2b7c0de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:41:50 +0000 Subject: [PATCH 1/3] Initial plan From c5aacc2d2c2d378e9ddc4f63940315b4758ff7e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:46:39 +0000 Subject: [PATCH 2/3] Plan: Convert table to list in CLI docs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/aw/actions-lock.json | 5 +++++ .github/workflows/go-pattern-detector.lock.yml | 2 +- .github/workflows/release.lock.yml | 4 ++-- .github/workflows/super-linter.lock.yml | 2 +- .github/workflows/unbloat-docs.lock.yml | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/aw/actions-lock.json b/.github/aw/actions-lock.json index 6e52975040b..fb2eed827c6 100644 --- a/.github/aw/actions-lock.json +++ b/.github/aw/actions-lock.json @@ -30,6 +30,11 @@ "version": "v5", "sha": "93cb6efe18208431cddfb8368fd83d5badbf9bfd" }, + "actions/checkout@v6": { + "repo": "actions/checkout", + "version": "v6", + "sha": "8e8c483db84b4bee98b60c0593521ed34d9990e8" + }, "actions/checkout@v6.0.2": { "repo": "actions/checkout", "version": "v6.0.2", diff --git a/.github/workflows/go-pattern-detector.lock.yml b/.github/workflows/go-pattern-detector.lock.yml index 390d9b5a589..0e09ce4394f 100644 --- a/.github/workflows/go-pattern-detector.lock.yml +++ b/.github/workflows/go-pattern-detector.lock.yml @@ -951,7 +951,7 @@ jobs: found_patterns: ${{ steps.detect.outputs.found_patterns }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - name: Install ast-grep diff --git a/.github/workflows/release.lock.yml b/.github/workflows/release.lock.yml index 08717f4bea9..87c57e3088b 100644 --- a/.github/workflows/release.lock.yml +++ b/.github/workflows/release.lock.yml @@ -993,7 +993,7 @@ jobs: release_tag: ${{ steps.compute_config.outputs.release_tag }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: fetch-depth: 0 persist-credentials: false @@ -1286,7 +1286,7 @@ jobs: release_id: ${{ steps.get_release.outputs.release_id }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/super-linter.lock.yml b/.github/workflows/super-linter.lock.yml index 3e413207fb7..31bf2569a5a 100644 --- a/.github/workflows/super-linter.lock.yml +++ b/.github/workflows/super-linter.lock.yml @@ -1291,7 +1291,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/unbloat-docs.lock.yml b/.github/workflows/unbloat-docs.lock.yml index 490741fd6e9..00edb73121c 100644 --- a/.github/workflows/unbloat-docs.lock.yml +++ b/.github/workflows/unbloat-docs.lock.yml @@ -132,7 +132,7 @@ jobs: - name: Create gh-aw temp directory run: bash /opt/gh-aw/actions/create_gh_aw_tmp_dir.sh - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false - name: Setup Node.js From 0a4b7dcdc85425b946a28536c68eb62bce7529b9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:48:45 +0000 Subject: [PATCH 3/3] Convert table to list in Most Common Commands section Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/setup/cli.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/docs/src/content/docs/setup/cli.md b/docs/src/content/docs/setup/cli.md index 088c43b83e7..9162a21e60b 100644 --- a/docs/src/content/docs/setup/cli.md +++ b/docs/src/content/docs/setup/cli.md @@ -15,14 +15,23 @@ The `gh aw` CLI extension enables developers to create, manage, and execute AI-p > New to gh-aw? > Start here! These commands cover the essential workflow lifecycle from setup to monitoring. -| Command | When to Use | Details | -|---------|-------------|---------| -| **`gh aw init`** | Set up your repository for agentic workflows | [→ Documentation](#init) | -| **`gh aw add (workflow)`** | Add workflows from The Agentics collection or other repositories | [→ Documentation](#add) | -| **`gh aw list`** | Quick listing of all workflows without status checks | [→ Documentation](#list) | -| **`gh aw status`** | Check current state of all workflows | [→ Documentation](#status) | -| **`gh aw compile`** | Convert markdown to GitHub Actions YAML | [→ Documentation](#compile) | -| **`gh aw run (workflow)`** | Execute workflows immediately in GitHub Actions | [→ Documentation](#run) | +- **`gh aw init`** - Set up your repository for agentic workflows + [→ Documentation](#init) + +- **`gh aw add (workflow)`** - Add workflows from The Agentics collection or other repositories + [→ Documentation](#add) + +- **`gh aw list`** - Quick listing of all workflows without status checks + [→ Documentation](#list) + +- **`gh aw status`** - Check current state of all workflows + [→ Documentation](#status) + +- **`gh aw compile`** - Convert markdown to GitHub Actions YAML + [→ Documentation](#compile) + +- **`gh aw run (workflow)`** - Execute workflows immediately in GitHub Actions + [→ Documentation](#run) **Complete command reference below** ↓