@shirayner/ace 0.1.1-snapshot.7 → 0.1.2

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/README.en-US.md CHANGED
@@ -16,15 +16,20 @@
16
16
 
17
17
  ```
18
18
  $ ace init
19
- ? Your role: Fullstack Developer
20
- ? Preset: full
21
- core installed
22
- ✔ rules installed
23
- plugin installed (ace:auto-goal, ace:coding, ...)
24
- hookify installed
25
- hooks installed
26
- memory installed
27
- Done! Your AI coding environment is ready.
19
+ ◇ ace v0.1.2
20
+
21
+ ◇ Installed to ~/.claude/
22
+
23
+ │ ◆ Core Config 2 files
24
+ │ ◆ Rules 8 files
25
+ │ ◆ Plugin installed
26
+ │ ◆ Hooks 1 file
27
+ │ ◆ Safety Guards 7 files
28
+ │ ◆ Memory 2 files
29
+
30
+ ◆ 20 installed
31
+
32
+ └ Done. Go to your project and run ace spec init.
28
33
  ```
29
34
 
30
35
  ### Spec 驱动开发
package/README.md CHANGED
@@ -45,15 +45,31 @@ ace init
45
45
 
46
46
  ```bash
47
47
  $ ace init
48
- ? 选择你的角色: Fullstack Developer
49
- ? 选择安装预设: full (完整功能)
50
- Core 核心配置已安装
51
- ✓ 8 条认知规则已部署
52
- 4 AI Skills 已激活 (ace:auto-goal, ace:coding, ...)
53
- Hookify 安全守卫已启用
54
- 角色钩子脚本已配置
55
- 记忆系统已初始化
56
- Done! 你的 AI 开发环境已就绪。
48
+ ◇ ace v0.1.2
49
+
50
+ ◇ Installed to ~/.claude/
51
+
52
+ │ ◆ Core Config 2 files
53
+ │ ◆ Rules 8 files
54
+ │ ◆ Plugin installed
55
+ │ ◆ Hooks 1 file
56
+ │ ◆ Safety Guards 7 files
57
+ │ ◆ Memory 2 files
58
+
59
+ ◆ 20 installed
60
+
61
+ ┌ Next steps
62
+ │ Get started
63
+ │ 1. cd <your-project> && ace spec init
64
+ │ 2. Open Claude Code, type: /opsx:propose
65
+
66
+ │ Customize
67
+ │ Change role edit ~/.claude/memory/user_profile.md
68
+ │ Adjust rules edit ~/.claude/rules/ace/
69
+ │ Safety guards edit ~/.claude/hookify.ace.*.local.md
70
+ │ Verify setup ace doctor
71
+
72
+ └ Done. Go to your project and run ace spec init.
57
73
  ```
58
74
 
59
75
  ### Spec Coding 完整流程
@@ -146,30 +162,6 @@ All systems operational.
146
162
 
147
163
  ---
148
164
 
149
- ## 📦 安装预设
150
-
151
- | 组件 | `full` | `safe` | `minimal` |
152
- | ------------------------------------------ | :------: | :------: | :---------: |
153
- | **Core** (CLAUDE.md + settings.json) | ✅ | ✅ | ✅ |
154
- | **Rules** (8 条认知与代码质量规则) | ✅ | ✅ | ✅ |
155
- | **Plugin** (4 个 Skills) | ✅ | ✅ | ✅ |
156
- | **Hooks** (角色相关脚本) | ✅ | ❌ | ❌ |
157
- | **Hookify** (3 个安全守卫) | ✅ | ✅ | ❌ |
158
- | **Memory** (模板 + 开发者画像) | ✅ | ✅ | ❌ |
159
-
160
- ```bash
161
- # 完整功能(推荐)
162
- ace init --preset full
163
-
164
- # 安全优先(适合团队协作)
165
- ace init --preset safe
166
-
167
- # 最小安装(仅核心功能)
168
- ace init --preset minimal
169
- ```
170
-
171
- ---
172
-
173
165
  ## 🎓 核心设计理念
174
166
 
175
167
  ACE 的设计融合了多学科的深层洞察:
@@ -283,7 +275,8 @@ claude
283
275
 
284
276
  ACE 遵循**零侵入**原则:
285
277
 
286
- - **智能合并** — 与现有配置共存,从不覆盖
278
+ - **智能合并** — CLAUDE.md 使用标记区块替换,settings.json 深度合并,用户配置始终保留
279
+ - **ACE 文件自动覆盖** — rules/ace/*、hooks/* 等 ACE 自有文件升级时自动更新,无需用户决策
287
280
  - **自动备份** — 首次安装前创建完整快照
288
281
  - **干净卸载** — `ace uninstall` 一键恢复原始状态
289
282
  - **命名空间隔离** — 所有文件使用 `ace/` 前缀,避免冲突
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shirayner/ace",
3
- "version": "0.1.1-snapshot.7",
3
+ "version": "0.1.2",
4
4
  "description": "AI Coding Environment - One command to set up your Claude Code harness",
5
5
  "bin": {
6
6
  "ace": "./bin/ace.js"