Add AGENTS.md for Cursor Cloud development environment#2611
Draft
abdulraqeeb33 wants to merge 1 commit intomainfrom
Draft
Add AGENTS.md for Cursor Cloud development environment#2611abdulraqeeb33 wants to merge 1 commit intomainfrom
abdulraqeeb33 wants to merge 1 commit intomainfrom
Conversation
- Document project structure, prerequisites, and key commands - Note pre-existing test failures and Robolectric-based testing - Include Android SDK and JDK setup requirements Co-authored-by: abdulraqeeb33 <abdulraqeeb33@users.noreply.github.com>
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.
Description
One Line Summary
Adds
AGENTS.mdwith Cursor Cloud-specific development environment instructions for the OneSignal Android SDK.Details
Motivation
Enables Cursor Cloud agents to quickly set up and work with this Android SDK codebase by documenting prerequisites, key commands, and gotchas discovered during environment setup.
Scope
Only adds a new
AGENTS.mdfile. No existing code is modified.Testing
Environment validation performed:
./gradlew assembleRelease— all 358 tasks successful (SDK modules + demo app)./gradlew :app:assembleGmsDebug— APK produced atapp-gms-debug.apk(19.5 MB)./gradlew spotlessCheck— passed (61 tasks)./gradlew detekt— passed with pre-existing warnings./gradlew testDebugUnitTest— 982 tests run, 978 passed, 4 pre-existing failuresBuild log evidence:
gradle_build.log
gradle_test.log
Checklist
Overview
Testing
Final pass
To show artifacts inline, enable in settings.