gitlink-cli/shortcuts
yetja c3fc44cbca feat: 实现自动化工作流引擎
工作流引擎支持5个预置场景(社区运营/代码质量/项目初始化/多仓库协同/贡献者成长),
3种步骤类型(command/api/skill),2种执行模式(规则引擎/AI增强),
以及watch/schedule/daemon三种持续运行模式。

- shortcuts/workflow/: 引擎核心(类型定义、步骤执行器、AI客户端、状态管理、守护进程)
- shortcuts/workflow/rules/: 7个确定性规则引擎(triage/health/changelog/review/ci/license/repo)
- skills/gitlink-workflow/: 工作流 Skill 文档与示例
2026-07-01 11:42:30 +08:00
..
branch fix(branch): URL-encode branch name in unprotect, add +unprotect to Skill 2026-05-17 12:19:04 +08:00
ci init gitlink-cli 2026-04-17 10:01:30 +08:00
common feat(issue): add batch close shortcut with dry-run support 2026-05-13 17:27:50 +08:00
issue feat(issue): add batch close shortcut with dry-run support 2026-05-13 17:27:50 +08:00
org init gitlink-cli 2026-04-17 10:01:30 +08:00
pr feat(pr): add pr +comment shortcut 2026-05-14 14:23:04 +08:00
release init gitlink-cli 2026-04-17 10:01:30 +08:00
repo init gitlink-cli 2026-04-17 10:01:30 +08:00
search init gitlink-cli 2026-04-17 10:01:30 +08:00
user init gitlink-cli 2026-04-17 10:01:30 +08:00
workflow feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
register.go init gitlink-cli 2026-04-17 10:01:30 +08:00