SwiftShip v1.0.0
First stable release. main remains the development channel; tags are the stable channel.
Highlights
- The workflow: spec-driven pipeline from idea to App Store (
/apple:brainstorm→validate→new-app→roadmap→plan→build→review→submit), a brownfield entry for existing apps (map→release), and/apple:autonomousto drive plan → build → verify unattended - 48 commands covering build & quality, planning & product, and App Store & growth — including the ASC finalizers (
iap,privacy), the one-command final mile (ship), and post-launch learning (learn-from-store,experiment) - 6 specialist agents, all pinned to Sonnet — including
swift-generalist, which enforces the model in frontmatter so workers never silently inherit expensive session-model rates - 140+ skills wired in from claude-code-apple-skills
- Optional tool handoffs (detect → preview → confirm → act → fall back): ASC metadata/TestFlight push, simulator run & screenshot, read-only sales feeds — manual path always the default, graceful with zero tools installed
- CI on every PR:
scripts/validate.shchecks that all skill/template references resolve, counts match reality, commands are registered, and frontmatter is well-formed - Local-only usage ledger (opt-in) for data-driven improvement — nothing leaves the machine
Compatibility
Tested against claude-code-apple-skills main @ 25a618b (2026-07-02), which includes the macos/*/SKILL.md case fix (rshankras/claude-code-apple-skills#15) required on case-sensitive filesystems.
Full details in CHANGELOG.md.