Add CLAUDE.md and build/test scripts for AI agents#1042
Open
sumeruchat wants to merge 4 commits intomasterfrom
Open
Add CLAUDE.md and build/test scripts for AI agents#1042sumeruchat wants to merge 4 commits intomasterfrom
sumeruchat wants to merge 4 commits intomasterfrom
Conversation
Provides AI coding assistants with project structure, build/test commands, key classes, and common development workflows so they can work effectively on the SDK without lengthy exploration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copies build.sh and test.sh from feature/agent-scripts-android to the repo root. These provide formatted output, error summaries, and test filtering for AI agents and local development. Updates CLAUDE.md to reference these scripts as the primary build/test commands. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Scripts were copied from feature/agent-scripts-android where they lived under agent/. Update usage comments and example output to reference the new root-level paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Version info goes stale quickly; it's already in build.gradle and CHANGELOG.md where it gets maintained. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
I think we need a more concise plan for the claude md and think of a strategy before publishing it |
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
CLAUDE.mdwith project overview, build/test commands, key classes, module structure, and common development workflows for AI coding assistantsbuild.shandtest.shwrapper scripts (fromfeature/agent-scripts-android) to repo root for formatted build/test output with error summaries and test filteringContext
This replaces the
agent/directory approach from the previous PR with:Test plan
./build.shbuilds the SDK successfully./build.sh --cleandoes a clean build./test.shruns all unit tests./test.sh IterableApiTestfilters to a specific test class./test.sh --listlists available test classes🤖 Generated with Claude Code