ai-nexus 1.3.13 → 1.3.14

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.ko.md CHANGED
@@ -72,15 +72,15 @@ npx ai-nexus install --rules github.com/your-org/team-rules
72
72
 
73
73
  **설치 마법사**
74
74
 
75
- ![init](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/ai-nexus-init.gif)
75
+ ![init](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/nexus-setup.gif)
76
76
 
77
77
  **설치된 룰 목록**
78
78
 
79
- ![list](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/ai-nexus-list.gif)
79
+ ![list](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/nexus-rules.gif)
80
80
 
81
81
  **룰 마켓플레이스**
82
82
 
83
- ![browse](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/ai-nexus-browse.gif)
83
+ ![browse](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/nexus-browse.gif)
84
84
 
85
85
  ---
86
86
 
@@ -311,7 +311,7 @@ npx ai-nexus update
311
311
 
312
312
  ## 룰 마켓플레이스
313
313
 
314
- ![browse](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/browse.png)
314
+ ![browse](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/nexus-marketplace.png)
315
315
 
316
316
  웹 기반 마켓플레이스에서 룰을 검색, 설치, 제거할 수 있습니다:
317
317
 
package/README.md CHANGED
@@ -72,15 +72,15 @@ npx ai-nexus install --rules github.com/your-org/team-rules
72
72
 
73
73
  **Setup Wizard**
74
74
 
75
- ![init](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/ai-nexus-init.gif)
75
+ ![init](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/nexus-setup.gif)
76
76
 
77
77
  **Installed Rules**
78
78
 
79
- ![list](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/ai-nexus-list.gif)
79
+ ![list](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/nexus-rules.gif)
80
80
 
81
81
  **Rule Marketplace**
82
82
 
83
- ![browse](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/ai-nexus-browse.gif)
83
+ ![browse](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/nexus-browse.gif)
84
84
 
85
85
  ---
86
86
 
@@ -311,7 +311,7 @@ npx ai-nexus update
311
311
 
312
312
  ## Rule Marketplace
313
313
 
314
- ![browse](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/browse.png)
314
+ ![browse](https://raw.githubusercontent.com/JSK9999/ai-nexus/main/docs/nexus-marketplace.png)
315
315
 
316
316
  Open the web-based marketplace to search, install, and remove rules with one click:
317
317
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-nexus",
3
- "version": "1.3.13",
3
+ "version": "1.3.14",
4
4
  "description": "Unified rule manager for Claude Code, Cursor, and Codex - write once, use everywhere, save tokens",
5
5
  "main": "dist/index.js",
6
6
  "bin": {