docs(agents): expand AGENTS.md with guidelines and standards#2644
Merged
docs(agents): expand AGENTS.md with guidelines and standards#2644
Conversation
Add project agent guidelines section covering code quality standards, working approach, and validation requirements to help AI agents and contributors understand expectations. Update command list formatting from hyphens to em dashes for improved readability and visual consistency throughout the document.
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
Reviewed the changes to AGENTS.md. The PR expands the document with new sections covering Code Quality Standards, Working Approach, Validation Requirements, and Git Practices, and updates command list separators from hyphens (-) to em dashes (—) for improved readability.
No issues found in the changed code. The added guidelines are clear, consistent, and aligned with project conventions. The em dash formatting is applied uniformly across all updated entries.
Note: Lines 69–71 use
./bin/docker agent(with a space) instead of./bin/docker-agentfor theservesubcommands, which may be incorrect — but this is a pre-existing issue that was not introduced by this PR, so it's out of scope for this review.
rumpl
approved these changes
May 5, 2026
silvin-lubecki
approved these changes
May 6, 2026
dgageot
approved these changes
May 6, 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.
Add project agent guidelines section covering code quality
standards, working approach, and validation requirements to
help AI agents and contributors understand expectations.
Update command list formatting from hyphens to em dashes for
improved readability and visual consistency throughout the
document.