@seanyao/roll 2026.510.2 → 2026.510.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +88 -0
- package/bin/roll +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 2026.05.10
|
|
4
|
+
- **Added**: E2E 自动沉淀 — 每个 Story 交付时自动写一个端到端测试,项目逐步积累可回放的 E2E 套件
|
|
5
|
+
- **Added**: CI E2E 门禁 — 模板 CI 每次推送自动跑 E2E 测试,没有 E2E 时静默跳过不阻塞
|
|
6
|
+
- **Added**: CI 红灯分诊 — 按严重程度分类 CI 失败,自动路由到 backlog 变成可执行的修复项
|
|
7
|
+
- **Added**: roll-debug 自动修复 — 诊断后若根因在项目源码内,自动进入 TCR 修复流程并回验
|
|
8
|
+
- **Added**: Changelog 自动生成 — 每次部署后自动更新,首次运行时回填全部历史记录
|
|
9
|
+
- **Fixed**: roll-release 补齐 GitHub Release 创建步骤 — 修复版本更新提醒从不生效的问题,并回填全部 40 个历史 tag
|
|
10
|
+
- **Added**: roll status/update 显示最近更新 — 运行 `roll status` 或 `roll update` 时展示最近 3 个版本的 changelog
|
|
11
|
+
|
|
12
|
+
## 2026.05.09
|
|
13
|
+
- **Added**: roll-peer 跨 Agent 代码评审 — 支持 Claude Code、Kimi CLI、DeepSeek TUI、Codex CLI 多工具协同评审 (by @seanyao)
|
|
14
|
+
- **Added**: DeepSeek TUI 和 Codex CLI 支持 — roll-peer 新增两个 AI 工具后端 (PR #6 by @leoliu198998-ui)
|
|
15
|
+
- **Added**: Claude GitHub Actions — PR Assistant 和 Code Review 自动化工作流 (PR #8)
|
|
16
|
+
- **Fixed**: roll-peer DeepSeek serve 探测 — 修复 pipefail 和 grep 范围问题,避免误判 (PR #9, #10)
|
|
17
|
+
|
|
18
|
+
## 2026.05.08
|
|
19
|
+
- **Improved**: 技能清单瘦身 — 移除所有技能 YAML 中的 model 字段,简化配置
|
|
20
|
+
|
|
21
|
+
## 2026.05.07
|
|
22
|
+
- **Added**: Pi (pi-coding-agent) 支持 — 新增 AI 工具检测和集成
|
|
23
|
+
- **Added**: DeepSeek TUI 支持 — 新增 ai_deepseek 检测和配置同步 (PR #5 by @leoliu198998-ui)
|
|
24
|
+
- **Improved**: roll-design DDD 建模 — 增加战略设计(Context Map)和战术建模(Aggregate/Entity/VO)能力
|
|
25
|
+
- **Fixed**: roll update 版本校验 — npm install 后验证实际安装版本,CDN 不一致时自动重试
|
|
26
|
+
- **Fixed**: AI 工具检测加固 — 修复 pi 工具检测逻辑,补充 _is_ai_installed 测试用例
|
|
27
|
+
|
|
28
|
+
## 2026.05.06
|
|
29
|
+
- **Added**: OpenCode 集成 — 检测 opencode 环境,自动同步全局 AGENTS.md 规则文件
|
|
30
|
+
- **Added**: roll-bipo-onboard 技能 — 新员工入职引导流程技能,含 bats 测试
|
|
31
|
+
- **Improved**: Git 提交归属 — 用 Co-Authored-By trailer 替代 [client] 前缀,更标准的多 AI 工具归属方式
|
|
32
|
+
- **Improved**: AGENTS.md 加入 Scope Gate — 防止技能执行时越界修改不相关文件
|
|
33
|
+
|
|
34
|
+
## 2026.05.05
|
|
35
|
+
- **Added**: 技能权限声明 — 每个技能声明 allowed-tools,约束 AI 工具可用范围
|
|
36
|
+
- **Added**: 技能模型绑定 — 每个技能绑定最适合的 AI 模型,平衡性能和质量
|
|
37
|
+
- **Added**: Identity 约定 — 从 git config 读取身份信息,禁止在约定文件中硬编码个人数据
|
|
38
|
+
- **Improved**: CLI 命令精简 — 收敛为 setup / init / hook / status 四个核心命令
|
|
39
|
+
- **Improved**: 约定文件重构 — 公共规则提取到 conventions/global/AGENTS.md,工具专属文件瘦身
|
|
40
|
+
- **Fixed**: 同步时清理已删除文件,防止用户机器残留幽灵文件
|
|
41
|
+
- **Fixed**: 修正 AGENTS.md 中过时的文件路径引用
|
|
42
|
+
- **Fixed**: 修正 GEMINI.md 中技术栈描述错误
|
|
43
|
+
- **Fixed**: 修正遗留的 Wukong 品牌引用为 Roll
|
|
44
|
+
- **Fixed**: package.json 作者邮箱修正
|
|
45
|
+
|
|
46
|
+
## 2026.05.04
|
|
47
|
+
- **Added**: BB 注入模式 — 对未集成 Black Box 的页面自动注入诊断探针,统一数据采集接口
|
|
48
|
+
- **Added**: roll-doctor 技能 — 一键诊断开发工具链健康状态(Node、npm、git、AI 工具等)
|
|
49
|
+
- **Improved**: roll-notes 写作风格 — 强制叙事体写作,保持风格一致性
|
|
50
|
+
- **Improved**: 约定文件更新 — 整合 insights 建议到全局约定中
|
|
51
|
+
|
|
52
|
+
## 2026.05.03
|
|
53
|
+
- **Fixed**: npm publish 代理冲突 — 发布前清除代理环境变量,避免网络错误
|
|
54
|
+
- **Fixed**: 模板中 $roll-story 过时引用 — 统一替换为 $roll-build (PR #4)
|
|
55
|
+
|
|
56
|
+
## 2026.04.29
|
|
57
|
+
- **Improved**: roll-notes 叙事风格 — 强化写作规范,确保笔记保持统一的叙事语调 (by @Sean via Kimi CLI)
|
|
58
|
+
|
|
59
|
+
## 2026.04.24
|
|
60
|
+
- **Added**: Trae IDE 支持 — 生成 project_rules.md 规则文件,`roll` 命令自动检测 Trae 并同步配置
|
|
61
|
+
- **Fixed**: 同步函数容错 — 源文件不存在时正常返回,避免 set -e 崩溃
|
|
62
|
+
- **Fixed**: Trae 检测和配置迁移 — 修复 ai_* 配置项缺失时的检测逻辑
|
|
63
|
+
|
|
64
|
+
## 2026.04.22
|
|
65
|
+
- **Improved**: 技能审计 P0 — 名称对齐、清理过时引用、补充 When Not to Use 段、统一 license 声明 (PR #3 by @sealfe)
|
|
66
|
+
|
|
67
|
+
## 2026.04.21
|
|
68
|
+
- **Added**: roll-notes 技能 — 开发过程中随手记录想法和笔记,叙事体写作
|
|
69
|
+
- **Improved**: 品牌清理 — 清除遗留的旧品牌引用,移除废弃的 roll-probe 技能和 clean 命令
|
|
70
|
+
- **Fixed**: git 安装检测 — 直接检查 .git 目录,避免在 nvm 环境下误判
|
|
71
|
+
- **Fixed**: roll-release YAML 描述引号修复
|
|
72
|
+
|
|
73
|
+
## 2026.04.20
|
|
74
|
+
- **Added**: roll-release — 一条命令完成版本号、changelog、tag、npm publish 全流程
|
|
75
|
+
- **Fixed**: uninstall.sh 同时清理真实目录和符号链接
|
|
76
|
+
- **Fixed**: npm 发布 token 切换为 classic automation token,修复 CI 发布失败
|
|
77
|
+
|
|
78
|
+
## 2026.04.19
|
|
79
|
+
- **Added**: npm 分发 — 开发/运行时路径分离、`roll update` 自动更新、后台版本检查提醒、npm 发布基础设施
|
|
80
|
+
|
|
81
|
+
## 2026.04.17
|
|
82
|
+
- **Added**: roll-jot — 一句话快速记录 bug 或想法到 backlog,不打断当前工作
|
|
83
|
+
- **Added**: roll-.clarify — 遇到模糊需求时自动追问,确保开工前意图清晰
|
|
84
|
+
- **Added**: roll-.clarify 集成到 roll-design 工作流 — 模糊输入时自动触发澄清
|
|
85
|
+
- **Improved**: CLI 精简 — 三步极简 init,约定文件转为技能参考,技能自动读取项目上下文
|
|
86
|
+
- **Fixed**: roll init 工作流文件缺失 — 补全初始化所需的模板文件 (PR #1 by @leoliu198998-ui)
|
|
87
|
+
- **Fixed**: roll-build 技能 YAML 描述引号修复 (by @Sean via Kimi CLI)
|
|
88
|
+
- **Fixed**: 通信规则同步和优化 — 对齐全局约定源,抑制实现细节噪音 (by @Sean via Kimi CLI)
|
package/bin/roll
CHANGED
|
@@ -4,7 +4,7 @@ set -euo pipefail
|
|
|
4
4
|
# Roll — AI Agent Convention Manager
|
|
5
5
|
# Single source of truth for how all AI coding agents behave.
|
|
6
6
|
|
|
7
|
-
VERSION="2026.510.
|
|
7
|
+
VERSION="2026.510.3"
|
|
8
8
|
ROLL_HOME="${ROLL_HOME:-${HOME}/.roll}"
|
|
9
9
|
ROLL_CONFIG="${ROLL_HOME}/config.yaml"
|
|
10
10
|
ROLL_GLOBAL="${ROLL_HOME}/conventions/global"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seanyao/roll",
|
|
3
|
-
"version": "2026.510.
|
|
3
|
+
"version": "2026.510.3",
|
|
4
4
|
"description": "Roll — Roll out features with AI agents",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "find tests/unit tests/integration -name '*.bats' | sort | xargs ./tests/helpers/bats-core/bin/bats"
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"skills/",
|
|
29
29
|
"tools/",
|
|
30
30
|
"template/",
|
|
31
|
-
"README.md"
|
|
31
|
+
"README.md",
|
|
32
|
+
"CHANGELOG.md"
|
|
32
33
|
]
|
|
33
34
|
}
|