You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xcodebuild -scheme TaskMenu -configuration Debug test
71
71
```
72
72
@@ -107,6 +107,12 @@ xcodebuild -scheme TaskMenu -configuration Debug test
107
107
-**Menu bar only:** The app has no main window (`LSUIElement = YES`). All UI is in the MenuBarExtra popover.
108
108
-**Commit discipline:** Each commit should be a logical unit of work with a descriptive message.
109
109
110
+
## Git Workflow
111
+
112
+
-**Default workflow:** Commit and push directly to `main` when working in the primary checkout.
113
+
-**No separate PR/branch by default:** Do not create feature branches or pull requests unless explicitly requested.
114
+
-**Worktree exception:** When working from a git worktree, use a separate branch for that worktree. Open a PR only if that worktree-based flow needs one.
115
+
110
116
## Testing Guidelines
111
117
112
118
-**Always update or add tests when modifying code.** Any change to models, services, or utilities must include corresponding test updates in `TaskMenuTests/`.
0 commit comments