Skip to content

Commit 691046d

Browse files
committed
simplify includes
1 parent ab5c853 commit 691046d

21 files changed

+12
-95
lines changed

docs/ci-doctor.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ This creates a pull request to add the workflow to your repository. After mergin
1818

1919
## Configuration
2020

21-
This workflow requires no configuration and works out of the box. However, you can customize it as follows:
22-
23-
1. Use local configuation to specify which workflows to monitor (currently monitors "Daily Perf Improver" and "Daily Test Improver"), investigation depth, failure categorization, and reporting format. Local configuration can be done in `.github/workflows/agentics/ci-doctor.config.md`.
24-
25-
2. Build tool configuration for build tools shared across all workflows installed from this pack can be done in `.github/workflows/agentics/build-tools.md`.
21+
You can specify which workflows to monitor (currently monitors "Daily Perf Improver" and "Daily Test Improver") by editing the workflow directly.
2622

2723
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
2824

docs/daily-accessibility-review.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ gh aw run daily-accessibility-review
2424

2525
## Configuration
2626

27-
This workflow requires no configuration and works out of the box. However, you can customize it as follows:
28-
29-
1. Use local configuation to specify which accessibility standards to check (e.g., WCAG 2.1, WCAG 2.2), types of accessibility issues to prioritize, and reporting format. Local configuration can be done in `.github/workflows/agentics/daily-accessibility-review.config.md`.
30-
31-
2. Build tool configuration for build tools shared across all workflows installed from this pack can be done in `.github/workflows/agentics/build-tools.md`.
27+
This workflow requires no configuration and works out of the box. You can use local configuation to specify which accessibility standards to check (e.g., WCAG 2.1, WCAG 2.2), types of accessibility issues to prioritize, and reporting format. Local configuration can be done in `.github/workflows/agentics/daily-accessibility-review.config.md`.
3228

3329
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
3430

docs/daily-dependency-updates.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ gh aw run daily-dependency-updates
3838

3939
## Configuration
4040

41-
This workflow requires no configuration and works out of the box. However, you can customize it as follows:
41+
This workflow requires no configuration and works out of the box. You can use local configuation to specify dependency management tools (npm, pip, maven, etc.), customize dependency update strategies and version constraints, onfigure which dependencies to include/exclude from automated updates. Local configuration can be done in `.github/workflows/agentics/daily-dependency-updates.config.md`.
4242

43-
1. Use local configuation to specify dependency management tools (npm, pip, maven, etc.), customize dependency update strategies and version constraints, onfigure which dependencies to include/exclude from automated updates. Local configuration can be done in `.github/workflows/agentics/daily-dependency-updates.config.md`.
4443

45-
2. Build tool configuration for build tools shared across all workflows installed from this pack can be done in `.github/workflows/agentics/build-tools.md`.
4644

4745
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
4846

docs/daily-perf-improver.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ gh aw run daily-perf-improver --repeat 180
5252

5353
3. Use local configuation to specify performance testing tools and benchmarking frameworks, optimization targets, performance metrics, and profiling strategies. Local configuration can be done in `.github/workflows/agentics/daily-perf-improver.config.md`.
5454

55-
4. Build tool configuration for build tools shared across all workflows installed from this pack can be done in `.github/workflows/agentics/build-tools.md`.
56-
5755
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
5856

5957
## What it reads from GitHub

docs/daily-plan.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ gh aw run daily-plan
2222

2323
## Configuration
2424

25-
This workflow requires no configuration and works out of the box. However, you can customize it as follows:
26-
27-
1. Use local configuation to specify planning focus areas, reporting format, and frequency. Local configuration can be done in `.github/workflows/agentics/daily-plan.config.md`.
25+
This workflow requires no configuration and works out of the box. You can use local configuation to specify planning focus areas, reporting format, and frequency. Local configuration can be done in `.github/workflows/agentics/daily-plan.config.md`.
2826

2927
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
3028

docs/daily-progress.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ This workflow requires no configuration and works out of the box. However, you c
4040

4141
2. **Build steps**: The workflow will automatically create a build configuration file at `.github/actions/daily-progress/build-steps/action.yml` to set up the development environment for feature work.
4242

43-
3. **Build tools configuration**: Specify additional bash commands and tools in `.github/workflows/agentics/build-tools.md` (shared).
44-
4543
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
4644

4745
## How it Works

docs/daily-qa.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ gh aw run daily-qa
2424

2525
## Configuration
2626

27-
This workflow requires no configuration and works out of the box. However, you can customize it as follows:
27+
This workflow requires no configuration and works out of the box. You can use local configuation to specify QA tasks, testing scenarios, reporting format, and frequency. Local configuration can be done in `.github/workflows/agentics/daily-qa.config.md`.
2828

29-
1. Use local configuation to specify QA tasks, testing scenarios, reporting format, and frequency. Local configuration can be done in `.github/workflows/agentics/daily-qa.config.md`.
3029

31-
2. Build tool configuration for build tools shared across all workflows installed from this pack can be done in `.github/workflows/agentics/build-tools.md`.
3230

3331
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
3432

docs/daily-team-status.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ gh aw run daily-team-status
2222

2323
## Configuration
2424

25-
This workflow requires no configuration and works out of the box. However, you can customize it as follows:
26-
27-
1. Use local configuation to customize triage criteria, labeling logic, customize issue categorization, modify automated responses. Local configuration can be done in `.github/workflows/agentics/daily-team-status.config.md`.
25+
This workflow requires no configuration and works out of the box. You can use local configuation to customize triage criteria, labeling logic, customize issue categorization, modify automated responses. Local configuration can be done in `.github/workflows/agentics/daily-team-status.config.md`.
2826

2927
2. Add MCPs to integrate with project management tools
3028

docs/daily-test-improver.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ gh aw run daily-test-improver
4646

4747
3. Use local configuation or comment on the plan to specify test generation strategies, high-priority areas and coverage targets. Local configuration can be done in `.github/workflows/agentics/daily-test-improver.config.md`.
4848

49-
4. Build tool configuration for build tools shared across all workflows installed from this pack can be done in `.github/workflows/agentics/build-tools.md`.
50-
5149
After editing run `gh aw compile` to update the workflow and commit all changes to the default branch.
5250

5351
## What it reads from GitHub

docs/issue-triage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ This creates a pull request to add the workflow to your repository. You can't st
1818

1919
## Configuration
2020

21-
This workflow requires no configuration and works out of the box. However, you can customize it as follows:
22-
23-
1. Use local configuation to customize triage criteria, labeling logic, customize issue categorization, modify automated responses. Local configuration can be done in `.github/workflows/agentics/issue-triage.config.md`.
21+
This workflow requires no configuration and works out of the box. You can use local configuation to customize triage criteria, labeling logic, customize issue categorization, modify automated responses. Local configuration can be done in `.github/workflows/agentics/issue-triage.config.md`.
2422

2523
2. Add MCPs to integrate with project management tools
2624

0 commit comments

Comments
 (0)