-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Making Gemini and Claude configuration files point to AGENTS.md #3494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: George Araújo <[email protected]>
Signed-off-by: George Araújo <[email protected]>
Signed-off-by: George Araújo <[email protected]>
Signed-off-by: George Araújo <[email protected]>
Signed-off-by: George Araújo <[email protected]>
Signed-off-by: George Araújo <[email protected]>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
❌ Deploy Preview for relaxed-lollipop-b6bc17 failed. Why did it fail? →
|
Signed-off-by: George Araújo <[email protected]>
Signed-off-by: George Araújo <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request reorganizes documentation for AI agents and development workflows by centralizing agent instructions and extracting Git workflow guidelines into a dedicated file.
Changes:
- Added
.gemini/settings.jsonto define context files for Gemini AI agent operations - Created
CLAUDE.mdas a reference pointer toAGENTS.md - Reorganized
AGENTS.mdby consolidating content and improving the pre-commit checklist structure - Extracted Git workflow documentation into new
.github/GIT_WORKFLOW.mdfile
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| CLAUDE.md | New file containing a reference to AGENTS.md using @AGENTS.md syntax |
| AGENTS.md | Reorganized to streamline content, updated introduction, consolidated pre-commit checklist, and moved Git workflow details to dedicated file |
| .github/GIT_WORKFLOW.md | New dedicated file documenting commit message format, staging practices, and files to exclude from commits |
| .gemini/settings.json | New configuration file listing context files for Gemini AI agent |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
This pull request updates project documentation to clarify and standardize the development workflow, Git practices, and troubleshooting resources. The main changes include adding a dedicated Git workflow guide and reorganizing the
AGENTS.mdfile for better clarity and usability.Documentation and Workflow Improvements:
.github/GIT_WORKFLOW.mdfile detailing commit message conventions, types, and best practices for staging and ignoring files.AGENTS.md, emphasizing Docker usage and proper code formatting.AGENTS.mdto better direct users to relevant resources and removed redundant or outdated instructions. [1] [2]Configuration and Context Updates:
.gemini/settings.jsonfile to define context files for Gemini agent operations, ensuring relevant documentation is available for automation tools.CLAUDE.mdfile pointing toAGENTS.md.