Improve docs-drift and docs-new-contributor-review workflows#211
Merged
strawgate merged 3 commits intoelastic:mainfrom Feb 20, 2026
Merged
Improve docs-drift and docs-new-contributor-review workflows#211strawgate merged 3 commits intoelastic:mainfrom
strawgate merged 3 commits intoelastic:mainfrom
Conversation
docs-drift: - Add elastic-docs MCP server to detect drift in published Elastic documentation, not just local files. - Add applies_to tag awareness: flag when code changes affect feature lifecycle (beta->GA, deprecation, removal) and tags need updating. - Add backport detection: note when documentation updates need to be backported to earlier version branches. - Make data gathering dynamic instead of assuming a fixed directory structure for documentation files. - Update issue format to include applies_to impact, backport needs, and published docs impact sections. docs-new-contributor-review: - Replace hardcoded file list with dynamic documentation discovery so the workflow is portable to any repository. - Add elastic-docs MCP server to cross-reference the repo's onboarding docs against published Elastic documentation and flag contradictions. Both workflows also get recompiled lock files to match gh-aw v0.45.1. Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
b57942a to
ae45736
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split external documentation checks out of the base docs workflows into dedicated workflows.
Base workflows (
docs-drift,docs-new-contributor-review):New workflows (
docs-drift-external,docs-new-contributor-review-external):elastic-docsMCP server for cross-referencing published Elastic documentationapplies_totag validation and backport detection (drift-external)elastic.co/docsflagged as blocking (new-contributor-external)Also adds:
gh-agent-workflows/entries, mkdocs nav, overview table rows, and smoke test coverage for both new workflows.