Skip to content

Add AGENTS.md with Cursor Cloud development instructions#2

Draft
aj327 wants to merge 1 commit into
masterfrom
cursor/env-setup-5c90
Draft

Add AGENTS.md with Cursor Cloud development instructions#2
aj327 wants to merge 1 commit into
masterfrom
cursor/env-setup-5c90

Conversation

@aj327

@aj327 aj327 commented May 11, 2026

Copy link
Copy Markdown
Owner

Summary

Adds AGENTS.md to document the project structure, tech stack, and development instructions for Cursor Cloud agents.

What's included

  • Project overview: Swift 3 / UIKit / CoreData checklist iOS app
  • Key files: Maps source files and their purposes
  • Cursor Cloud constraints: Documents that this is a native iOS app requiring macOS + Xcode >= 8.3.2 to build/run. Cloud Agent (Linux) can edit code and validate project structure but cannot compile or run the app.
  • Build/test/lint commands: Reference commands for macOS development
  • Validation capabilities: Instructions for validating plists, storyboards, Core Data model, and pbxproj on Linux using Python

Environment validation performed

All project files validated successfully:

  • Info.plist: valid
  • Main.storyboard / LaunchScreen.storyboard: valid XML
  • project.pbxproj: valid structure with correct source file references
  • Core Data model: valid XML (empty - scaffolded)

environment_validation.log

Open in Web Open in Cursor 

Document project structure, tech stack (Swift 3, UIKit, CoreData),
and Cloud Agent constraints (iOS apps require macOS + Xcode).
Include build/test/lint commands for macOS reference.

Co-authored-by: Aaditya Jain <aj327@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