···7788# Only inspect gh pr create commands
99if echo "$COMMAND" | grep -qE 'gh\s+pr\s+create'; then
1010- # Allow if explicitly targeting the fork (onevcat/supacode or onevcat/Prowl)
1111- if echo "$COMMAND" | grep -qE '(--repo|--repo=|-R)\s*onevcat/(supacode|Prowl)'; then
1010+ # Allow if explicitly targeting the fork (onevcat/Prowl)
1111+ if echo "$COMMAND" | grep -qE '(--repo|--repo=|-R)\s*onevcat/Prowl'; then
1212 exit 0
1313 fi
1414 cat <<EOF >&2
+1-1
AGENTS.md
···120120- Automatically commit your changes and your changes only. Do not use `git add .`
121121- 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
122122- After implementing an execplan, always submit a PR if you're not in the main branch
123123-- PRs must target `onevcat/supacode` (this fork), never the upstream `supabitapp/supacode`, unless explicitly requested.
123123+- PRs must target `onevcat/Prowl` (this fork), never the upstream `supabitapp/supacode`, unless explicitly requested.
124124- Fork releases must be notarized. Never publish non-notarized releases (`ENABLE_NOTARIZATION=0` is forbidden).
125125126126## Submodules