@autopilot-harness/i18n 0.2.9 → 0.2.11

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/locales/en.json CHANGED
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "skill": {
15
15
  "autopilot_on": {
16
- "description": "Start Planning discuss what to build"
16
+ "description": "Start planning only after /autopilot-on or configured ON phrases (e.g. Autopilot ON; per project triggers.on); not for casual chat."
17
17
  },
18
18
  "autopilot_run": {
19
19
  "description": "Start Executing — run checklist"
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "skill": {
15
15
  "autopilot_on": {
16
- "description": "开始规划 讨论要做什么"
16
+ "description": "仅在用户发出 /autopilot-on 或「开启自动驾驶」等配置触发语(以项目 triggers.on 为准)后开始规划;勿用于普通闲聊。"
17
17
  },
18
18
  "autopilot_run": {
19
19
  "description": "开始执行 — 跑 checklist"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autopilot-harness/i18n",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "description": "Autopilot harness i18n locale strings (en, zh-CN)",
5
5
  "license": "MIT",
6
6
  "repository": {