Add vendor-neutral assistant guide#501
Merged
dsarno merged 3 commits intoMay 31, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a vendor-neutral AGENTS.md assistant guide and converts Claude-specific guidance files into thin adapters pointing to the shared source of truth.
Changes:
- Adds consolidated repository guidance in
AGENTS.md. - Replaces most
CLAUDE.mdand Claude skill content with pointers toAGENTS.md. - Updates README and CONTRIBUTING docs to direct AI assistants to the shared guide.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
AGENTS.md |
Adds the shared assistant operating guide. |
CLAUDE.md |
Reduces Claude-specific repo guidance to loading notes and an AGENTS.md pointer. |
.claude/skills/godot-ai/skill.md |
Converts the Claude skill into a thin adapter. |
README.md |
Adds an assistant-facing pointer to AGENTS.md. |
docs/CONTRIBUTING.md |
Adds guidance for assistants to read AGENTS.md. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
|
Thank you @Clubhouse1661 ! |
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.
Fixes #486
Summary
Adds a vendor-neutral assistant guide for repository operating context.
AGENTS.mdas the shared source of truth for AI assistant guidance.CLAUDE.mdto Claude-specific loading notes and a pointer toAGENTS.md..claude/skills/godot-ai/skill.mdto a thin Claude skill adapter.AGENTS.md.Why
Godot AI supports multiple MCP clients and assistant workflows, but the repo guidance lived mostly in Claude-specific files. That made useful project context easier for Claude Code to consume than for other agents.
This keeps the same general guidance available, but moves it into a vendor-neutral location.
Notes
This is mostly a consolidation, not a new workflow. Some duplicated content from
CLAUDE.mdand the Claude skill was merged into one shared guide. The full hand-maintained tool inventory was not copied intoAGENTS.md; it points to the canonical inventory sources instead (docs/TOOLS.md,tool_catalog.gd, andtests/unit/test_tool_domains.py) to avoid creating another drift-prone table.Tests
git diff --check origin/main...HEADpasses.