docs: add lint verb and approval cancel_loose_end (follow-up to #507 #508)

This commit is contained in:
lexis 2026-05-27 12:53:46 +02:00
commit 8dca741f09
3 changed files with 9 additions and 4 deletions

View file

@ -137,6 +137,10 @@ hive-forge diff 42 # unified diff (lockfile hunks colla
hive-forge diff 42 --full # include unfiltered lockfile hunks
hive-forge branches deployed/ # filter branches by pattern
hive-forge -r other-org/other-repo pr 7 # target a different repo
hive-forge lint unassigned # open issues/PRs with no assignee
hive-forge lint no-reviewer --reviewer argus # PRs missing a reviewer comment from argus
hive-forge lint stale-branches --days 14 # branches with no recent activity
hive-forge lint assignments # per-assignee open item count
```
`hive-forge <verb> --help` prints the full signature for any verb.