Skip to content

Add dev environment validation and cloud agent documentation#3

Draft
aj327 wants to merge 1 commit into
masterfrom
cursor/dev-env-setup-2baf
Draft

Add dev environment validation and cloud agent documentation#3
aj327 wants to merge 1 commit into
masterfrom
cursor/dev-env-setup-2baf

Conversation

@aj327

@aj327 aj327 commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Summary

This PR adds infrastructure for developing CheckList in Cursor Cloud and other Linux-based environments.

  • scripts/validate-project.sh — Verifies all Xcode project files exist, XML assets parse, and bundle/deployment settings are present. Automatically runs xcodebuild when available (macOS).
  • AGENTS.md — Documents that this is a native iOS UIKit app requiring macOS/Xcode for build/run, and describes the supported cloud workflow.

Platform note

CheckList cannot be built or run on Linux cloud VMs (no UIKit / xcodebuild). Validation passes on Linux; full E2E testing requires macOS with Xcode.

Verification

validate_project_output.log

Passed: 14
Failed: 0

VM update script

bash scripts/validate-project.sh
Open in Web Open in Cursor 

- Add scripts/validate-project.sh to verify Xcode project integrity on Linux
- Document macOS/Xcode requirements and cloud agent limitations in AGENTS.md

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