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.
Repository init 💻
Section titled “Repository init 💻”- CodeCanyon ZIP extracted to project root
-
.gitignoreincludes vendor noise +.env - Initial vendor commit on
main(T1 baseline) -
author/vX.X.Xbranch +author-vX.X.Xtag created - Pushed to GitHub; default branch protected
Version management 👤/💻
Section titled “Version management 👤/💻”- Semver policy documented (your line vs vendor snapshots)
-
CHANGELOG.mdstarted (Keep a Changelog format) -
ProjectLog.mdor equivalent decision log created - Package/app version metadata aligned with tag
Environment templates 💻
Section titled “Environment templates 💻”-
.env.examplereviewed; secrets not committed - Staging/production
.envtemplates stored in vault — not in Git
Sign-off
Section titled “Sign-off”- GitHub shows T1 + author tag
- Team agrees on branch strategy (version control guide)
Local development checklist — dependencies, assets, migrations, Herd.