added an agents.md file#165
Merged
Merged
Conversation
Contributor
|
⏭️ Review skipped — another review for this PR is already in progress (started 18s ago). Only one review runs at a time to avoid duplicate comments. The in-progress review will post its results when complete. |
derekmisler
added a commit
to derekmisler/cagent-action
that referenced
this pull request
May 4, 2026
The pr-review-feedback artifact is uploaded by the reply-to-feedback job in .github/workflows/review-pr.yml (via its Upload feedback artifact step), not by the pr-review-reply.yaml agent file. Agent YAMLs are consumed by the docker agent CLI and have no artifact upload capability. Addresses review feedback on PR docker#165. Assisted-By: docker-agent
d18bc74 to
c4ea61b
Compare
Signed-off-by: Derek Misler <derek.misler@docker.com>
c4ea61b to
8ffb5bb
Compare
trungutt
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.
Summary
Adds
AGENTS.md, a comprehensive guide for AI agents and LLMs working in this repository. This document provides context on the repo's purpose, structure, critical conventions, and common tasks — enabling agents to understand the codebase and propose changes safely and correctly.Changes
AGENTS.md— 200+ lines covering:Closes: https://github.com/docker/gordon/issues/487