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
f36fbd13f3
Merge PR #414 : feat(workflow): add release notes command
...
# Conflicts:
# shortcuts/workflow/workflow.go
2026-07-14 22:49:52 +08:00
wbtiger
cdf41dff07
Merge pull request 'feat(workflow): replace raw api calls with shortcut-backed fetches' ( #324 ) from ohanabi/gitlink-cli:feat/workflow-shortcut-backed-fetches into master
2026-07-14 22:29:15 +08:00
Surponess
b1db102e9d
修改仓库内容
2026-07-10 10:55:03 +08:00
yanchaomei
7b60431ac6
feat(workflow): add release notes command
2026-07-08 17:23:00 +08:00
NeeNe
80f56e8d71
feat(workflow): replace raw api calls with shortcut-backed fetches
2026-07-03 11:28:52 +08:00
weidongde
c75486d30e
feat: 添加端到端工作流示例文档
...
- 新增 Issue → Branch → Push → PR 完整工作流示例
- 包含详细的命令链和参数说明
- 提供可复用的工作流模板
参赛项目:GitLink × CCF开源创新大赛 - 赛道三:端到端工作流
2026-06-29 10:29:27 +08:00
whzy
018c08e178
docs: align workflow agent competition materials
2026-05-26 16:28:28 +08:00
whzy
a904f48099
Add workflow repo-report command
2026-05-26 16:28:28 +08:00
whzy
7730347253
Add workflow pr-summary command
2026-05-26 16:28:00 +08:00
wbtiger
90dee6eeb5
fix(skills): add tool boundary rules to prevent gh/hub misuse on GitLink
...
Problem:
AI agents (e.g., Claude Code) sometimes use `gh` (GitHub CLI) instead of
`gitlink-cli` when operating on GitLink repositories, causing 'command not
found' errors or targeting the wrong platform.
Solution:
- Add '⛔ Tool Boundary' section to gitlink-shared/SKILL.md with platform-
to-tool mapping table, judgment criteria, and dual-platform guidance
- Add CRITICAL one-liner to all 10 sub-skills ensuring agents see the
constraint even without reading shared
- Does NOT block `gh` for GitHub operations — only prevents misuse on
GitLink resources
Tested with 5 scenarios confirming:
1. GitLink operations correctly use gitlink-cli
2. GitHub operations still use gh when appropriate
3. Ambiguous cases default to gitlink-cli when skill is loaded
2026-04-18 16:14:20 +08:00
wbtiger
e892370de8
init gitlink-cli
2026-04-17 10:01:30 +08:00