gitlink-cli/shortcuts/workflow/rules
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
..
changelog.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
changelog_test.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
ci_diagnosis.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
ci_diagnosis_test.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
contributor.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
contributor_test.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
dispatch.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
health_report.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
health_report_test.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
license.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
license_test.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
registry.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
registry_test.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
repo_audit.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
repo_audit_test.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
review.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
review_test.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
triage.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00
triage_test.go feat: 实现自动化工作流引擎 2026-07-01 11:42:30 +08:00