mvframe 1.0.83 → 1.0.86
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/composition.js +148 -130
- package/dist/css/cpt.css +1 -1
- package/dist/css/style.css +1 -1
- package/dist/vendor.js +1176 -1164
- package/package.json +1 -1
- package/scripts/install-codex-agents.js +6 -2
package/package.json
CHANGED
|
@@ -82,8 +82,12 @@ ${getSharedStyleRulesForCodex()}
|
|
|
82
82
|
|
|
83
83
|
## 完成后通知
|
|
84
84
|
|
|
85
|
-
-
|
|
86
|
-
-
|
|
85
|
+
- 每次完成一个开发任务后,都要在宿主项目根目录发送一条完成通知:\`yarn exec mvframe-notify --once --message "<标题>\n<正文>"\`。
|
|
86
|
+
- 通知内容必须使用中文。
|
|
87
|
+
- 标题写为“当前对话请求内容”的简短概括,单独一行,不要展开成长句。
|
|
88
|
+
- 正文写为本次执行反馈的简短概括;需要包含本次实际完成了什么、改到了哪里、当前结果或验证结论(如果已有)。
|
|
89
|
+
- 如果本次明显执行了多个动作,或完成了彼此不同的内容,正文按 \`1.\`、\`2.\`、\`3.\` 依次编号;每个序号之间必须换行成独立段落,不要挤在同一段里。
|
|
90
|
+
- 文案保持简短、可投递、可扫读,不写寒暄,不写无信息量套话。
|
|
87
91
|
- 如果缺少 \`.env.mvframe-notify\`、钉钉 notify 未配置,或命令执行失败,不要伪造成功;需要在最终回复里明确说明通知未发送成功。
|
|
88
92
|
${END}
|
|
89
93
|
`;
|