@proggarapsody/bitbottle 1.13.1 → 1.14.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/README.md +11 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,13 +26,18 @@ $ bitbottle pr create --title "fix: handle empty diff" --base main
26
26
  npm install -g @proggarapsody/bitbottle
27
27
  ```
28
28
 
29
- This also registers the bundled AI agent skill (`SKILL.md`) with any
30
- agent runtimes detected on your machine — Claude Code, Cursor, Codex,
31
- Gemini CLI, and 50+ others — so your agents know how to drive bitbottle
32
- correctly. Skip with `BITBOTTLE_SKIP_SKILL_INSTALL=1 npm install -g …`.
33
- Install or refresh manually:
29
+ This also registers the bundled AI agent skill (`SKILL.md` + topic
30
+ references) with any agent runtimes detected on your machine —
31
+ Claude Code, Cursor, Codex, Gemini CLI, and 50+ others — so your
32
+ agents know how to drive bitbottle correctly. Skip with
33
+ `BITBOTTLE_SKIP_SKILL_INSTALL=1 npm install -g …`.
34
+
35
+ If you installed via Homebrew, Go install, or the bare binary,
36
+ register the skill explicitly:
34
37
  ```bash
35
- npx -y skills add proggarapsody/bitbottle --global -y
38
+ bitbottle skill install # uses npx; needs Node.js >= 18
39
+ bitbottle skill path # show where the skill was installed
40
+ bitbottle skill remove # uninstall
36
41
  ```
37
42
 
38
43
  **Go install:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proggarapsody/bitbottle",
3
- "version": "1.13.1",
3
+ "version": "1.14.0",
4
4
  "description": "Bitbucket CLI for Server/Data Center and Cloud — npm wrapper for bitbottle",
5
5
  "keywords": [
6
6
  "mcp",