Add Cursor Cloud agent setup notes - #5
Conversation
Document cloud-specific restore/build gotchas, model-cache expectations, and CLI entrypoint guidance for future agents. Co-authored-by: Anthony Thompson <github@trackdub.com>
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6f37c98f2d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Align single-test and CI restore/test examples with the cloud-agent guidance that restore/build/test use -m:1. Co-authored-by: Anthony Thompson <github@trackdub.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
@coderabbitai review |
Use checkout-friendly CLI invocations and restore the documentation index link. Co-authored-by: Cursor <cursoragent@cursor.com>
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Reviewed by step-3.7-flash · Input: 81.4K · Output: 9.8K · Cached: 404K Review guidance: REVIEW.md from base branch |
Summary
Documents Cursor Cloud-specific development notes in
AGENTS.mdafter verifying the Trackdub public-core environment on a cloud agent VM.Verified in this environment
dotnet restore Trackdub.slnx -m:1dotnet build Trackdub.slnx -m:1(0 warnings / 0 errors)dotnet format Trackdub.slnx --verify-no-changesdotnet test Trackdub.slnx -m:1(2715 passed, 38 skipped, 0 failed)silero-vad, runvadstage successfullyCloud environment recommendation
dotnet restore Trackdub.slnx -m:1dotnet-libraries)Notes
No application code changes. FFmpeg and .NET 10.0.300 were already present on the VM.
Summary by cubic
Add Cursor Cloud agent setup notes and gotchas in
AGENTS.md, clarify the headless CLI entrypoint (src/Trackdub.Cli), standardize-m:1across restore/build/test examples (incl. single-test and CI), switch to checkout-friendly CLI commands, and restore the docs index link.Covers NuGet access to
nuget.organd Azure Artifactsdotnet-librariesforMicrosoft.ML.Tokenizers3.x, thedotnet formatgate, media deps (FFmpeg/ffprobe) and thedoctorcommand viadotnet run, model cache commands with tests skipping when models are missing, preferreddotnet runwith--no-build, and default data/cache roots under ~/.local/share/Trackdub.Written for commit 41961c9. Summary will update on new commits.