native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Document branch workflow for unrelated work

onevcat 46e539ee 06d55593

+1
+1
AGENTS.md
··· 118 118 119 119 - After a task, ensure the app builds: `make build-app` 120 120 - When working on CLI code (`ProwlCLI/`, `ProwlCLITests/`, `Package.swift`), run `make build-cli`, `make test-cli-smoke`, and `make test-cli-integration` before committing. 121 + - When implementing a new feature or fixing a bug that is unrelated to the current branch's active work, first create a dedicated branch from the latest `origin/main`; then work, commit, push, and open a PR from that branch. 121 122 - Automatically commit your changes and your changes only. Do not use `git add .` 122 123 - Before you go on your task, check the current git branch name, if it's something generic like an animal name, name it accordingly. Do not do this for main branch 123 124 - After implementing an execplan, always submit a PR if you're not in the main branch