Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/workflows/gh-agent-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Many scheduled workflows follow a **detector / fixer** pattern: the detector fin
| [Release Update Check](gh-agent-workflows/release-update.md) | Weekly schedule | Open a PR updating pinned ai-github-actions workflow SHAs and suggest workflow changes |
| [Small Problem Fixer](gh-agent-workflows/small-problem-fixer.md) | Weekday schedule | Fix small, related issues and open a focused PR |
| [Test Improver](gh-agent-workflows/test-improver.md) | Weekly schedule | Add targeted tests and clean up redundant coverage |
| [UX Design Patrol](gh-agent-workflows/ux-design-patrol.md) | Weekday schedule | Detect UI/UX design drift and file consolidation reports |

### Elastic-specific workflows

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ nav:
- Framework Best Practices: workflows/gh-agent-workflows/framework-best-practices.md
- Small Problem Fixer: workflows/gh-agent-workflows/small-problem-fixer.md
- Performance Profiler: workflows/gh-agent-workflows/performance-profiler.md
- UX Design Patrol: workflows/gh-agent-workflows/ux-design-patrol.md
- Planning & Insights:
- Plan: workflows/gh-agent-workflows/plan.md
- Agent Suggestions: workflows/gh-agent-workflows/agent-suggestions.md
Expand Down
Loading