Mengz
a8118da49b
fix: 修复 README i18n 中文文案编码
2026-06-09 12:52:47 +08:00
Mengz
245a3d52d7
fix: 完善仓库 README 快捷命令
2026-06-09 12:51:08 +08:00
co63oc
17c555620b
feat(shortcut): add shortcuts/ignore
2026-06-09 08:50:39 +08:00
co63oc
9be51d34fc
chore(doc): fix README.md
2026-06-09 07:56:38 +08:00
Tiger
52b7093846
chore: bump version to 0.2.0
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-09 01:36:12 +08:00
Tiger
d0ca6b24ec
Add ohanabi and jiangtx to README contributors
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-09 01:21:01 +08:00
wbtiger
462ae7b012
Merge pull request 'feat(repo): 新增 repo +tree 文件树查询命令' ( #143 ) from ohanabi/gitlink-cli:feat/repo-tree-shortcut-final into master
2026-06-09 01:18:09 +08:00
wbtiger
220aa70e51
Merge pull request 'feat(workflows): add project bootstrap automation example' ( #112 ) from puygob236/gitlink-cli:project-bootstrap-automation-fork into master
2026-06-09 01:10:10 +08:00
wbtiger
21966bf1ea
Merge pull request 'feat(release): add edit and update shortcuts' ( #69 ) from wangyue111/gitlink-cli:feat/release-update-shortcuts into master
2026-06-09 01:01:55 +08:00
Jiachen Li
caad409185
docs(workflows): refine bootstrap architecture svg
2026-06-08 16:29:11 +08:00
Jiachen Li
60e8ab7768
docs(workflows): address project bootstrap review feedback
2026-06-08 16:00:24 +08:00
NeeNe
21ebb2f89c
chore: 打磨仓库文件树命令交付质量
2026-06-08 12:13:28 +08:00
whale
f1dd01bebc
feat(skills): 新增 3 个 Agent Skill — wiki-builder, pipeline-guardian, webhook-sentinel
...
新增 Skill:
- gitlink-wiki-builder: Wiki 文档自动化,填补 9 个 wiki CLI 命令的 Skill 空白
- gitlink-pipeline-guardian: 流水线健康监控、故障分析和性能优化
- gitlink-webhook-sentinel: Webhook 投递监控、故障诊断和安全审计
每个 Skill 包含 SKILL.md + examples/,已在 Claude Code 中验证通过。
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 12:01:48 +08:00
dtwdtw
ecffc5d972
fix(issue): preserve metadata when batch closing
2026-06-08 12:01:08 +08:00
chroe
29d1b356b4
feat: add Showcase Dashboard - interactive web demo
...
新增 GitLink CLI Showcase Dashboard:
- Go HTTP 服务器 + 暗色主题前端页面
- 12 个模块卡片,支持在线执行 CLI 命令
- Dockerfile 多阶段构建,一键容器化部署
- GitLink DevOps 流水线配置
文件: showcase/main.go, index.html, Dockerfile, deploy.sh, pipeline.yml
文档: doc/changes/showcase-dashboard.md
2026-06-08 12:00:12 +08:00
NeeNe
0da1d8d7bf
docs: 补充仓库文件树命令变更说明
2026-06-08 11:55:09 +08:00
NeeNe
a580562922
chore: 打磨仓库文件树命令文档和国际化
2026-06-08 11:51:54 +08:00
NeeNe
6e45fbb3e1
feat: 新增仓库文件树快捷命令
2026-06-08 11:36:41 +08:00
wangyue789
2d963ebf41
feat(release): add edit and update shortcuts
2026-06-08 08:30:21 +08:00
Tiger
7947d4dfd6
Update muel's avatar from letter avatar to user photo
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-08 02:39:39 +08:00
Tiger
68aa9ae6e6
Add co63oc and lindiwen23 to README contributors
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-08 02:35:03 +08:00
wbtiger
27cc58328d
Merge pull request 'feat(repo): add insight shortcuts' ( #59 ) from wangyue111/gitlink-cli:feat/repo-insight-shortcuts into master
2026-06-08 02:32:26 +08:00
Tiger
ee0d882e1c
Merge PR #59 : feat(repo): add insight shortcuts (languages, contributors, contributor-stats, code-stats, community)
...
Resolved conflicts in README.md, README.zh-CN.md, repo.go, repo_test.go,
skills/README.md, skills/gitlink-repo/SKILL.md. Updated register_test.go
to include new license group.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-08 02:32:19 +08:00
wbtiger
ca578a74be
Merge pull request 'feat(repo): add settings and topic shortcuts' ( #71 ) from wangyue111/gitlink-cli:feat/repo-settings-shortcuts into master
2026-06-08 02:26:54 +08:00
wbtiger
55805aa13d
Merge pull request 'fix(health): use effective list filters' ( #120 ) from wangyue111/gitlink-cli:fix/health-list-filters into master
2026-06-08 02:24:55 +08:00
wbtiger
dd4ed35448
Merge pull request '修正 Issue 和 PR 列表筛选' ( #117 ) from Mengz/gitlink-cli:mengz/list-filter-fixes into master
2026-06-08 02:24:41 +08:00
wbtiger
723e698db4
Merge pull request '新增 Raw API 批处理执行器' ( #124 ) from Mengz/gitlink-cli:mengz/api-batch-runner into master
2026-06-08 02:24:14 +08:00
wbtiger
03a9d7a942
Merge pull request '修复认证凭据 fallback 配置目录不一致' ( #133 ) from Mengz/gitlink-cli:mengz/auth-config-dir-fallback into master
2026-06-08 02:23:06 +08:00
wbtiger
34f14b079f
Merge pull request 'feat: 新增 6 个 Agent Skill + 收窄 gitlink-search 触发范围' ( #102 ) from jiangtx/gitlink-cli:pr/skills-upstream into master
2026-06-08 02:22:44 +08:00
wbtiger
f3e5d4aba0
Merge pull request 'feat(skills): add gitlink-gatekeeper — Policy-as-Code PR merge gate' ( #90 ) from recorder/gitlink-cli:feat/gatekeeper-skill into master
2026-06-08 02:22:00 +08:00
wbtiger
64dad994ae
Merge pull request 'feat(shortcut): add shortcuts/license' ( #121 ) from co63oc/gitlink-cli:fix2 into master
2026-06-08 02:21:21 +08:00
wbtiger
7e863398aa
Merge pull request '新增 CLI 自诊断命令' ( #132 ) from Mengz/gitlink-cli:mengz/doctor-command into master
2026-06-08 02:19:54 +08:00
wbtiger
9c085fb246
Merge pull request 'fix(i18n): 对齐 locale key schema 并补充 gosec 注释' ( #104 ) from muel/gitlink-cli:fix/i18n-schema-gosec into master
2026-06-08 02:19:19 +08:00
wbtiger
a9ee74efb0
Merge pull request 'docs: fix skills badge repository link' ( #66 ) from Mengz/gitlink-cli:codex/fix-skills-badge-link into master
2026-06-08 02:18:02 +08:00
Mengz
d6321e7af5
fix: 统一认证凭据 fallback 配置目录
2026-06-06 18:42:50 +08:00
Mengz
dec10afaeb
feat: 新增 CLI 自诊断命令
2026-06-06 18:11:45 +08:00
Ct201314
66793a66ae
feat(skills): add gitlink-metrics skill
2026-06-06 15:31:29 +08:00
Ct201314
bfa558cb15
feat(skills): add gitlink-onboard skill
2026-06-06 15:31:22 +08:00
Ct201314
1ae613717b
feat(skills): add gitlink-stale skill
2026-06-06 15:31:10 +08:00
Ct201314
ec904b9023
feat(skills): add gitlink-standup skill
2026-06-06 15:31:00 +08:00
Ct201314
9bdd043ae7
feat(skills): add gitlink-changelog skill
2026-06-06 15:30:51 +08:00
xxxx
4b38bd3250
docs: update README.md to fully align with challenge scoring standards
2026-06-06 15:30:02 +08:00
xxxx
f3f89304ec
add: sub-challenge 3 java-gatekeeper workflow example
2026-06-06 15:23:55 +08:00
Ct201314
b6682a2009
feat(workflows): add gitlink-flow community ops automation workflow
2026-06-06 14:47:05 +08:00
Mengz
35e50a1828
feat: 新增 Raw API 批处理执行器
2026-06-06 11:55:20 +08:00
Ct201314
178255b70c
feat(skills): add gitlink-scaffold skill
2026-06-06 00:15:04 +08:00
Ct201314
28db64531b
feat(skills): add gitlink-newcomer skill
2026-06-06 00:14:46 +08:00
Ct201314
70e137c04f
feat(skills): add gitlink-deps skill
2026-06-06 00:14:37 +08:00
Ct201314
340cf543f4
feat(skills): add gitlink-kb skill
2026-06-06 00:14:28 +08:00
co63oc
dedba6e49f
feat(shortcut): add shortcuts/license
2026-06-05 16:46:37 +08:00