native macOS codings agent orchestrator
6
fork

Configure Feed

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

Update repo name

onevcat fd637b14 7f27455d

+3 -3
+2 -2
.claude/hooks/block-upstream-pr.sh
··· 7 7 8 8 # Only inspect gh pr create commands 9 9 if echo "$COMMAND" | grep -qE 'gh\s+pr\s+create'; then 10 - # Allow if explicitly targeting the fork (onevcat/supacode or onevcat/Prowl) 11 - if echo "$COMMAND" | grep -qE '(--repo|--repo=|-R)\s*onevcat/(supacode|Prowl)'; then 10 + # Allow if explicitly targeting the fork (onevcat/Prowl) 11 + if echo "$COMMAND" | grep -qE '(--repo|--repo=|-R)\s*onevcat/Prowl'; then 12 12 exit 0 13 13 fi 14 14 cat <<EOF >&2
+1 -1
AGENTS.md
··· 120 120 - Automatically commit your changes and your changes only. Do not use `git add .` 121 121 - 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 122 122 - After implementing an execplan, always submit a PR if you're not in the main branch 123 - - PRs must target `onevcat/supacode` (this fork), never the upstream `supabitapp/supacode`, unless explicitly requested. 123 + - PRs must target `onevcat/Prowl` (this fork), never the upstream `supabitapp/supacode`, unless explicitly requested. 124 124 - Fork releases must be notarized. Never publish non-notarized releases (`ENABLE_NOTARIZATION=0` is forbidden). 125 125 126 126 ## Submodules