diff --git a/gh-agent-workflows/README.md b/gh-agent-workflows/README.md index bc7c50bf..3d33f23b 100644 --- a/gh-agent-workflows/README.md +++ b/gh-agent-workflows/README.md @@ -29,3 +29,15 @@ Default workflows: Use `--workflows` (comma-separated) to override the defaults, `--skip-secret` to set the secret manually, `--continuous-improvement` to also install selected continuous improvement workflows, or `--repo OWNER/REPO` when auto-detection is not available. + +`--continuous-improvement` adds: +- `bug-hunter` +- `bug-exterminator` +- `code-simplifier` +- `docs-drift` +- `docs-new-contributor-review` +- `small-problem-fixer` +- `stale-issues` +- `test-improvement` +- `breaking-change-detect` +- `semantic-function-clustering` diff --git a/scripts/quick-setup.sh b/scripts/quick-setup.sh index eff561bf..09f8a729 100755 --- a/scripts/quick-setup.sh +++ b/scripts/quick-setup.sh @@ -124,8 +124,12 @@ continuous_improvement_workflows=( bug-exterminator code-simplifier docs-drift + docs-new-contributor-review small-problem-fixer + stale-issues test-improvement + breaking-change-detect + semantic-function-clustering ) if [ -n "$workflows_csv" ]; then