Record GitHub branch protection blocker

This commit is contained in:
2026-05-14 09:28:01 -07:00
parent e23d5784ad
commit b3907d58d5
+4 -4
View File
@@ -168,7 +168,7 @@ Major version 0.01 work already completed:
Remaining version 0.01 cleanup before moving deeper into new gameplay: Remaining version 0.01 cleanup before moving deeper into new gameplay:
- [ ] Decide whether to keep current Unreal template variants or remove unused starter variants. - [ ] Decide whether to keep current Unreal template variants or remove unused starter variants.
- [ ] Create protected `main` branch. - [!] 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. - [?] Decide whether to create/use a long-lived `dev` branch.
- [~] Finish branch naming and commit message conventions. - [~] Finish branch naming and commit message conventions.
- [ ] Define backup expectations for NAS and repository. - [ ] Define backup expectations for NAS and repository.
@@ -191,7 +191,7 @@ Goal: Prepare the project so all future development is controlled, recoverable,
- [x] Create `.gitignore` for Unreal Engine. - [x] Create `.gitignore` for Unreal Engine.
- [x] Ensure `Binaries/`, `Intermediate/`, `Saved/`, and `DerivedDataCache/` are excluded unless intentionally needed. - [x] Ensure `Binaries/`, `Intermediate/`, `Saved/`, and `DerivedDataCache/` are excluded unless intentionally needed.
- [x] Commit clean baseline project. - [x] Commit clean baseline project.
- [ ] Create protected `main` branch. - [!] 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.
- [?] Create `dev` branch if we want staging before main. - [?] Create `dev` branch if we want staging before main.
- [~] Define branch naming conventions. - [~] Define branch naming conventions.
- [~] Define commit message conventions. - [~] Define commit message conventions.
@@ -1396,7 +1396,7 @@ Current version: `0.01 Foundation Baseline`
Earliest incomplete foundation items: Earliest incomplete foundation items:
- [ ] Create protected `main` branch. - [!] 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. - [?] Decide whether to create/use a long-lived `dev` branch.
- [~] Finish branch naming conventions. - [~] Finish branch naming conventions.
- [~] Finish commit message conventions. - [~] Finish commit message conventions.
@@ -1417,4 +1417,4 @@ Earliest incomplete foundation items:
Immediate next item: Immediate next item:
- [ ] Create protected `main` branch. - [?] Decide whether to create/use a long-lived `dev` branch.