Skip to content

Add Cursor Cloud agent setup notes - #5

Merged
tonythethompson merged 7 commits into
mainfrom
cursor/setup-dev-environment-277e
Jul 29, 2026
Merged

Add Cursor Cloud agent setup notes#5
tonythethompson merged 7 commits into
mainfrom
cursor/setup-dev-environment-277e

Conversation

@tonythethompson

@tonythethompson tonythethompson commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents Cursor Cloud-specific development notes in AGENTS.md after verifying the Trackdub public-core environment on a cloud agent VM.

Verified in this environment

  • dotnet restore Trackdub.slnx -m:1
  • dotnet build Trackdub.slnx -m:1 (0 warnings / 0 errors)
  • dotnet format Trackdub.slnx --verify-no-changes
  • dotnet test Trackdub.slnx -m:1 (2715 passed, 38 skipped, 0 failed)
  • CLI hello-world: create project from sample media, download silero-vad, run vad stage successfully

Cloud environment recommendation

  • Setup / update script: dotnet restore Trackdub.slnx -m:1
  • Network: Full (nuget.org + Azure Artifacts dotnet-libraries)
  • Env vars: leave empty (no secrets in the shared env dialog)

Notes

No application code changes. FFmpeg and .NET 10.0.300 were already present on the VM.

Open in Web Open in Cursor 

Summary by cubic

Add Cursor Cloud agent setup notes and gotchas in AGENTS.md, clarify the headless CLI entrypoint (src/Trackdub.Cli), standardize -m:1 across 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.org and Azure Artifacts dotnet-libraries for Microsoft.ML.Tokenizers 3.x, the dotnet format gate, media deps (FFmpeg/ffprobe) and the doctor command via dotnet run, model cache commands with tests skipping when models are missing, preferred dotnet run with --no-build, and default data/cache roots under ~/.local/share/Trackdub.

Written for commit 41961c9. Summary will update on new commits.

Review in cubic


Open with GitKraken

Document cloud-specific restore/build gotchas, model-cache
expectations, and CLI entrypoint guidance for future agents.

Co-authored-by: Anthony Thompson <github@trackdub.com>
@graphite-app

graphite-app Bot commented Jul 26, 2026

Copy link
Copy Markdown

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • queue - adds this PR to the back of the merge queue
  • fast - for urgent changes, fast-track this PR to the front of 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.

@tonythethompson
tonythethompson marked this pull request as ready for review July 26, 2026 10:48

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread AGENTS.md
cursoragent and others added 2 commits July 26, 2026 11:18
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>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@tonythethompson

Copy link
Copy Markdown
Contributor Author

@coderabbitai review

@linear-code

linear-code Bot commented Jul 29, 2026

Copy link
Copy Markdown

TS-30

Comment thread AGENTS.md Outdated
Comment thread AGENTS.md
Use checkout-friendly CLI invocations and restore the documentation index link.

Co-authored-by: Cursor <cursoragent@cursor.com>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

@kilo-code-bot

kilo-code-bot Bot commented Jul 29, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 file)
  • AGENTS.md

Reviewed by step-3.7-flash · Input: 81.4K · Output: 9.8K · Cached: 404K

Review guidance: REVIEW.md from base branch main

@tonythethompson
tonythethompson merged commit 70f5258 into main Jul 29, 2026
15 checks passed
@tonythethompson
tonythethompson deleted the cursor/setup-dev-environment-277e branch July 29, 2026 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants