Add repository storage guardrails

This commit is contained in:
2026-05-14 09:47:49 -07:00
parent b3907d58d5
commit 455cefb933
4 changed files with 121 additions and 0 deletions
+4
View File
@@ -171,6 +171,7 @@ Remaining version 0.01 cleanup before moving deeper into new gameplay:
- [!] Create protected `main` branch. Blocked while the repo remains private on the current GitHub plan; GitHub API reports this requires GitHub Pro or making the repository public.
- [?] Decide whether to create/use a long-lived `dev` branch.
- [~] Finish branch naming and commit message conventions.
- [x] Define GitHub/LFS free-tier storage guardrails.
- [ ] Define backup expectations for NAS and repository.
- [ ] Create repeatable dedicated server build instructions.
- [~] Finish required plugin documentation.
@@ -195,6 +196,7 @@ Goal: Prepare the project so all future development is controlled, recoverable,
- [?] Create `dev` branch if we want staging before main.
- [~] Define branch naming conventions.
- [~] Define commit message conventions.
- [x] Define GitHub/LFS free-tier storage guardrails.
- [ ] Define backup expectations for NAS and repo.
- [x] Confirm this roadmap file is committed or otherwise backed up.
@@ -1239,6 +1241,7 @@ These tracks run across all phases and must not be left as afterthoughts.
- [x] Define dev editor build process.
- [x] Define internal test build process.
- [x] Add repository storage policy and local storage audit script.
- [ ] Define closed alpha build process.
- [ ] Define dedicated server packaging.
- [ ] Define patch distribution.
@@ -1400,6 +1403,7 @@ Earliest incomplete foundation items:
- [?] Decide whether to create/use a long-lived `dev` branch.
- [~] Finish branch naming conventions.
- [~] Finish commit message conventions.
- [x] Define GitHub/LFS free-tier storage guardrails.
- [ ] Define backup expectations for NAS and repository.
- [ ] Create repeatable dedicated server build instructions.
- [~] Finish required plugin documentation.