wbtiger
b8589dc93c
Merge PR #103 : feat: 新建 pm 模块,添加 6 条项目管理命令
...
# Conflicts:
# cmd/alias/alias.go
# cmd/alias/alias_test.go
# cmd/browse/browse.go
# cmd/browse/browse_test.go
# cmd/root.go
# internal/client/client.go
# internal/client/client_test.go
# shortcuts/notification/notification.go
# shortcuts/pm/pm.go
# shortcuts/pm/pm_test.go
# shortcuts/pr/pr.go
# shortcuts/register.go
# shortcuts/repo/repo_test.go
# shortcuts/user/user.go
# shortcuts/wiki/wiki.go
# shortcuts/wiki/wiki_test.go
# skills/gitlink-ci/SKILL.md
# skills/gitlink-code-review/SKILL.md
# skills/gitlink-commit-quality/SKILL.md
# skills/gitlink-compliance/SKILL.md
# skills/gitlink-contributor-insight/EXAMPLES.md
# skills/gitlink-contributor-insight/SKILL.md
# skills/gitlink-contributor-insight/examples/jiangtx-gitlink-cli.md
# skills/gitlink-insight/SKILL.md
# skills/gitlink-issue-triage/SKILL.md
# skills/gitlink-notification-digest/EXAMPLES.md
# skills/gitlink-notification-digest/SKILL.md
# skills/gitlink-org/SKILL.md
# skills/gitlink-repo/SKILL.md
# skills/gitlink-shared/SKILL.md
# skills/gitlink-user/SKILL.md
# skills/gitlink-workflow/SKILL.md
2026-07-14 22:50:21 +08:00
wbtiger
ca17974d1f
Merge PR #408 : 提交pr
...
# Conflicts:
# .gitignore
# .golangci.yml
# Makefile
# cmd/root.go
# internal/client/client.go
# shortcuts/_template/template.go
# shortcuts/branch/branch_test.go
# shortcuts/ci/ci.go
# shortcuts/ci/ci_test.go
# shortcuts/common/types.go
# shortcuts/file/file.go
# shortcuts/file/file_test.go
# shortcuts/issue/batch.go
# shortcuts/issue/batch_test.go
# shortcuts/issue/issue_test.go
# shortcuts/label/label.go
# shortcuts/label/label_test.go
# shortcuts/member/member.go
# shortcuts/member/member_test.go
# shortcuts/milestone/milestone.go
# shortcuts/milestone/milestone_test.go
# shortcuts/org/org.go
# shortcuts/org/org_test.go
# shortcuts/pm/pm.go
# shortcuts/pm/pm_test.go
# shortcuts/pr/pr.go
# shortcuts/pr/pr_test.go
# shortcuts/register.go
# shortcuts/register_test.go
# shortcuts/release/release_test.go
# shortcuts/search/search.go
# shortcuts/search/search_test.go
# shortcuts/user/user.go
# shortcuts/user/user_test.go
# shortcuts/wiki/wiki.go
# shortcuts/wiki/wiki_test.go
# skills/README.md
# skills/gitlink-ci/SKILL.md
# skills/gitlink-file/SKILL.md
# skills/gitlink-issue/SKILL.md
# skills/gitlink-label/SKILL.md
# skills/gitlink-member/SKILL.md
# skills/gitlink-org/SKILL.md
# skills/gitlink-pm/SKILL.md
# skills/gitlink-pr/SKILL.md
# skills/gitlink-research-insight/SKILL.md
# skills/gitlink-research-progress/SKILL.md
# skills/gitlink-user/SKILL.md
# skills/gitlink-wiki/SKILL.md
2026-07-14 22:50:17 +08:00
wbtiger
a6b2841748
Merge PR #314 : feat(repo,pr): add code history and batch file shortcuts
...
# Conflicts:
# shortcuts/repo/repo.go
# skills/gitlink-gatekeeper/SKILL.md
# skills/gitlink-pr/SKILL.md
# skills/gitlink-repo/SKILL.md
2026-07-14 22:50:09 +08:00
wbtiger
62c44bf7b4
Merge PR #142 : 新增 PR 本地检出命令
...
# Conflicts:
# internal/i18n/locales/en-US.json
# internal/i18n/locales/zh-CN.json
# shortcuts/pr/pr_test.go
# skills/README.md
2026-07-14 22:50:07 +08:00
Surponess
b1db102e9d
修改仓库内容
2026-07-10 10:55:03 +08:00
NeeNe
e20f80e26c
feat(repo,pr): add code history file shortcuts
2026-07-02 12:25:38 +08:00
Mengz
ffb35a4f02
feat(pr): 支持按编号搜索 PR
2026-06-25 18:13:39 +08:00
Mengz
f67f723f2a
feat: 新增 PR 本地检出命令
2026-06-08 11:50:13 +08:00
wbtiger
83fe18f8c0
refactor: rename pr +close to pr +refuse
...
The `pr +close` shortcut called the `refuse_merge` API, which is
misleading — "close" suggests a benign operation, but the actual
behavior is to refuse/reject the pull request permanently.
Rename the shortcut to `pr +refuse` so the name matches the API
semantics, and add a warning in the docs that it must never be used
as a substitute for `pr +merge`.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-03 23:20:32 +08:00
林迪文
d50b3c7364
fix: Skills 文件 api 命令替换为 Shortcut 命令 (~107 处)
...
将 skills/ 目录下 21 个文件中的 gitlink-cli api <METHOD> <PATH> 命令
替换为对应的 Shortcut 命令,修复因 Token 注入不完整导致的 HTML 响应问题。
主要替换:
- api GET /:owner/:repo/languages → repo +languages
- api GET /:owner/:repo/sub_entries → repo +files
- api GET /:owner/:repo/raw/... → repo +raw
- api POST /:owner/:repo/create_file → repo +create-file
- api POST /:owner/:repo/pulls/:id/reviews → pr +review
- api GET /:owner/:repo/pulls/:id → pr +view
- 等共 107 处替换
注: 6 处 pm 域命令暂留(pm 模块尚未构建)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 09:39:48 +08:00
wbtiger
898b7f59d1
feat: add milestone, compare, pr reopen shortcuts and api enhancements ( #45 )
...
- milestone shortcuts: list, create, view, update, delete, close, reopen
- compare shortcuts: view, files (compare branches/tags/commits)
- pr +reopen: reopen closed pull requests
- api: add --body-file and --body-stdin for reading JSON from file/stdin
- comprehensive tests for all new shortcuts
Co-authored-by: wangyue111 <wangyue111>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 00:44:39 +08:00
Tiger
49cd590227
Merge PR #26 : feat(pr): add review shortcuts
...
Resolved conflicts between PR #24 (+versions, +version-diff) and PR #26
(+reviews, +review). Unified prReviewsPath() to use existing prV1Path() helper.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-23 22:12:01 +08:00
wangyue789
fbea42ecce
feat(pr): add review shortcuts
2026-05-21 17:20:15 +08:00
wangyue789
e85dd367d8
feat(pr): add patchset version shortcuts
2026-05-21 11:58:47 +08:00
wbtiger
17abc488a8
fix: 统一使用 pull_request_number 替代 pull_request_id
...
将所有 skill 文档中对 pull_request_id 的引用替换为 pull_request_number,
与用户在网页 URL (/pulls/N) 中看到的序号一致。API 本身支持
pull_request_number,因此无需任何代码改动。
Fixes #7
2026-05-12 14:07:20 +08:00
Zhang Jinnan
46aa383d76
fix: preserve issue description on updates
2026-04-28 08:43:51 +08:00
wbtiger
e892370de8
init gitlink-cli
2026-04-17 10:01:30 +08:00