Skip to content

Commit f790474

Browse files
committed
2 parents ca6cb49 + ddd4974 commit f790474

30 files changed

Lines changed: 17 additions & 87 deletions

docs/ci-doctor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [CI Doctor workflow](../workflows/ci-doctor.md?plain=1) monitors your GitHub
77
## Installation
88

99
```bash
10-
gh aw add ci-doctor -r githubnext/agentics --pr
10+
gh aw add githubnext/agentics/ci-doctor --pr
1111
```
1212

1313
This creates a pull request to add the workflow to your repository. After merging the PR, the workflow will automatically trigger when monitored CI workflows fail. You cannot start this workflow manually as it responds to workflow failure events.

docs/daily-accessibility-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [daily accessibility review workflow](../workflows/daily-accessibility-revie
77
## Installation
88

99
```bash
10-
gh aw add daily-accessibility-review -r githubnext/agentics --pr
10+
gh aw add githubnext/agentics/daily-accessibility-review --pr
1111
```
1212

1313
This creates an issue in your repository recording accessibility problems found.

docs/daily-dependency-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [daily dependency updater workflow](../workflows/daily-dependency-updates.md
77
## Installation
88

99
```bash
10-
gh aw add daily-dependency-updates -r githubnext/agentics --pr
10+
gh aw add githubnext/agentics/daily-dependency-updates --pr
1111
```
1212

1313
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:

docs/daily-perf-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [daily performance improver workflow](../workflows/daily-perf-improver.md?pl
77
## Installation
88

99
```bash
10-
gh aw add daily-perf-improver -r githubnext/agentics --pr
10+
gh aw add githubnext/agentics/daily-perf-improver --pr
1111
```
1212

1313
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:

docs/daily-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [daily plan workflow](../workflows/daily-plan.md?plain=1) will run daily to
77
## Installation
88

99
```bash
10-
gh aw add daily-plan -r githubnext/agentics --pr
10+
gh aw add githubnext/agentics/daily-plan --pr
1111
```
1212

1313
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:

docs/daily-progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [daily progress workflow](../workflows/daily-progress.md?plain=1) is an auto
77
## Installation
88

99
```bash
10-
gh aw add daily-progress -r githubnext/agentics --pr
10+
gh aw add githubnext/agentics/daily-progress --pr
1111
```
1212

1313
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:

docs/daily-qa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [daily Adhoc QA workflow](../workflows/daily-qa.md?plain=1) will perform adh
77
## Installation
88

99
```bash
10-
gh aw add daily-qa -r githubnext/agentics --pr
10+
gh aw add githubnext/agentics/daily-qa --pr
1111
```
1212

1313
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:

docs/daily-team-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [daily team status workflow](../workflows/daily-team-status.md?plain=1) will
77
## Installation
88

99
```bash
10-
gh aw add daily-team-status -r githubnext/agentics --pr
10+
gh aw add githubnext/agentics/daily-team-status --pr
1111
```
1212

1313
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:

docs/daily-test-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [daily test coverage improver workflow](../workflows/daily-test-improver.md?
77
## Installation
88

99
```bash
10-
gh aw add daily-test-improver -r githubnext/agentics --pr
10+
gh aw add githubnext/agentics/daily-test-improver --pr
1111
```
1212

1313
This creates a pull request to add the workflow to your repository. After merging the PR and syncing to main, you can start a run of this workflow immediately by running:

docs/issue-triage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The [issue triage workflow](../workflows/issue-triage.md?plain=1) will when issu
77
## Installation
88

99
```bash
10-
gh aw add issue-triage -r githubnext/agentics --pr
10+
gh aw add githubnext/agentics/issue-triage --pr
1111
```
1212

1313
This creates a pull request to add the workflow to your repository. You can't start a run of this workflow directly as it is triggered in the context of an issue.

0 commit comments

Comments
 (0)