chore: Adds CLAUDE.md and AGENTS.md#85
Merged
Merged
Conversation
kailash-b
force-pushed
the
chore/SDK-10168
branch
from
July 22, 2026 12:20
5aa1a5e to
e58152d
Compare
kailash-b
marked this pull request as ready for review
July 22, 2026 12:44
pmathew92
approved these changes
Jul 22, 2026
kailash-b
force-pushed
the
chore/SDK-10168
branch
from
July 22, 2026 13:02
e58152d to
7ec509e
Compare
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.
✏️ Changes
This PR introduces a consolidated AI agent instruction set for the repository, centered on a new
CLAUDE.mdwith supportingreferences/files, and slimsAGENTS.mddown to a pointer so all agents share one source of truth.Added
CLAUDE.md— primary AI agent guidelines: role, working principles, project overview/structure, key files, boundaries (Always Do / Ask First / Never Do), security considerations, and one-line anchors linking to the reference docs.references/code-style.md— naming detail, good/bad examples, and dominant patterns (fluent builder, options, event-handler wrapping).references/commands.md— full build/test/coverage/docs command list.references/docs-update.md— tracked-docs inventory and code-to-docs mapping.references/git-workflow.md— branch naming, commit style, CHANGELOG format.references/pitfalls.md— common gotchas (Domain withouthttps://, DPoP mode semantics, event preservation,InternalsVisibleTo, multi-targeting).references/testing.md— testing conventions, mocking, integration-test helpers, and live-test command.Modified
AGENTS.md— reduced from the previous full instruction copy to a short stub that points at@CLAUDE.md, so non-Claude agents (Codex CLI, Gemini CLI, etc.) read the same guidelines. Eliminates duplication and drift between the two files.🔗 References
🎯 Testing
✅ Checklist