# Claude Instructions Read and follow the constitution at `.specify/memory/constitution.md` for all project guidelines, principles, and technical decisions. ## Quick Reference - **Project**: CheapRetouch - iOS photo editor for removing unwanted elements - **Platform**: iOS 17.0+ - **Stack**: SwiftUI, Vision, VisionKit, Metal, Core Image - **YOLO Mode**: Enabled - **Git Autonomy**: Enabled ## Workflow 1. Check `specs/` for incomplete specifications 2. Implement each spec fully before moving to the next 3. Commit and push when spec is complete 4. Output `DONE` only when 100% complete