@pcircle/claude-code-buddy-mcp 2.3.4 → 2.3.5

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/README.md CHANGED
@@ -261,7 +261,7 @@ CCB: [Generates step-by-step plan with:
261
261
  - ✅ **Race Condition Protection**: Systematic concurrency testing and prevention
262
262
  - ✅ **Graceful Error Handling**: Detailed error messages with recovery suggestions
263
263
 
264
- **Latest Security Audit (v2.3.4):**
264
+ **Latest Security Audit (v2.3.5):**
265
265
  ```bash
266
266
  npm audit
267
267
  # Result: 0 vulnerabilities found ✅
@@ -275,7 +275,9 @@ npm audit
275
275
 
276
276
  #### For Cursor Users
277
277
 
278
- [![Install to Cursor](https://img.shields.io/badge/Install%20to-Cursor-blue?style=for-the-badge&logo=cursor)](cursor://anysphere.cursor-deeplink/mcp/install?name=@pcircle/claude-code-buddy-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBwY2lyY2xlL2NsYXVkZS1jb2RlLWJ1ZGR5LW1jcCJdfQ==)
278
+ <a href="cursor://anysphere.cursor-deeplink/mcp/install?name=@pcircle/claude-code-buddy-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBwY2lyY2xlL2NsYXVkZS1jb2RlLWJ1ZGR5LW1jcCJdfQ==">
279
+ <img src="https://cursor.com/deeplink/mcp-install-dark.png" alt="Add to Cursor" />
280
+ </a>
279
281
 
280
282
  **Click the button above or paste this link in your browser:**
281
283
  ```
package/README.zh-TW.md CHANGED
@@ -249,7 +249,9 @@ CCB:[生成逐步計畫,包含:
249
249
 
250
250
  #### Cursor 用戶
251
251
 
252
- [![安裝到 Cursor](https://img.shields.io/badge/安裝到-Cursor-blue?style=for-the-badge&logo=cursor)](cursor://anysphere.cursor-deeplink/mcp/install?name=@pcircle/claude-code-buddy-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBwY2lyY2xlL2NsYXVkZS1jb2RlLWJ1ZGR5LW1jcCJdfQ==)
252
+ <a href="cursor://anysphere.cursor-deeplink/mcp/install?name=@pcircle/claude-code-buddy-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBwY2lyY2xlL2NsYXVkZS1jb2RlLWJ1ZGR5LW1jcCJdfQ==">
253
+ <img src="https://cursor.com/deeplink/mcp-install-dark.png" alt="安裝到 Cursor" />
254
+ </a>
253
255
 
254
256
  **點擊上方按鈕或在瀏覽器貼上此連結:**
255
257
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pcircle/claude-code-buddy-mcp",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "Your friendly AI companion for Claude Code - smart routing, prompt enhancement, and project memory",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",