Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.26 KB

File metadata and controls

36 lines (27 loc) · 1.26 KB

Codex iOS Indie Baseline

This folder is a reusable baseline for a new iOS app repository.

It captures high-value process, release, documentation, and Codex-operating patterns in a reusable form for a new iOS app repository.

What This Baseline Includes

  • repo constitution in AGENTS.md
  • Codex workflow and review/release modes in .codex/
  • MVVM + Repository + Services architecture guards
  • docs-first, tests-before-code operating model
  • release docs and App Store metadata templates
  • GitHub Pages starter site with basic SEO/social metadata
  • validation scripts for tests and Pages checks
  • iOS project folder skeleton with localization structure

What This Baseline Does Not Include

  • product-specific feature code
  • a ready-made Xcode project
  • branding assets for your new app
  • product-specific screenshots or screenshot automation

First Steps

  1. Copy this folder to a new repository root.
  2. Rename placeholders in all files.
  3. Create your Xcode project and wire it to the folder structure.
  4. Replace the Pages URLs, copy, and branding.
  5. Keep the workflow: docs -> tests -> code -> validation -> changelog.

Read next: