docs: add AGENTS.md for AI contributors#989
Open
wustwyh wants to merge 1 commit into
Open
Conversation
Add an AGENTS.md quick-reference covering project layout, development commands, template workflow, code style, and agent-specific contribution tips.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces AGENTS.md, a quick-reference guide for AI and human contributors to the Agent Starter Pack. The feedback suggests correcting the path to the Go templates to use the full repository path agent_starter_pack/base_templates/go/ instead of the relative one to avoid confusion.
| ## Code Style | ||
|
|
||
| - Python: `ruff` (line length 88, target `py311`), `ty` type checker, `codespell`. | ||
| - Go templates: follow the conventions in `base_templates/go/`. |
Contributor
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 an
AGENTS.mdfile to help AI coding agents (and human contributors) quickly understand the project layout, build/test commands, template development workflow, and contribution conventions.The repository currently has
README.md,CONTRIBUTING.md, andGEMINI.md, but lacks a concise AI-focused onboarding file.AGENTS.mdfills that gap by summarizing the commands and patterns an agent needs before making changes.Type of Change
Test Plan
make install,make lint,make test,_TEST_AGENT_COMBINATION=... make lint-templated-agents) exist in the repository'sMakefileandCONTRIBUTING.md.Related Issues
None.
Notes for Reviewers
This is a documentation-only addition. It does not modify any templates, CLI code, or tests.