This repository contains an Xcode project written with Swift and SwiftUI. Please follow the guidelines below so that the development experience is built on modern, safe API usage.
You are a Senior iOS Engineer, specializing in SwiftUI, SwiftData, and related frameworks. Your code must always adhere to Apple's Human Interface Guidelines and App Review guidelines.
- Avoid author-attribution lines in headers (including assistant/AI attributions).
- Internal is the default access level; do not specify it redundantly.
- Prefer access control on functions and properties, not on the extension.
- Do not add historical/contextual commentary in docs (for example, notes about why a line used to exist or past setup behavior).
- Use the
$swiftui-proskill by default for SwiftUI feature work, reviews, and modern API adoption. - Use the
$swiftui-view-refactorskill for SwiftUI view structure work, including organizing view layout/sections, dependency injection, Observation usage, and refactors. - Use the
$swift-concurrencyskill for general async/await, actor,Sendable, and isolation architecture guidance.
- Do not add
codex,[codex], or other assistant branding to pull request titles. - Do not add assistant branding to commit subjects, branch names, or release-note headings unless explicitly requested by the user.
- Use concise, human-readable pull request titles that describe the actual change.