Skip to content

Commit 2d4d3fb

Browse files
committed
chore(release): publish 3.0.0
1 parent 86c6f60 commit 2d4d3fb

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@
77

88
## [Unreleased]
99

10+
## [3.0.0] - 2026-03-13
11+
12+
### 重大变更
13+
14+
- **仓库模板源统一**:仓库内统一收敛到 `.agents/` 作为唯一 Canonical 模板源;旧 `.agent/` 仅保留输入兼容,不再作为主路径。
15+
- **项目级 Codex 体系稳定化**:Codex 项目安装/更新统一落到 `.agents/`,并继续支持从遗留 `.codex/` 自动迁移。
16+
- **全局安装模型重构**`ag-kit global sync/status` 成为统一的全局 Skills 安装/更新入口。
17+
18+
### 新增
19+
20+
- **全局 Skills 同步**
21+
- `codex` 同步到 `~/.codex/skills/`
22+
- `gemini` 同时同步到 `~/.gemini/skills/``~/.gemini/antigravity/skills/`
23+
- **状态契约收紧**`ag-kit status --quiet``ag-kit global status --quiet` 统一输出 `installed / broken / missing`,并使用固定退出码 `0 / 1 / 2`
24+
- **跨平台验证增强**:新增 `ci:verify`、Node 版 `health-check` 与 GitHub Actions 跨平台工作流。
25+
26+
### 修复
27+
28+
- **旧索引兼容**`update-all` 现在能自动归一化历史索引中的 `targets.full`,不再要求手工清理索引。
29+
- **全局路径对齐真实工具**:修正之前全局路径和真实消费端不一致的问题,确保文档、测试、CI 与实际工具行为一致。
30+
1031

1132
## [2.0.2] - 2026-02-04
1233

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mison/ag-kit-cn",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "AI Agent templates - Skills, Agents, and Workflows for enhanced coding assistance",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)