clisbot 0.1.53-beta.2 → 0.1.53-beta.3

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/dist/main.js +1 -8
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -87773,7 +87773,7 @@ function renderUpdateHelp() {
87773
87773
  ` 1. Migration index: ${GITHUB_RAW_BASE}/docs/migrations/index.md`,
87774
87774
  " If Manual action: required, follow its runbook. If none, continue.",
87775
87775
  ` 2. Update guide: ${GITHUB_RAW_BASE}/docs/updates/update-guide.md`,
87776
- " Use for target choice, install flow, verification, and wrong-publish recovery.",
87776
+ " Use for target choice, install flow, and verification.",
87777
87777
  ` 3. Release notes: ${GITHUB_RAW_BASE}/docs/releases/README.md`,
87778
87778
  " Use for the canonical version map and full version notes.",
87779
87779
  ` 4. Release guides: ${GITHUB_RAW_BASE}/docs/updates/README.md`,
@@ -87781,13 +87781,6 @@ function renderUpdateHelp() {
87781
87781
  " 5. Full docs: https://github.com/longbkit/clisbot/tree/main/docs",
87782
87782
  " Use for deep questions. If needed, fetch or clone docs and inspect relevant files.",
87783
87783
  "",
87784
- "Recovery:",
87785
- " - If a version was published by mistake, publish the corrected target or tag first.",
87786
- " - Then deprecate the wrong version.",
87787
- " - Start with `npm login` in an attached session.",
87788
- " - If npm returns a browser approval URL, keep that same session open and continue it after approval.",
87789
- " - If the write command still returns EOTP, ask the operator for a current OTP and rerun the exact command with --otp=<code>.",
87790
- "",
87791
87784
  "Rules:",
87792
87785
  " - Use npm dist-tags, not highest semver.",
87793
87786
  " - Stable/latest is default; beta only when the user asks.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clisbot",
3
- "version": "0.1.53-beta.2",
3
+ "version": "0.1.53-beta.3",
4
4
  "private": false,
5
5
  "description": "Chat surfaces for durable AI coding agents running in tmux",
6
6
  "license": "MIT",