AGENTS.md
ARCHITECTURE.md
BUILDING.md
CHANGELOG.md
CONFIGURATION.md
CUSTOMIZATION.md
DECISIONS.md
DEPLOYMENT.md
LICENSE
README.md
SECURITY.md
code/.gitignore
code/StreamRecorder.xcodeproj/project.pbxproj
code/StreamRecorder.xcodeproj/project.xcworkspace/contents.xcworkspacedata
code/StreamRecorder.xcodeproj/xcshareddata/xcschemes/StreamRecorder.xcscheme
code/StreamRecorder/App/ApplicationDelegate.swift
code/StreamRecorder/App/StreamRecorderApp.swift
code/StreamRecorder/Assets.xcassets/AppIcon.appiconset/AppIcon-128.png
code/StreamRecorder/Assets.xcassets/AppIcon.appiconset/AppIcon-128@2x.png
code/StreamRecorder/Assets.xcassets/AppIcon.appiconset/AppIcon-16.png
code/StreamRecorder/Assets.xcassets/AppIcon.appiconset/AppIcon-16@2x.png
code/StreamRecorder/Assets.xcassets/AppIcon.appiconset/AppIcon-256.png
code/StreamRecorder/Assets.xcassets/AppIcon.appiconset/AppIcon-256@2x.png
code/StreamRecorder/Assets.xcassets/AppIcon.appiconset/AppIcon-32.png
code/StreamRecorder/Assets.xcassets/AppIcon.appiconset/AppIcon-32@2x.png
code/StreamRecorder/Assets.xcassets/AppIcon.appiconset/AppIcon-512.png
code/StreamRecorder/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png
code/StreamRecorder/Assets.xcassets/AppIcon.appiconset/Contents.json
code/StreamRecorder/Assets.xcassets/Contents.json
code/StreamRecorder/Controllers/RecordingController.swift
code/StreamRecorder/Models/CookieBrowser.swift
code/StreamRecorder/Models/RecordingPreferences.swift
code/StreamRecorder/Models/RecordingState.swift
code/StreamRecorder/Services/CompletedFileLocator.swift
code/StreamRecorder/Services/InterruptedTailAnalyzer.swift
code/StreamRecorder/Services/MediaTimelineInspector.swift
code/StreamRecorder/Services/ToolchainLocator.swift
code/StreamRecorder/Services/VideoFinalizer.swift
code/StreamRecorder/Services/YTDLPCommandBuilder.swift
code/StreamRecorder/Services/YTDLPOutputParser.swift
code/StreamRecorder/Services/YouTubeURLValidator.swift
code/StreamRecorder/Views/ContentView.swift
code/StreamRecorderTests/CompletedFileLocatorTests.swift
code/StreamRecorderTests/CookieBrowserTests.swift
code/StreamRecorderTests/MediaTimelineInspectorTests.swift
code/StreamRecorderTests/RecordingPreferencesTests.swift
code/StreamRecorderTests/RecordingStateTests.swift
code/StreamRecorderTests/ToolchainLocatorTests.swift
code/StreamRecorderTests/VideoFinalizerTests.swift
code/StreamRecorderTests/YTDLPCommandBuilderTests.swift
code/StreamRecorderTests/YTDLPOutputParserTests.swift
code/StreamRecorderTests/YouTubeURLValidatorTests.swift
code/project.yml
