docs: adds claude.md files#36
Merged
Merged
Conversation
Committed-By-Agent: claude
jagtejsodhi
approved these changes
Jul 1, 2026
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
CLAUDE.mdfiles to give AI assistants (Claude Code and similar) structured context about the repo.CLAUDE.md(root) — repo map, commit conventions, release process, and a pointer toSDK/CLAUDE.mdSDK/CLAUDE.md— SDK-specific guide covering package structure, the interface/implementation architecture pattern, DI wiring, code formatting command, XML doc requirements, and pointers to existing docs for versioning, native plugins, and DI detailsSampleApp/CLAUDE.md— one-liner describing what the sample app isdocs/dependency-injection.md— new doc covering constructor injection, wiring inPrivyImpl, and null-checking patternsKept intentionally lean: conventions enforced by the linter/editorconfig are not duplicated here, and sections that would restate existing
docs/content link out instead.Testing
Reviewed content against
agent_docs/pr_review_rules.md,docs/releasing.md,docs/native-code.md, and the existing SDK source to verify accuracy. Ran a Codex adversarial review — no findings.Public package change?
CHANGELOG.mdfile.