You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a great refactoring of the CI documentation! The changes break down the monolithic ci/AGENTS.md into focused, subdirectory-specific AGENTS.md files. This aligns perfectly with the pattern described in the root AGENTS.md.
What I like:
Logical decomposition - Each subdirectory now has its own AGENTS.md with relevant details:
reporters/ - Artifact bus contract and conventions
scripts/ - Executable entrypoints and changeset validation rules
utils/ - Shared helpers for git/GitHub/PR operations
versioning/ - Shell orchestration with clear human-only rules
visual-regression/ - Complete VR system documentation
Consistent structure - All new files follow the established AGENTS.md format (WHERE TO LOOK tables, CONVENTIONS, ANTI-PATTERNS, NOTES)
Good cross-references - The root ci/AGENTS.md now serves as a proper index pointing to subdirectory docs
Security consciousness - The versioning AGENTS.md correctly documents the human-only rules for production releases and the anti-pattern of running fork code with secrets
VR documentation - The visual-regression AGENTS.md is particularly thorough, documenting the worker contract, change classification, and fork safety
Suggestions:
None - this is a straightforward documentation refactor that improves maintainability. The information is preserved and better organized.
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
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.
Fixes #[insert GH or internal issue link(s)].
Describe your change...