@autopilot-harness/i18n 0.2.11 → 0.2.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/locales/en.json CHANGED
@@ -41,6 +41,7 @@
41
41
  "recover_ambient": "Recover: the previous turn ended with an error. Continue your current work; Autopilot RUN is not active.",
42
42
  "review_complete": "Review complete. All {total} confirm rounds passed; the review chain has ended. If the working tree still has uncommitted changes from this session, local commit only per the safe checklist (never stage .env/secrets/.autopilot runtime; no push unless the user asks); if clean, briefly confirm only.",
43
43
  "stuck": "Stuck: no progress for several stops. Change strategy or send Autopilot RESUME after fixing.",
44
+ "stuck_soft": "Stuck: no progress for several stops (missing completion evidence). Change strategy, write matching .autopilot/verify-last.json, then end the turn. Session stays armed — Autopilot RESUME is not required unless the session was paused.",
44
45
  "verify_fix": "Verify failed ({reason}). Fix verify commands and rewrite verify-last.json; do not advance.",
45
46
  "need_evidence": "Need evidence: no-code item {currentId}{currentTitleSuffix} cannot advance without matching soft completion evidence. Write .autopilot/verify-last.json with itemId \"{currentId}\" and ok: true (only after this item's work is done). Then end the turn so the stop hook can advance/done. Do not ask the user to continue; do not invent Advance/Done.",
46
47
  "track_pick": "Select a plan by number or slug."
@@ -41,6 +41,7 @@
41
41
  "recover_ambient": "恢复:上一回合出错。继续当前任务(未在执行 checklist)。",
42
42
  "review_complete": "自审完成。连续 {total} 轮确认已通过,自审链已结束。若工作区仍有本会话未提交改动,按安全清单本地 commit(勿 stage .env/密钥/.autopilot 运行时;勿 push,除非用户明确要求);已干净则只简短确认即可。",
43
43
  "stuck": "卡住:连续多轮无进展。请换策略,或修好后发送 Autopilot RESUME。",
44
+ "stuck_soft": "卡住:连续多轮无进展(缺完成证据)。请换策略并写入匹配的 .autopilot/verify-last.json 后结束回合。会话仍在运行,无需 RESUME;仅在已 pause 时才发送 Autopilot RESUME。",
44
45
  "verify_fix": "校验失败({reason})。请修复 verify 命令并重写 verify-last.json;不要推进。",
45
46
  "need_evidence": "需要完成证据:无代码改动项 {currentId}{currentTitleSuffix} 缺少匹配的 soft 完成证据,无法推进。请写入 .autopilot/verify-last.json(itemId 为 \"{currentId}\",ok: true;须在该项工作完成后)。然后结束本回合,由 stop hook 推进/完成。不要让用户说「继续」;不要自行发明推进/完成指令。",
46
47
  "track_pick": "请用数字或 slug 选择要执行的 plan。"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autopilot-harness/i18n",
3
- "version": "0.2.11",
3
+ "version": "0.2.13",
4
4
  "description": "Autopilot harness i18n locale strings (en, zh-CN)",
5
5
  "license": "MIT",
6
6
  "repository": {