Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2957010

Browse files
Copilotpelikhan
andauthored
Replace remaining v0.45.5 workflow links with main in blog docs
Co-authored-by: pelikhan <[email protected]>
1 parent f30f0ae commit 2957010

8 files changed

Lines changed: 42 additions & 42 deletions

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-continuous-improvement.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ In our [previous posts](/gh-aw/blog/2026-01-13-meet-the-workflows-continuous-sim
2424

2525
## Continuous Improvement Workflows
2626

27-
- **[Go Module Usage Expert (aka Go Fan)](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/go-fan.md?plain=1)** - Daily Go module usage reviewer
28-
- **[Typist](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/typist.md?plain=1)** - Analyzes type usage patterns for improved safety
27+
- **[Go Module Usage Expert (aka Go Fan)](https://github.com/github/gh-aw/blob/main/.github/workflows/go-fan.md?plain=1)** - Daily Go module usage reviewer
28+
- **[Typist](https://github.com/github/gh-aw/blob/main/.github/workflows/typist.md?plain=1)** - Analyzes type usage patterns for improved safety
2929
- **[Functional Pragmatist](https://github.com/github/gh-aw/blob/main/.github/workflows/functional-programming-enhancer.md?plain=1)** - Applies functional techniques pragmatically
3030
- **[Repository Quality Improver](https://github.com/githubnext/agentics/blob/main/workflows/repository-quality-improver.md?plain=1)** - Holistic code quality analysis
3131

@@ -119,13 +119,13 @@ You can add these workflows to your own repository and remix them. Get going wit
119119
**Go Module Usage Expert:**
120120

121121
```bash
122-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/go-fan.md
122+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/go-fan.md
123123
```
124124

125125
**Typist:**
126126

127127
```bash
128-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/typist.md
128+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/typist.md
129129
```
130130

131131
**Functional Pragmatist:**

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-creative-culture.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ But here's the thing: work doesn't have to be all business. While we've built se
2929
These agents facilitate team communication and remind us that work can be fun:
3030

3131
- **[Daily Team Status](https://github.com/githubnext/agentics/blob/main/workflows/daily-team-status.md?plain=1)** - Shares team mood and status updates - **22 issues**, **17 discussions** (plus 2 causal chain PRs!)
32-
- **[Daily News](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-news.md?plain=1)** - Curates relevant news for the team - **45 news digest discussions**
33-
- **[Poem Bot](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/poem-bot.md?plain=1)** - Responds to `/poem-bot` commands with creative verses (yes, really)
34-
- **[Weekly Issue Summary](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/weekly-issue-summary.md?plain=1)** - Creates digestible summaries complete with charts and trends - **5 weekly analysis discussions**
32+
- **[Daily News](https://github.com/github/gh-aw/blob/main/.github/workflows/daily-news.md?plain=1)** - Curates relevant news for the team - **45 news digest discussions**
33+
- **[Poem Bot](https://github.com/github/gh-aw/blob/main/.github/workflows/poem-bot.md?plain=1)** - Responds to `/poem-bot` commands with creative verses (yes, really)
34+
- **[Weekly Issue Summary](https://github.com/github/gh-aw/blob/main/.github/workflows/weekly-issue-summary.md?plain=1)** - Creates digestible summaries complete with charts and trends - **5 weekly analysis discussions**
3535
- **[Daily Repo Chronicle](https://github.com/githubnext/agentics/blob/main/workflows/daily-repo-chronicle.md?plain=1)** - Narrates the day's activity like a storyteller - **6 chronicle discussions**
3636

3737
The Poem Bot started as a whimsy in our Copilot for PRs project in 2022. Someone said "wouldn't it be funny if we had an agent that writes poems about our code?" and then we built it. Poem Bot responds to `/poem-bot` commands with creative verses about code, adding a touch of whimsy to the development workflow. We learned that AI agents don't have to be all business - they can build culture and create moments of joy.
@@ -63,19 +63,19 @@ gh aw add-wizard https://github.com/githubnext/agentics/blob/main/workflows/dail
6363
**Daily News:**
6464

6565
```bash
66-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-news.md
66+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/daily-news.md
6767
```
6868

6969
**Poem Bot:**
7070

7171
```bash
72-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/poem-bot.md
72+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/poem-bot.md
7373
```
7474

7575
**Weekly Issue Summary:**
7676

7777
```bash
78-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/weekly-issue-summary.md
78+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/weekly-issue-summary.md
7979
```
8080

8181
**Daily Repo Chronicle:**

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-documentation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ These agents maintain high-quality documentation and content:
3131
- **[Daily Documentation Updater](https://github.com/githubnext/agentics/blob/main/workflows/daily-doc-updater.md?plain=1)** - Reviews and updates documentation to ensure accuracy and completeness - **57 merged PRs out of 59 proposed (96% merge rate)**
3232
- **[Glossary Maintainer](https://github.com/githubnext/agentics/blob/main/workflows/glossary-maintainer.md?plain=1)** - Keeps glossary synchronized with codebase - **10 merged PRs out of 10 proposed (100% merge rate)**
3333
- **[Documentation Unbloat](https://github.com/githubnext/agentics/blob/main/workflows/unbloat-docs.md?plain=1)** - Reviews and simplifies documentation by reducing verbosity - **88 merged PRs out of 103 proposed (85% merge rate)**
34-
- **[Documentation Noob Tester](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/docs-noob-tester.md?plain=1)** - Tests documentation as a new user would, identifying confusing steps - **9 merged PRs (43% merge rate)** via causal chain
35-
- **[Slide Deck Maintainer](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/slide-deck-maintainer.md?plain=1)** - Maintains presentation slide decks - **2 merged PRs out of 5 proposed (40% merge rate)**
34+
- **[Documentation Noob Tester](https://github.com/github/gh-aw/blob/main/.github/workflows/docs-noob-tester.md?plain=1)** - Tests documentation as a new user would, identifying confusing steps - **9 merged PRs (43% merge rate)** via causal chain
35+
- **[Slide Deck Maintainer](https://github.com/github/gh-aw/blob/main/.github/workflows/slide-deck-maintainer.md?plain=1)** - Maintains presentation slide decks - **2 merged PRs out of 5 proposed (40% merge rate)**
3636
- **[Multi-device Docs Tester](https://github.com/githubnext/agentics/blob/main/workflows/daily-multi-device-docs-tester.md?plain=1)** - Tests documentation site across mobile, tablet, and desktop devices - **2 merged PRs out of 2 proposed (100% merge rate)**
37-
- **[Blog Auditor](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/blog-auditor.md?plain=1)** - Verifies blog posts are accessible and contain expected content - **6 audits completed** (5 passed, 1 flagged issues)
37+
- **[Blog Auditor](https://github.com/github/gh-aw/blob/main/.github/workflows/blog-auditor.md?plain=1)** - Verifies blog posts are accessible and contain expected content - **6 audits completed** (5 passed, 1 flagged issues)
3838

3939
Documentation is where we challenged conventional wisdom. Can AI agents write *good* documentation?
4040

@@ -77,13 +77,13 @@ gh aw add-wizard https://github.com/githubnext/agentics/blob/main/workflows/unbl
7777
**Documentation Noob Tester:**
7878

7979
```bash
80-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/docs-noob-tester.md
80+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/docs-noob-tester.md
8181
```
8282

8383
**Slide Deck Maintainer:**
8484

8585
```bash
86-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/slide-deck-maintainer.md
86+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/slide-deck-maintainer.md
8787
```
8888

8989
**Multi-device Docs Tester:**
@@ -95,7 +95,7 @@ gh aw add-wizard https://github.com/githubnext/agentics/blob/main/workflows/dail
9595
**Blog Auditor:**
9696

9797
```bash
98-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/blog-auditor.md
98+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/blog-auditor.md
9999
```
100100

101101
Then edit and remix the workflow specifications to meet your needs, regenerate the lock file using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-interactive-chatops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These agents respond to commands, providing on-demand assistance whenever you ne
3232

3333
- **[Q](https://github.com/githubnext/agentics/blob/main/workflows/q.md?plain=1)** - Workflow optimizer that investigates performance and creates PRs - **69 merged PRs out of 88 proposed (78% merge rate)**
3434
- **[Grumpy Reviewer](https://github.com/githubnext/agentics/blob/main/workflows/grumpy-reviewer.md?plain=1)** - Performs critical code reviews with personality - creates issues for downstream agents
35-
- **[Workflow Generator](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/workflow-generator.md?plain=1)** - Creates new workflows from issue requests - scaffolds workflow files
35+
- **[Workflow Generator](https://github.com/github/gh-aw/blob/main/.github/workflows/workflow-generator.md?plain=1)** - Creates new workflows from issue requests - scaffolds workflow files
3636

3737
Interactive workflows changed how we think about agent invocation. Instead of everything running on a schedule, these respond to slash commands and reactions - `/q` summons the workflow optimizer, a 🚀 reaction triggers analysis. Q (yes, named after the James Bond quartermaster) became our go-to troubleshooter - it has contributed **69 merged PRs out of 88 proposed (78% merge rate)**, responding to commands and investigating workflow issues on demand. Recent examples include [fixing the daily-fact workflow action-tag](https://github.com/github/gh-aw/pull/14127) and [configuring PR triage reports with 1-day expiration](https://github.com/github/gh-aw/pull/13903).
3838

@@ -61,7 +61,7 @@ gh aw add-wizard https://github.com/githubnext/agentics/blob/main/workflows/grum
6161
**Workflow Generator:**
6262

6363
```bash
64-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/workflow-generator.md
64+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/workflow-generator.md
6565
```
6666

6767
Then edit and remix the workflow specifications to meet your needs, regenerate the lock file using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-issue-management.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Now let's talk about the daily rituals of software development: managing issues
2929
These agents enhance issue and pull request workflows:
3030

3131
- **[Issue Arborist](https://github.com/githubnext/agentics/blob/main/workflows/issue-arborist.md?plain=1)** - Links related issues as sub-issues - **77 discussion reports** and **18 parent issues** created
32-
- **[Issue Monster](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/issue-monster.md?plain=1)** - Assigns issues to the asynchronous [GitHub Copilot coding agent](https://docs.github.com/en/copilot/concepts/agents/coding-agent/about-coding-agent) one at a time - **task dispatcher** for the whole system
33-
- **[Mergefest](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/mergefest.md?plain=1)** - Automatically merges main branch into PR branches - **orchestrator workflow**
32+
- **[Issue Monster](https://github.com/github/gh-aw/blob/main/.github/workflows/issue-monster.md?plain=1)** - Assigns issues to the asynchronous [GitHub Copilot coding agent](https://docs.github.com/en/copilot/concepts/agents/coding-agent/about-coding-agent) one at a time - **task dispatcher** for the whole system
33+
- **[Mergefest](https://github.com/github/gh-aw/blob/main/.github/workflows/mergefest.md?plain=1)** - Automatically merges main branch into PR branches - **orchestrator workflow**
3434
- **[Sub Issue Closer](https://github.com/githubnext/agentics/blob/main/workflows/sub-issue-closer.md?plain=1)** - Closes completed sub-issues automatically - **orchestrator workflow**
3535

3636
The Issue Arborist is an **organizational workflow** that has created **77 discussion reports** (titled "[Issue Arborist] Issue Arborist Report") and **18 parent issues** to group related sub-issues. It keeps the issue tracker organized by automatically linking related issues, building a dependency tree we'd never maintain manually. For example, [#12037](https://github.com/github/gh-aw/issues/12037) grouped engine documentation updates.
@@ -56,13 +56,13 @@ gh aw add-wizard https://github.com/githubnext/agentics/blob/main/workflows/issu
5656
**Issue Monster:**
5757

5858
```bash
59-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/issue-monster.md
59+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/issue-monster.md
6060
```
6161

6262
**Mergefest:**
6363

6464
```bash
65-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/mergefest.md
65+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/mergefest.md
6666
```
6767

6868
**Sub Issue Closer:**

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-quality-hygiene.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Now let's shift from collaboration ceremony to fault investigation.
3131
These are our diligent caretakers - the agents that spot problems before they become bigger problems:
3232

3333
- **[CI Doctor](https://github.com/githubnext/agentics/blob/main/workflows/ci-doctor.md?plain=1)** - Investigates failed workflows and opens diagnostic issues - **9 merged PRs out of 13 proposed (69% merge rate)**
34-
- **[Schema Consistency Checker](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/schema-consistency-checker.md?plain=1)** - Detects when schemas, code, and docs drift apart - **55 analysis discussions** created
35-
- **[Breaking Change Checker](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/breaking-change-checker.md?plain=1)** - Watches for changes that might break things for users - creates alert issues
34+
- **[Schema Consistency Checker](https://github.com/github/gh-aw/blob/main/.github/workflows/schema-consistency-checker.md?plain=1)** - Detects when schemas, code, and docs drift apart - **55 analysis discussions** created
35+
- **[Breaking Change Checker](https://github.com/github/gh-aw/blob/main/.github/workflows/breaking-change-checker.md?plain=1)** - Watches for changes that might break things for users - creates alert issues
3636

3737
The CI Doctor (also known as "CI Failure Doctor") was one of our most important workflows. Instead of drowning in CI failure notifications, we now get *timely*, *investigated* failures with actual diagnostic insights. The agent doesn't just tell us something broke - it analyzes logs, identifies patterns, searches for similar past issues, and even suggests fixes - even before the human has read the failure notification. CI Failure Doctor has contributed **9 merged PRs out of 13 proposed (69% merge rate)**, including fixes like [adding Go module download pre-flight checks](https://github.com/github/gh-aw/pull/13740) and [adding retry logic to prevent proxy 403 failures](https://github.com/github/gh-aw/pull/13155). We learned that agents excel at the tedious investigation work that humans find draining.
3838

@@ -57,13 +57,13 @@ gh aw add-wizard https://github.com/githubnext/agentics/blob/main/workflows/ci-d
5757
**Schema Consistency Checker:**
5858

5959
```bash
60-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/schema-consistency-checker.md
60+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/schema-consistency-checker.md
6161
```
6262

6363
**Breaking Change Checker:**
6464

6565
```bash
66-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/breaking-change-checker.md
66+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/breaking-change-checker.md
6767
```
6868

6969
Then edit and remix the workflow specifications to meet your needs, regenerate the lock file using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.

docs/src/content/docs/blog/2026-01-13-meet-the-workflows-security-compliance.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ But reliability alone isn't enough - we also need *security*. When AI agents can
2828

2929
These agents are our security guards, keeping watch and enforcing the rules:
3030

31-
- **[Security Compliance](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/security-compliance.md?plain=1)** - Runs vulnerability campaigns with deadline tracking
32-
- **[Firewall](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/firewall.md?plain=1)** - Tests network security and validates rules - **59 daily firewall report discussions**, **5 smoke test issues**
33-
- **[Daily Secrets Analysis](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-secrets-analysis.md?plain=1)** - Scans for exposed credentials (yes, it happens)
31+
- **[Security Compliance](https://github.com/github/gh-aw/blob/main/.github/workflows/security-compliance.md?plain=1)** - Runs vulnerability campaigns with deadline tracking
32+
- **[Firewall](https://github.com/github/gh-aw/blob/main/.github/workflows/firewall.md?plain=1)** - Tests network security and validates rules - **59 daily firewall report discussions**, **5 smoke test issues**
33+
- **[Daily Secrets Analysis](https://github.com/github/gh-aw/blob/main/.github/workflows/daily-secrets-analysis.md?plain=1)** - Scans for exposed credentials (yes, it happens)
3434
- **[Daily Malicious Code Scan](https://github.com/githubnext/agentics/blob/main/workflows/daily-malicious-code-scan.md?plain=1)** - Reviews recent code changes for suspicious patterns
35-
- **[Static Analysis Report](https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/static-analysis-report.md?plain=1)** - Daily security scans using zizmor, poutine, and actionlint - **57 analysis discussions** plus **12 Zizmor security reports**
35+
- **[Static Analysis Report](https://github.com/github/gh-aw/blob/main/.github/workflows/static-analysis-report.md?plain=1)** - Daily security scans using zizmor, poutine, and actionlint - **57 analysis discussions** plus **12 Zizmor security reports**
3636

3737
Security Compliance manages vulnerability remediation campaigns with deadline tracking, ensuring security issues are addressed within defined SLAs - perfect for those "audit in 3 weeks" panic moments.
3838

@@ -51,19 +51,19 @@ You can add these workflows to your own repository and remix them. Get going wit
5151
**Security Compliance:**
5252

5353
```bash
54-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/security-compliance.md
54+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/security-compliance.md
5555
```
5656

5757
**Firewall:**
5858

5959
```bash
60-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/firewall.md
60+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/firewall.md
6161
```
6262

6363
**Daily Secrets Analysis:**
6464

6565
```bash
66-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/daily-secrets-analysis.md
66+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/daily-secrets-analysis.md
6767
```
6868

6969
**Daily Malicious Code Scan:**
@@ -75,7 +75,7 @@ gh aw add-wizard https://github.com/githubnext/agentics/blob/main/workflows/dail
7575
**Static Analysis Report:**
7676

7777
```bash
78-
gh aw add-wizard https://github.com/github/gh-aw/blob/v0.45.5/.github/workflows/static-analysis-report.md
78+
gh aw add-wizard https://github.com/github/gh-aw/blob/main/.github/workflows/static-analysis-report.md
7979
```
8080

8181
Then edit and remix the workflow specifications to meet your needs, regenerate the lock file using `gh aw compile`, and push to your repository. See our [Quick Start](https://github.github.com/gh-aw/setup/quick-start/) for further installation and setup instructions.

0 commit comments

Comments
 (0)