From 84fd922d168376d1dc84b1ee4658574977b4d126 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 02:08:30 +0000 Subject: [PATCH 1/2] docs: revamp docs as Elastic Agent Factory Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 9 +++++++-- docs/index.md | 30 +++++++++++++++++++++++++--- docs/workflows/gh-agent-workflows.md | 11 ++++++++-- mkdocs.yml | 2 +- 4 files changed, 44 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d0a2f4fa..86c4a9bc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ AI-powered GitHub workflows for Elastic repositories. Full documentation lives at https://elastic.github.io/ai-github-actions/. -- GitHub Agent Workflows (recommended): https://elastic.github.io/ai-github-actions/workflows/gh-agent-workflows/ +- Elastic Agent Factory (GitHub Agent Workflows, recommended): https://elastic.github.io/ai-github-actions/workflows/gh-agent-workflows/ - Legacy Claude Composite Actions: https://elastic.github.io/ai-github-actions/workflows/claude-workflows/ - Developing: https://elastic.github.io/ai-github-actions/developing/ - Security: https://elastic.github.io/ai-github-actions/security/ @@ -16,9 +16,14 @@ Full documentation lives at https://elastic.github.io/ai-github-actions/. ## Overview -- GitHub Agent Workflows are the primary/recommended path and provide safe-output guardrails with configurable engines. +- Elastic Agent Factory (GitHub Agent Workflows) is the primary/recommended path and provides safe-output guardrails with configurable engines. - Claude Composite Actions remain supported as a legacy option with RO/RWX/RWXP permission variants. +## Top recommended workflows + +- Starter repo operations set: `pr-review`, `issue-triage`, `mention-in-issue`, `mention-in-pr`, `pr-actions-detective` +- Continuous improvement set: `bug-hunter`, `bug-exterminator`, `code-simplifier`, `docs-patrol`, `newbie-contributor-patrol`, `small-problem-fixer`, `stale-issues`, `test-improver`, `breaking-change-detector`, `code-duplication-detector`, `update-pr-body` + ## Quick setup script Run from the repository you want to configure (requires `gh` (authenticated via `gh auth login`), `git`, and `curl`): diff --git a/docs/index.md b/docs/index.md index 12f15aed..3eddd8d2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ AI-powered GitHub workflows for Elastic repositories. -## Recommended approach +## Elastic Agent Factory (recommended) | Feature | GitHub Agent Workflows | | --- | --- | @@ -12,12 +12,36 @@ AI-powered GitHub workflows for Elastic repositories. | Install | Copy trigger YAML (recommended) | | Guardrails | Safe-outputs framework (structured API outputs) | | Customization | `additional-instructions`, `setup-commands`, or full shim edit | +| Also called | Elastic Agent Factory | -GitHub Agent Workflows are recommended for all new deployments and ongoing maintenance. +Elastic Agent Factory (GitHub Agent Workflows) is recommended for all new deployments and ongoing maintenance. + +## Top recommended workflows + +### Starter repo operations set + +- `pr-review` +- `issue-triage` +- `mention-in-issue` +- `mention-in-pr` +- `pr-actions-detective` + +### Continuous improvement add-ons + +- `bug-hunter` + `bug-exterminator` +- `code-simplifier` +- `docs-patrol` +- `newbie-contributor-patrol` +- `small-problem-fixer` +- `stale-issues` +- `test-improver` +- `breaking-change-detector` +- `code-duplication-detector` +- `update-pr-body` ## Workflows -- [GitHub Agent Workflows](workflows/gh-agent-workflows.md) +- [Elastic Agent Factory (GitHub Agent Workflows)](workflows/gh-agent-workflows.md) ## Legacy diff --git a/docs/workflows/gh-agent-workflows.md b/docs/workflows/gh-agent-workflows.md index 4e9f8a84..947dc77b 100644 --- a/docs/workflows/gh-agent-workflows.md +++ b/docs/workflows/gh-agent-workflows.md @@ -1,6 +1,6 @@ -# GitHub Agent Workflows +# Elastic Agent Factory (GitHub Agent Workflows) -GitHub Agentic Workflows with safe-output guardrails. Engine and model are configurable per workflow, and updates are delivered via the `v0` tag. +Elastic Agent Factory is built on GitHub Agent Workflows with safe-output guardrails. Engine and model are configurable per workflow, and updates are delivered via the `v0` tag. ## Install (caller-based, recommended) @@ -21,6 +21,13 @@ jobs: Each workflow directory contains an `example.yml` starter and a README for trigger details, inputs, and safe outputs. +## Recommended workflow sets + +The quick setup script includes two opinionated sets: + +- **Starter repo operations set (default):** `pr-review`, `issue-triage`, `mention-in-issue`, `mention-in-pr`, `pr-actions-detective` +- **Continuous improvement add-ons (`--continuous-improvement`):** `bug-hunter`, `bug-exterminator`, `code-simplifier`, `docs-patrol`, `newbie-contributor-patrol`, `small-problem-fixer`, `stale-issues`, `test-improver`, `breaking-change-detector`, `code-duplication-detector`, `update-pr-body` + ## Available workflows ### Base workflows diff --git a/mkdocs.yml b/mkdocs.yml index 159fc7a3..4280eec0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,7 +11,7 @@ hooks: nav: - Home: index.md - Workflows: - - GitHub Agent Workflows: + - Elastic Agent Factory (GitHub Agent Workflows): - Overview: workflows/gh-agent-workflows.md - Base Workflows: - Scheduled Audit: workflows/gh-agent-workflows/scheduled-audit.md From 8b68facd5c9c6a8618c2123cac06654c27d00789 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 07:59:32 +0000 Subject: [PATCH 2/2] docs: rename factory branding Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 4 ++-- docs/index.md | 8 ++++---- docs/workflows/gh-agent-workflows.md | 4 ++-- mkdocs.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 86c4a9bc..30d73037 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ AI-powered GitHub workflows for Elastic repositories. Full documentation lives at https://elastic.github.io/ai-github-actions/. -- Elastic Agent Factory (GitHub Agent Workflows, recommended): https://elastic.github.io/ai-github-actions/workflows/gh-agent-workflows/ +- Elastic AI Software Factory (GitHub Agent Workflows, recommended): https://elastic.github.io/ai-github-actions/workflows/gh-agent-workflows/ - Legacy Claude Composite Actions: https://elastic.github.io/ai-github-actions/workflows/claude-workflows/ - Developing: https://elastic.github.io/ai-github-actions/developing/ - Security: https://elastic.github.io/ai-github-actions/security/ @@ -16,7 +16,7 @@ Full documentation lives at https://elastic.github.io/ai-github-actions/. ## Overview -- Elastic Agent Factory (GitHub Agent Workflows) is the primary/recommended path and provides safe-output guardrails with configurable engines. +- Elastic AI Software Factory (GitHub Agent Workflows) is the primary/recommended path and provides safe-output guardrails with configurable engines. - Claude Composite Actions remain supported as a legacy option with RO/RWX/RWXP permission variants. ## Top recommended workflows diff --git a/docs/index.md b/docs/index.md index 3eddd8d2..6ff7442a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ AI-powered GitHub workflows for Elastic repositories. -## Elastic Agent Factory (recommended) +## Elastic AI Software Factory (recommended) | Feature | GitHub Agent Workflows | | --- | --- | @@ -12,9 +12,9 @@ AI-powered GitHub workflows for Elastic repositories. | Install | Copy trigger YAML (recommended) | | Guardrails | Safe-outputs framework (structured API outputs) | | Customization | `additional-instructions`, `setup-commands`, or full shim edit | -| Also called | Elastic Agent Factory | +| Also called | Elastic AI Software Factory | -Elastic Agent Factory (GitHub Agent Workflows) is recommended for all new deployments and ongoing maintenance. +Elastic AI Software Factory (GitHub Agent Workflows) is recommended for all new deployments and ongoing maintenance. ## Top recommended workflows @@ -41,7 +41,7 @@ Elastic Agent Factory (GitHub Agent Workflows) is recommended for all new deploy ## Workflows -- [Elastic Agent Factory (GitHub Agent Workflows)](workflows/gh-agent-workflows.md) +- [Elastic AI Software Factory (GitHub Agent Workflows)](workflows/gh-agent-workflows.md) ## Legacy diff --git a/docs/workflows/gh-agent-workflows.md b/docs/workflows/gh-agent-workflows.md index 947dc77b..4f46977b 100644 --- a/docs/workflows/gh-agent-workflows.md +++ b/docs/workflows/gh-agent-workflows.md @@ -1,6 +1,6 @@ -# Elastic Agent Factory (GitHub Agent Workflows) +# Elastic AI Software Factory (GitHub Agent Workflows) -Elastic Agent Factory is built on GitHub Agent Workflows with safe-output guardrails. Engine and model are configurable per workflow, and updates are delivered via the `v0` tag. +Elastic AI Software Factory is built on GitHub Agent Workflows with safe-output guardrails. Engine and model are configurable per workflow, and updates are delivered via the `v0` tag. ## Install (caller-based, recommended) diff --git a/mkdocs.yml b/mkdocs.yml index 4280eec0..aa4cc538 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,7 +11,7 @@ hooks: nav: - Home: index.md - Workflows: - - Elastic Agent Factory (GitHub Agent Workflows): + - Elastic AI Software Factory (GitHub Agent Workflows): - Overview: workflows/gh-agent-workflows.md - Base Workflows: - Scheduled Audit: workflows/gh-agent-workflows/scheduled-audit.md