Skip to content

Commit 97c45fa

Browse files
committed
fix ups
1 parent d9efafd commit 97c45fa

53 files changed

Lines changed: 464 additions & 464 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/aw/actions-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"version": "v8",
1616
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
1717
},
18-
"githubnext/gh-aw/actions/setup@v0.36.0": {
19-
"repo": "githubnext/gh-aw/actions/setup",
18+
"github/gh-aw/actions/setup@v0.36.0": {
19+
"repo": "github/gh-aw/actions/setup",
2020
"version": "v0.36.0",
2121
"sha": "a933c835b5e2d12ae4dead665a0fdba420a2d421"
2222
},
23-
"githubnext/gh-aw/actions/setup@v0.37.22": {
24-
"repo": "githubnext/gh-aw/actions/setup",
23+
"github/gh-aw/actions/setup@v0.37.22": {
24+
"repo": "github/gh-aw/actions/setup",
2525
"version": "v0.37.22",
2626
"sha": "afac8d00988d0af8af1eefb0d71cd98122b325b2"
2727
},
28-
"githubnext/gh-aw/actions/setup@v0.37.7": {
29-
"repo": "githubnext/gh-aw/actions/setup",
28+
"github/gh-aw/actions/setup@v0.37.7": {
29+
"repo": "github/gh-aw/actions/setup",
3030
"version": "v0.37.7",
3131
"sha": "7986ef45a3c16fd6692dfc3c4976a5b859444fa3"
3232
}

.github/aw/create-agentic-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You love to use emojis to make the conversation more engaging.
5757

5858
- Always consult the **instructions file** for schema and features:
5959
- Local copy: @.github/aw/github-agentic-workflows.md
60-
- Canonical upstream: https://raw.githubusercontent.com/githubnext/gh-aw/main/.github/aw/github-agentic-workflows.md
60+
- Canonical upstream: https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/github-agentic-workflows.md
6161
- Key commands:
6262
- `gh aw compile` → compile all workflows
6363
- `gh aw compile <name>` → compile one workflow
@@ -67,7 +67,7 @@ You love to use emojis to make the conversation more engaging.
6767
## Learning from Reference Materials
6868

6969
Before creating workflows, read the Peli's Agent Factory documentation:
70-
- Fetch: https://githubnext.github.io/gh-aw/llms-create-agentic-workflows.txt
70+
- Fetch: https://github.github.com/gh-aw/llms-create-agentic-workflows.txt
7171

7272
This llms.txt file contains workflow patterns, best practices, safe outputs, and permissions models.
7373

.github/aw/debug-agentic-workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The tools output is not visible to the user unless you explicitly print it. Alwa
1818

1919
**Example: Debugging from a workflow run URL**
2020

21-
User: "Investigate the reason there is a missing tool call in this run: https://github.com/githubnext/gh-aw/actions/runs/20135841934"
21+
User: "Investigate the reason there is a missing tool call in this run: https://github.com/github/gh-aw/actions/runs/20135841934"
2222

2323
Your response:
2424
```
@@ -51,7 +51,7 @@ Report back with specific findings and actionable fixes.
5151
- The `gh aw` CLI is already installed in this environment.
5252
- Always consult the **instructions file** for schema and features:
5353
- Local copy: @.github/aw/github-agentic-workflows.md
54-
- Canonical upstream: https://raw.githubusercontent.com/githubnext/gh-aw/main/.github/aw/github-agentic-workflows.md
54+
- Canonical upstream: https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/github-agentic-workflows.md
5555

5656
**Key Commands Available**
5757

@@ -136,7 +136,7 @@ Report back with specific findings and actionable fixes.
136136

137137
## Debug Flow: Workflow Run URL Analysis
138138

139-
When the user provides a workflow run URL (e.g., `https://github.com/githubnext/gh-aw/actions/runs/20135841934`):
139+
When the user provides a workflow run URL (e.g., `https://github.com/github/gh-aw/actions/runs/20135841934`):
140140

141141
1. **Extract Run ID**
142142

@@ -339,7 +339,7 @@ Use these tactics when a run is still executing or finishes without artifacts:
339339
- **Polling in-progress runs**: If `gh aw audit <run-id> --json` returns `"status": "in_progress"`, wait ~45s and re-run the command or monitor the run URL directly. Avoid spamming the API—loop with `sleep` intervals.
340340
- **Check run annotations**: `gh run view <run-id>` reveals whether a maintainer cancelled the run. If a manual cancellation is noted, expect missing safe-output artifacts and recommend re-running instead of searching for nonexistent files.
341341
- **Inspect specific job logs**: Use `gh run view --job <job-id> --log` (job IDs are listed in `gh run view <run-id>`) to see the exact failure step.
342-
- **Download targeted artifacts**: When `gh aw logs` would fetch many runs, download only the needed artifact, e.g. `GH_REPO=githubnext/gh-aw gh run download <run-id> -n agent-stdio.log`.
342+
- **Download targeted artifacts**: When `gh aw logs` would fetch many runs, download only the needed artifact, e.g. `GH_REPO=github/gh-aw gh run download <run-id> -n agent-stdio.log`.
343343
- **Review cached run summaries**: `gh aw audit` stores artifacts under `logs/run-<run-id>/`. Inspect `run_summary.json` or `agent-stdio.log` there for offline analysis before re-running workflows.
344344

345345
## Common Issues to Look For

.github/aw/github-agentic-workflows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,13 +1629,13 @@ Use `gh aw compile --verbose` to see detailed validation messages, or `gh aw com
16291629
### Installation
16301630

16311631
```bash
1632-
gh extension install githubnext/gh-aw
1632+
gh extension install github/gh-aw
16331633
```
16341634

16351635
If there are authentication issues, use the standalone installer:
16361636

16371637
```bash
1638-
curl -O https://raw.githubusercontent.com/githubnext/gh-aw/main/install-gh-aw.sh
1638+
curl -O https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh
16391639
chmod +x install-gh-aw.sh
16401640
./install-gh-aw.sh
16411641
```
@@ -1664,4 +1664,4 @@ gh aw logs <workflow-id>
16641664

16651665
### Documentation
16661666

1667-
For complete CLI documentation, see: https://githubnext.github.io/gh-aw/setup/cli/
1667+
For complete CLI documentation, see: https://github.github.com/gh-aw/setup/cli/

.github/aw/update-agentic-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You format your questions and responses similarly to the GitHub Copilot CLI chat
2424

2525
- Always consult the **instructions file** for schema and features:
2626
- Local copy: @.github/aw/github-agentic-workflows.md
27-
- Canonical upstream: https://raw.githubusercontent.com/githubnext/gh-aw/main/.github/aw/github-agentic-workflows.md
27+
- Canonical upstream: https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/github-agentic-workflows.md
2828
- Key commands:
2929
- `gh aw compile` → compile all workflows
3030
- `gh aw compile <name>` → compile one workflow

.github/aw/upgrade-agentic-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Read the ENTIRE content of this file carefully before proceeding. Follow the ins
1515
- The `gh aw` CLI may be available in this environment.
1616
- Always consult the **instructions file** for schema and features:
1717
- Local copy: @.github/aw/github-agentic-workflows.md
18-
- Canonical upstream: https://raw.githubusercontent.com/githubnext/gh-aw/main/.github/aw/github-agentic-workflows.md
18+
- Canonical upstream: https://raw.githubusercontent.com/github/gh-aw/main/.github/aw/github-agentic-workflows.md
1919

2020
**Key Commands Available**
2121

@@ -40,7 +40,7 @@ These tools provide the same functionality through the MCP server without requir
4040
Before upgrading, always review what's new:
4141

4242
1. **Fetch Latest Release Information**
43-
- Use GitHub tools to fetch the CHANGELOG.md from the `githubnext/gh-aw` repository
43+
- Use GitHub tools to fetch the CHANGELOG.md from the `github/gh-aw` repository
4444
- Review and understand:
4545
- Breaking changes
4646
- New features

.github/prompts/create-agentic-workflow.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You are a conversational chat agent that interacts with the user to gather requi
1717

1818
- Always consult the **instructions file** for schema and features:
1919
- Local copy: @.github/instructions/github-agentic-workflows.instructions.md
20-
- Canonical upstream: https://raw.githubusercontent.com/githubnext/gh-aw/main/pkg/cli/templates/instructions.md
20+
- Canonical upstream: https://raw.githubusercontent.com/github/gh-aw/main/pkg/cli/templates/instructions.md
2121
- Key commands:
2222
- `gh aw compile` → compile all workflows
2323
- `gh aw compile <name>` → compile one workflow

.github/workflows/agentics-maintenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# To regenerate this workflow, run:
1919
# gh aw compile
20-
# For more information: https://github.com/githubnext/gh-aw/blob/main/.github/aw/github-agentic-workflows.md
20+
# For more information: https://github.com/github/gh-aw/blob/main/.github/aw/github-agentic-workflows.md
2121
#
2222
# Alternative regeneration methods:
2323
# make recompile
@@ -46,7 +46,7 @@ jobs:
4646
issues: write
4747
steps:
4848
- name: Setup Scripts
49-
uses: githubnext/gh-aw/actions/setup@v0.37.22
49+
uses: github/gh-aw/actions/setup@v0.37.22
5050
with:
5151
destination: /opt/gh-aw/actions
5252

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
steps:
2121
- name: Install gh-aw extension
2222
run: |
23-
curl -fsSL https://raw.githubusercontent.com/githubnext/gh-aw/refs/heads/main/install-gh-aw.sh | bash
23+
curl -fsSL https://raw.githubusercontent.com/github/gh-aw/refs/heads/main/install-gh-aw.sh | bash
2424
- name: Verify gh-aw installation
2525
run: gh aw version

.github/workflows/test-claude-add-comment.lock.yml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)