opencode-core-rules-injector 1.1.5 → 1.2.0

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/core-rules.md +3 -0
  2. package/package.json +1 -1
package/core-rules.md CHANGED
@@ -54,3 +54,6 @@
54
54
  - 写代码
55
55
  - Code Review
56
56
  - QA 审核
57
+
58
+ ## 注入确认
59
+ 本段核心规则被注入后,你的第一条输出必须使用绿色文字(ANSI 转义码 \033[32m)输出"已收到核心规则注入,开始执行工作流",然后才能进行思考、调用工具或进行其他操作。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-core-rules-injector",
3
- "version": "1.1.5",
3
+ "version": "1.2.0",
4
4
  "description": "OpenCode plugin: injects core rules into every LLM call",
5
5
  "type": "module",
6
6
  "main": "index.js",