Skip to content
prod e051e98
Browse

Repository & version setup

Use when: Technical prerequisites pass — ready to import CodeCanyon ZIP.
Source procedure: Peels S02, S03, S04 checklists → setup-new phases 2–4.

  • CodeCanyon ZIP extracted to project root
  • .gitignore includes vendor noise + .env
  • Initial vendor commit on main (T1 baseline)
  • author/vX.X.X branch + author-vX.X.X tag created
  • Pushed to GitHub; default branch protected
  • Semver policy documented (your line vs vendor snapshots)
  • CHANGELOG.md started (Keep a Changelog format)
  • ProjectLog.md or equivalent decision log created
  • Package/app version metadata aligned with tag
  • .env.example reviewed; secrets not committed
  • Staging/production .env templates stored in vault — not in Git

Local development checklist — dependencies, assets, migrations, Herd.