docs: Add check-fixer files to STRUCTURE.md [doc-updater]#891
Merged
Conversation
Contributor
There was a problem hiding this comment.
Documentation-only change to STRUCTURE.md — reviewed all 5 additions and 2 deletions.
Verification performed:
- All three new files (
shared/check-fixers.yml,action/build-check-fixer-prompt.sh,.github/workflows/reusable-check-fixer.yml) exist onmainas of commit 650fca9. - Both deprecated files (
build-autofixer-prompt.sh,reusable-autofix.yml) carry explicit# DEPRECATEDheaders in their source, consistent with the deprecation annotations added here. - Placement of
check-fixers.ymlin theshared/tree listing is accurate — it sits betweencheckpoints/andprompts/in the actual filesystem. - Descriptions are factually correct per the file headers.
No issues found. Clean doc update.
— Authored by egg
Contributor
Author
|
egg review completed. View run logs |
jwbron
approved these changes
Feb 23, 2026
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.
docs: Add check-fixer files to STRUCTURE.md [doc-updater]
Update STRUCTURE.md to reflect new per-check autofixer components from commit 650fca9.
Changes:
build-check-fixer-prompt.shto action/ directory listing (marked deprecatedbuild-autofixer-prompt.sh)check-fixers.ymlto shared/ directory listing (per-check config for non-LLM fixes, retries, model)reusable-check-fixer.ymlto workflows listing (marked deprecatedreusable-autofix.yml)The per-check autofixer introduces significant new capabilities:
The guide documentation (docs/guides/github-automation.md) was already comprehensively updated in the original commit. This PR updates only the structural documentation that enumerates project files.
Triggered by: 650fca9b
Authored-by: egg