From 406e2cb29ca8cc56800f69c97096a3a9cd0d91ea Mon Sep 17 00:00:00 2001 From: Lindsey Wild <35239154+lindseywild@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:39:10 -0500 Subject: [PATCH 1/2] Fix typo in 'pre-requisites' in quick-start guide --- docs/src/content/docs/setup/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/setup/quick-start.mdx b/docs/src/content/docs/setup/quick-start.mdx index 3c3a7f46f26..863ff043144 100644 --- a/docs/src/content/docs/setup/quick-start.mdx +++ b/docs/src/content/docs/setup/quick-start.mdx @@ -56,7 +56,7 @@ gh aw add-wizard githubnext/agentics/daily-repo-status This will take you through an interactive process to: -1. **Check pre-requisttes** - Verify repository permissions. +1. **Check pre-requisites** - Verify repository permissions. 2. **Select an AI Engine** - Choose between Copilot, Claude, or Codex. 3. **Set up the required secret** - [`COPILOT_GITHUB_TOKEN`](/gh-aw/reference/tokens/#copilot_github_token), [`ANTHROPIC_API_KEY`](/gh-aw/reference/tokens/#anthropic_api_key) or [`OPENAI_API_KEY`](/gh-aw/reference/tokens/#openai_api_key). 4. **Add the workflow** - Adds the workflow and lock file to `.github/workflows/`. From cdbbe6748a1170ca65ef2771af6f5d3fceb4d6b1 Mon Sep 17 00:00:00 2001 From: Lindsey Wild <35239154+lindseywild@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:41:49 -0500 Subject: [PATCH 2/2] Update docs/src/content/docs/setup/quick-start.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/src/content/docs/setup/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/setup/quick-start.mdx b/docs/src/content/docs/setup/quick-start.mdx index 863ff043144..7b6fffd40c0 100644 --- a/docs/src/content/docs/setup/quick-start.mdx +++ b/docs/src/content/docs/setup/quick-start.mdx @@ -56,7 +56,7 @@ gh aw add-wizard githubnext/agentics/daily-repo-status This will take you through an interactive process to: -1. **Check pre-requisites** - Verify repository permissions. +1. **Check prerequisites** - Verify repository permissions. 2. **Select an AI Engine** - Choose between Copilot, Claude, or Codex. 3. **Set up the required secret** - [`COPILOT_GITHUB_TOKEN`](/gh-aw/reference/tokens/#copilot_github_token), [`ANTHROPIC_API_KEY`](/gh-aw/reference/tokens/#anthropic_api_key) or [`OPENAI_API_KEY`](/gh-aw/reference/tokens/#openai_api_key). 4. **Add the workflow** - Adds the workflow and lock file to `.github/workflows/`.