From 47613a155e4e79a6343772bbf17d5d735db98339 Mon Sep 17 00:00:00 2001 From: jared Date: Sat, 31 Jan 2026 10:32:11 -0500 Subject: [PATCH] updated rl --- junk | 34 ---------------------------------- ralph-loop.txt | 1 + 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 junk create mode 100644 ralph-loop.txt diff --git a/junk b/junk deleted file mode 100644 index 234bed5..0000000 --- a/junk +++ /dev/null @@ -1,34 +0,0 @@ -/ralph-loop:ralph-loop "Create an iOS app in Swift/SwiftUI that captures photos from both the front and rear cameras simultaneously. - - ## Requirements - - 1. **Dual Camera Capture** - - Use AVCaptureMultiCamSession to capture from front and rear cameras at the same time - - Single capture button triggers both cameras simultaneously - - Handle devices that don't support multi-cam gracefully (show error message) - - 2. **Photo Display Screen** - - After capture, navigate to a review screen - - Rear camera photo displays full-screen as background - - Front camera photo displays as a smaller overlay (roughly 25% size) - - Front photo positioned in top-right corner with rounded corners and subtle border - - User can tap front photo to drag/reposition it - - 3. **Basic Features** - - Save combined image to photo library - - Retake button to return to camera - - Request camera and photo library permissions properly - - 4. **Project Structure** - - Clean MVVM architecture - - Separate camera service class - - The app should build and run without errors - - ## Success Criteria - - App builds without errors or warnings - - Both cameras capture simultaneously on supported devices - - Photos display in correct layout (rear=background, front=overlay) - - Can save the composite image - - Output DUAL CAM APP COMPLETE when the app builds successfully and meets all requirements." --completion-promise "DUAL CAM APP COMPLETE" - --max-iterations 25 diff --git a/ralph-loop.txt b/ralph-loop.txt new file mode 100644 index 0000000..9e17c86 --- /dev/null +++ b/ralph-loop.txt @@ -0,0 +1 @@ +/ralph-loop:ralph-loop "[PROMPT]" --completion-promise "DONE" --max-iterations 10