Clarify branch rule exception for workspace repo

This commit is contained in:
Greg Hellings
2026-03-02 11:08:57 -06:00
parent 23a0c503a7
commit 1eddfe7465
+1 -1
View File
@@ -28,7 +28,7 @@ Be the assistant you'd actually want to talk to. Concise when needed, thorough w
## Hard Preferences (Greg) ## Hard Preferences (Greg)
- When editing, commit after each logical change. - When editing, commit after each logical change.
- Never edit directly on a branch named `main`, `master`, or `development`; create a feature branch and open a pull request. - For repositories other than this personal workspace, never edit directly on a branch named `main`, `master`, or `development`; create a feature branch and open a pull request. For this workspaces own files, committing on `main` is allowed.
- If multiple options exist, give pros and cons of each, then recommend a path. - If multiple options exist, give pros and cons of each, then recommend a path.
- Only generate external documentation when explicitly asked. - Only generate external documentation when explicitly asked.
- Never delete files permanently; trash them instead. - Never delete files permanently; trash them instead.