@shirayner/ace 0.1.8-SNAPSHOT.8 → 0.1.8

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.
Files changed (2) hide show
  1. package/README.md +15 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,7 +27,7 @@ ACE 是一个**AI 开发环境配置工具**,基于 Claude Code 官方最佳
27
27
 
28
28
  - 🧠 **认知增强规则** — 8 条基于认知科学的深度思考与代码质量原则
29
29
  - 🤖 **专业级 AI Skills** — 4 个面向不同开发场景的智能技能
30
- - 🛡️ **安全防护体系** — Hookify 守卫 + 角色脚本双重保障
30
+ - 🛡️ **安全防护体系** — Shell Hooks 守卫 + Settings Deny 规则双重保障
31
31
  - 📝 **规范驱动工作流** — OpenSpec 集成的需求管理体系
32
32
  - 🧩 **跨会话记忆系统** — 持久化的开发者画像与项目记忆
33
33
 
@@ -76,7 +76,7 @@ $ ace init
76
76
  │ Customize
77
77
  │ Change role edit ~/.claude/memory/user_profile.md
78
78
  │ Adjust rules edit ~/.claude/rules/ace/
79
- │ Safety guards edit ~/.claude/hookify.ace.*.local.md
79
+ │ Safety guards edit ~/.claude/settings.json (deny rules)
80
80
  │ Verify setup ace doctor
81
81
 
82
82
  └ Done. Go to your project and run ace spec init.
@@ -151,7 +151,7 @@ $ ace doctor
151
151
  ✓ CLAUDE.md 配置正常
152
152
  ✓ 8 条规则文件完整
153
153
  ✓ 4 个 Skills 可正常加载
154
- Hookify 插件运行中
154
+ Hooks 安全守卫运行中
155
155
  ✓ 记忆目录可访问
156
156
  All systems operational.
157
157
  ```
@@ -166,17 +166,17 @@ All systems operational.
166
166
  ├─────────────────────────────────────────────────────────────┤
167
167
  │ │
168
168
  │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
169
- │ │ Rules │ │ Skills │ │ Hookify │ │
170
- │ │ (8 规则) │ │ (4 技能) │ │ (3 守卫) │ │
169
+ │ │ Rules │ │ Skills │ │ Hooks │ │
170
+ │ │ (8 规则) │ │ (4 技能) │ │ (Shell守卫) │ │
171
171
  │ ├─────────────┤ ├─────────────┤ ├─────────────┤ │
172
- │ │ • thinking │ │ • auto-goal │ │ • block- │ │
173
- │ │ • clean-code│ │ • coding │ │ dangerous │ │
174
- │ │ • code-qual │ │ • skill- │ │ • protect- │ │
175
- │ │ • reporting │ │ creator │ │ secrets │ │
176
- │ │ • task-rec │ │ • skill- │ │ • require- │ │
177
- │ │ • context- │ │ optimize │ │ verify │ │
178
- │ │ hygiene │ │ │ │ │ │
179
- │ │ • memory- │ │ │ │ │ │
172
+ │ │ • thinking │ │ • auto-goal │ │ • bash- │ │
173
+ │ │ • clean-code│ │ • coding │ │ guard │ │
174
+ │ │ • code-qual │ │ • skill- │ │ • file- │ │
175
+ │ │ • reporting │ │ creator │ │ guard │ │
176
+ │ │ • task-rec │ │ • skill- │ │ • content- │ │
177
+ │ │ • context- │ │ optimize │ │ guard │ │
178
+ │ │ hygiene │ │ │ │ • java- │ │
179
+ │ │ • memory- │ │ │ │ compile │ │
180
180
  │ │ policy │ │ │ │ │ │
181
181
  │ │ • interactive│ │ │ │ │ │
182
182
  │ └─────────────┘ └─────────────┘ └─────────────┘ │
@@ -242,7 +242,7 @@ ace init
242
242
  - 全局 CLAUDE.md 索引
243
243
  - 8 条认知规则
244
244
  - 4 个 AI Skills
245
- - Hookify 安全守卫
245
+ - Shell Hooks 安全守卫
246
246
  - 角色特定脚本和开发者画像
247
247
 
248
248
  ### 3. 验证安装
@@ -284,7 +284,7 @@ claude
284
284
  - [8 条规则详解](docs/architecture/rules.md) — 每条规则的用途与设计
285
285
  - [4 个 Skills 详解](docs/architecture/skills.md) — 工作原理与最佳实践
286
286
  - [aspec 规范驱动](docs/architecture/aspec.md) — spec coding 完整工作流
287
- - [Hookify 安全体系](docs/architecture/hookify.md)
287
+ - [Shell Hooks 安全体系](docs/architecture/hooks.md)
288
288
  - [Hooks 角色脚本](docs/architecture/hooks.md)
289
289
  - [记忆系统](docs/architecture/memory.md)
290
290
  - [OpenSpec 集成](docs/architecture/spec.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shirayner/ace",
3
- "version": "0.1.8-SNAPSHOT.8",
3
+ "version": "0.1.8",
4
4
  "description": "AI Coding Environment - One command to set up your Claude Code harness",
5
5
  "bin": {
6
6
  "ace": "./bin/ace.js"