Summary
Makes cb the most feature-complete Forgejo CLI by implementing all major missing API endpoints:
Repo (30 new commands): search, edit, branches (list/create/view/delete), topics (list/set), tags (list/create/delete), languages, commits, archive, contents, stargazers, forks list, collaborators (list/add/remove), transfer, migrate, watch/unwatch, watchers, sync-fork
Issues (11 new): delete, pin/unpin, labels (list/add/remove on issue), subscribe/unsubscribe, tracked times (list/add), search across repos
PRs (6 new): diff, commits, files, reopen, update from base, check-merge status
Releases (4 new): delete, edit, latest, by-tag
Labels (1 new): edit
Milestones (3 new): view, delete, edit
Also adds --json output flag to every command, Forgejo Actions support (runs, workflows, dispatch), and org management (list, view, members, teams). Updates the README comparison table with full ecosystem landscape.
## Summary
Makes `cb` the most feature-complete Forgejo CLI by implementing all major missing API endpoints:
**Repo (30 new commands):** search, edit, branches (list/create/view/delete), topics (list/set), tags (list/create/delete), languages, commits, archive, contents, stargazers, forks list, collaborators (list/add/remove), transfer, migrate, watch/unwatch, watchers, sync-fork
**Issues (11 new):** delete, pin/unpin, labels (list/add/remove on issue), subscribe/unsubscribe, tracked times (list/add), search across repos
**PRs (6 new):** diff, commits, files, reopen, update from base, check-merge status
**Releases (4 new):** delete, edit, latest, by-tag
**Labels (1 new):** edit
**Milestones (3 new):** view, delete, edit
Also adds `--json` output flag to every command, Forgejo Actions support (runs, workflows, dispatch), and org management (list, view, members, teams). Updates the README comparison table with full ecosystem landscape.