Adds Cursor Cloud Agent environment#3606
Merged
Merged
Conversation
Co-authored-by: JayShortway <JayShortway@users.noreply.github.com>
Co-authored-by: JayShortway <JayShortway@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3606 +/- ##
=======================================
Coverage 80.26% 80.26%
=======================================
Files 378 378
Lines 15449 15449
Branches 2144 2144
=======================================
Hits 12400 12400
Misses 2190 2190
Partials 859 859 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
Adds a Cursor Cloud Agent environment so Cloud Agents can verify their own work and run Gradle and stuff. It's just the same image we use in CI.
Note
Low Risk
Developer-tooling and ignore rules only; no app, auth, or runtime behavior changes.
Overview
Adds a Cursor Cloud Agent setup so agents can build and run Gradle in an environment aligned with CI.
A new
.cursor/Dockerfileusescimg/android:2025.04.1(same as.circleci/config.yml) and extendsPATHfor Android cmdline-tools and platform-tools..cursor/environment.jsonpoints the agent build at that Dockerfile with repo root as context..gitignoreno longer ignores the whole.cursor/directory; it ignores.cursor/*but keeps.cursor/environment.jsonand.cursor/Dockerfiletracked.Reviewed by Cursor Bugbot for commit 45c8366. Bugbot is set up for automated code reviews on this repo. Configure here.