feat(shortcut): 新增 star 命令模块,支持仓库收藏 #394

Closed
chroe wants to merge 1 commits from chroe/gitlink-cli:feat/star-shortcut into master

1 Commits

Author SHA1 Message Date
chroe 988ca1543c feat(shortcut): add star shortcuts for repository favorites
新增 star 命令模块,支持仓库收藏操作:
- star +list   列出当前用户收藏的仓库
- star +add    收藏指定仓库
- star +remove 取消收藏

遵循项目 common.Shortcut 规范,复用 RuntimeContext,
自动注入 owner/repo/auth,与现有模块风格一致。

含单元测试 shortcuts/star/star_test.go。
2026-07-09 22:39:46 +08:00