Skip to content

Commit 26110c9

Browse files
Light ChengLight Cheng
authored andcommitted
docs: add Chinese release notes pages for v0.1.1-v0.1.5
1 parent 51ef60f commit 26110c9

5 files changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# v0.1.1 发布说明(中文)
2+
3+
[English release notes](RELEASE_RECEIPT.md)
4+
5+
## 本次更新
6+
7+
- 为全部五个第一方 Skill 增加双语用户指南、已验证的 workflow recipes 与 Quick Start 示例。
8+
- 新增 `docs/evidence/releases/v0.1.1/` release 证据目录及结构/metadata/链接/双语配对/包测试/头图检查。
9+
- 明确 `$ask-light next``$ask-light workflow` 模式。
10+
- 重新设计可编辑 SVG 与 1600×480 PNG 头图。
11+
- 为 user-invoked 的 `learn-anything``ask-light``project-init` 补齐显式-only metadata 与对应 frontmatter。
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v0.1.2 发布说明(中文)
2+
3+
[English release notes](RELEASE_RECEIPT.md)
4+
5+
## 本次更新
6+
7+
- 新增第一方、仅 user-invoked 的 `recap` Skill:显式 `$recap` 只返回一行当前 session 总结,不运行工具、不修改历史、不调用其他 Skill。
8+
- 新增第一方、仅 user-invoked 的 `language-learning` Skill:通过六种学习模式辅导任意目标语言,并在多次调用间复用上下文与已学词汇。
9+
- 新增低风险纯提示型准入快速通道,`recap``language-learning` 均由此 `PASS` 准入。
10+
- 发布通用 `latest` 安装命令,并保留 pinned `#v0.1.2` 形式用于可复现安装。
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# v0.1.3 发布说明(中文)
2+
3+
[English release notes](RELEASE_RECEIPT.md)
4+
5+
## 本次更新
6+
7+
- 测试工具链从 Windows PowerShell 迁移为跨平台 Python:21 个 PowerShell 测试文件替换为 18 个 Python 套件,保留断言集。
8+
- CI 迁至 `ubuntu-latest`(bash + python);新增 retired-boundary 与无 PowerShell 测试检查。
9+
- 文档更新为新测试文件名与跨平台手动 fallback 片段。
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# v0.1.4 发布说明(中文)
2+
3+
[English release notes](RELEASE_RECEIPT.md)
4+
5+
## 本次更新
6+
7+
- 新增第一方 model-invoked Skill `light-kanban-worker`:每次 scheduled agent 运行最多处理一张 Light-Kanban 任务——稳定 agent identity、先检查自己持有的 in-progress 任务与 review feedback 再领取新任务、原子 claim 带有限次冲突重试、workspace 校验、`complete` 交回人工验收。
8+
- 集合扩展为八个已准入第一方 Skill。
9+
- 修复 ask-light scanner 的 `Test-PathUnder` 跨平台路径比较问题。
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v0.1.5 发布说明(中文)
2+
3+
[English release notes](RELEASE_RECEIPT.md)
4+
5+
## 本次更新
6+
7+
- `light-kanban-worker` 明确禁止同一 `LIGHT_KANBAN_AGENT_ID` 的 scheduled run 重叠执行:同一 agent id 任意时刻至多一个 invocation 活跃,上一 run 仍活跃时触发的唤醒必须 skip;不同 agent id 仍可并发。
8+
- 首次注册现在明确要求 ID + name + avatar:本地图片通过 `POST /api/avatars` 上传并使用返回的 `/api/avatars/...` 路径;已存在的 agent id 复用服务器保存的 name/avatar。
9+
- 补充了 same-agent 不得重叠、首次注册身份等对抗性 negative fixtures 与行为场景 G/H。
10+
- release evidence 工作流澄清:receipt 区分 pre-release gate 与 post-release verification。

0 commit comments

Comments
 (0)