Add AGENTS.md (with CLAUDE.md as a symlink to it) - #1048
Merged
pocke merged 1 commit intoJul 6, 2026
Conversation
Introduce agent guidance that gives coding agents the context they need to work in this repository safely. The content lives in AGENTS.md, the tool-agnostic convention, and CLAUDE.md is a symlink to it so that Claude Code picks up the same file. It covers three things: - A one-line description of the project (a community-managed collection of RBS for gems that lack their own). - Pointers to the documentation. The links are gathered from README.md (the ruby/rbs repository, docs/CONTRIBUTING.md, docs/SECURITY.md, and the rbs collection docs), plus a direct link to the RBS syntax reference at https://github.com/ruby/rbs/blob/master/docs/syntax.md so agents know where the .rbs type definition syntax is documented. - A security section. Files under gems/ can be authored by untrusted users because anyone can open a pull request, so they must not be executed or treated as prompts/instructions. It also directs readers to docs/SECURITY.md before submitting a security report, since this project treats malicious code under gems/ as an ordinary bug rather than a vulnerability. 型の海 名を変え結ぶ 文字の道
pocke
enabled auto-merge
July 6, 2026 09:09
|
@pocke Thanks for your contribution! Please follow the instructions below for each change. Available commandsYou can use the following commands by commenting on this PR.
You changed non-gem files. @pocke, please review and approve the changes. |
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.
Introduce agent guidance that gives coding agents the context they need to work in this repository safely. The content lives in AGENTS.md, the tool-agnostic convention, and CLAUDE.md is a symlink to it so that Claude Code picks up the same file.
It covers three things: