feat(#1985): subscription --list to audit watched repos

This commit is contained in:
damocles 2026-06-24 23:19:13 +02:00 committed by mara
commit fce9bb8c11
3 changed files with 37 additions and 3 deletions

View file

@ -81,6 +81,7 @@ hive-forge ci-log --run 51 # print a CI run's job step logs (r
hive-forge ci-rerun --pr 42 # re-run CI without an empty commit (dispatches a fresh run; --run n / --branch name also work)
hive-forge subscription --watch # subscribe to repo notifications
hive-forge subscription --unwatch # unsubscribe
hive-forge subscription --list # list every repo you watch (audit the notification firehose)
hive-forge -r internal/knowledge clone # clone with creds auto-injected
hive-forge -r internal/knowledge pr-create --agit --topic foo --title "..." # open PR via AGit (no fork)
```