Skip to content

Add Cursor Cloud dev environment documentation (AGENTS.md)#1

Draft
cyrasafia wants to merge 1 commit into
masterfrom
cursor/dev-env-setup-bde4
Draft

Add Cursor Cloud dev environment documentation (AGENTS.md)#1
cyrasafia wants to merge 1 commit into
masterfrom
cursor/dev-env-setup-bde4

Conversation

@cyrasafia

Copy link
Copy Markdown
Owner

Summary

Documents development environment setup for Cursor Cloud Agents working on Cairo Shell.

Changes

  • Adds AGENTS.md with Linux Cloud Agent instructions
  • Documents required EnableWindowsTargeting=true MSBuild property for cross-compiling WPF projects on Linux
  • Lists CI-equivalent restore/publish commands
  • Clarifies Windows-only runtime limitation (GUI cannot launch on Linux VMs)

Environment validation performed

  • Installed .NET SDK 6.0.428
  • dotnet restore on full solution (with EnableWindowsTargeting)
  • dotnet publish using CI profile x64_net6 → produces CairoDesktop.exe (188MB self-contained win-x64 bundle)
  • Confirmed executable is PE32+ Windows binary (cannot run on Linux)

VM update script

Startup refresh installs .NET SDK if missing and runs NuGet restore with Windows targeting enabled.

Open in Web Open in Cursor 

Document .NET SDK setup, EnableWindowsTargeting requirement on Linux,
CI-equivalent publish commands, and Windows-only runtime limitations.

Co-authored-by: cyrasafia <cyrasafia@users.noreply.github.com>
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