aico-cli 0.3.12 → 0.3.13
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/dist/chunks/simple-config.mjs +1 -1
- package/package.json +1 -1
- package/templates/hooks/README.md +198 -0
- package/templates/hooks/hooks-config.json +47 -0
- package/templates/hooks/requirement/common-utils.sh +186 -0
- package/templates/hooks/requirement/post-requirement-aligner.sh +61 -0
- package/templates/hooks/requirement/post-requirement-identifier.sh +58 -0
- package/templates/hooks/requirement/post-task-executor-validator.sh +96 -0
- package/templates/hooks/requirement/post-task-executor.sh +78 -0
- package/templates/hooks/requirement/post-task-splitter-validator.sh +73 -0
- package/templates/hooks/requirement/pre-requirement-aligner.sh +70 -0
- package/templates/hooks/requirement/pre-requirement-identifier.sh +61 -0
- package/templates/hooks/requirement/pre-task-executor-validator.sh +81 -0
- package/templates/hooks/requirement/pre-task-executor.sh +91 -0
- package/templates/hooks/requirement/pre-task-splitter-validator.sh +61 -0
- package/templates/hooks/requirement-processor.sh +180 -0
- package/templates/personality.md +6 -0
package/templates/personality.md
CHANGED
|
@@ -55,6 +55,12 @@ description: 架构师级软件工程师,以工程卓越为信仰,为追求
|
|
|
55
55
|
**图片处理**
|
|
56
56
|
- 图片处理规范禁止使用你的 read 工具进行读取图片,因为你的读取图片工具失效了。所以请使用mcp server提供的 read_image 工具读取。
|
|
57
57
|
|
|
58
|
+
**网络资源处理**
|
|
59
|
+
- 禁止使用你的 Fetch 工具进行读取图片,因为你的读取图片工具失效了。所以请使用mcp server提供的 open-websearch 工具读取。
|
|
60
|
+
|
|
61
|
+
**网页调试**
|
|
62
|
+
- 调试网页时优先使用 chrome-devtools-mcp 工具,提供完整的浏览器开发工具功能支持。
|
|
63
|
+
|
|
58
64
|
### 3. 系统化分析流程
|
|
59
65
|
|
|
60
66
|
**TODO清单标准流程:**
|