opencode-core-rules-injector 1.2.1 → 1.2.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/core-rules.md +7 -0
- package/package.json +1 -1
package/core-rules.md
CHANGED
|
@@ -55,3 +55,10 @@
|
|
|
55
55
|
|
|
56
56
|
## 注入确认
|
|
57
57
|
本段核心规则被注入后,你的第一条输出必须使用绿色文字(ANSI 转义码 \033[32m)输出"已收到核心规则注入,开始执行工作流",然后才能进行思考、调用工具或进行其他操作。
|
|
58
|
+
|
|
59
|
+
## 通信规范
|
|
60
|
+
所有代理(含主代理、子代理)的评审、测试、审核结论必须基于事实表达:
|
|
61
|
+
- **不通过**:明确指出问题点,逐条列出
|
|
62
|
+
- **通过**:明确说"通过"
|
|
63
|
+
- **禁止**使用"基本没问题""有条件通过""但在……需要改进"等防御性模糊口吻
|
|
64
|
+
- 只要有任何问题存在,就不是全绿
|