@geeseeker/easyai-dev 3.0.1 → 3.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geeseeker/easyai-dev",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "easyAI — 让用户以纯客户的视角进行软件开发",
5
5
  "type": "module",
6
6
  "bin": {
@@ -20,18 +20,17 @@ easyAI-dev/
20
20
  │ ├── tasks/ ← 任务管理(含 archive/)
21
21
  │ ├── workspace/ ← 开发者记忆(journal)
22
22
  │ └── config/ ← 框架配置
23
- ├── packages/
24
- │ └── mcp-server/ ← easyAI MCP Server(TypeScript)
25
23
  └── .docs/ ← 项目文档
26
24
  ├── design/ ← 架构设计文档
27
- └── requirements/ ← 需求文档
25
+ ├── requirements/ ← 需求文档
26
+ ├── guides/ ← 使用指南
27
+ ├── notes/ ← 临时文档
28
+ └── archive/ ← 文档归档
28
29
  ```
29
30
 
30
31
  ## 关键文档位置
31
32
 
32
- - **架构设计**:`.docs/design/easyAI-底层架构设计.md`
33
- - **开发清单**:`.docs/design/easyAI-框架模块化开发清单.md`
34
- - **特性说明**:`.docs/design/easyAI-特性说明.md`
33
+ - **架构设计**:`.docs/design/` 目录下的设计文档(如有)
35
34
  - **框架配置**:`.trellis/config/config.yaml`
36
35
 
37
36
  ## 角色系统