ai-nexus 1.4.9 → 1.5.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 (3) hide show
  1. package/README.ko.md +13 -0
  2. package/README.md +13 -0
  3. package/package.json +1 -1
package/README.ko.md CHANGED
@@ -396,6 +396,19 @@ node bin/ai-nexus.cjs test "your prompt"
396
396
 
397
397
  ---
398
398
 
399
+ ## FAQ
400
+
401
+ **Claude Code 스킬(`alwaysApply: false`)이랑 뭐가 다른가요?**
402
+
403
+ 스킬은 이미 Claude Code 안에서 필요할 때만 로딩해줍니다. ai-nexus는 다른 유스케이스를 위한 거예요:
404
+ - **여러 툴** (Claude Code + Cursor + Codex)을 같이 쓰면서 룰을 한 곳에서 관리하고 싶을 때
405
+ - **230개 이상 커뮤니티 룰**을 직접 안 쓰고 바로 가져다 쓰고 싶을 때
406
+ - Claude 대신 **키워드 매칭(무료)** 이나 **더 저렴한 모델**로 라우팅하고 싶을 때
407
+
408
+ Claude Code만 쓰고 스킬로 충분하면 ai-nexus가 필요 없을 수도 있습니다.
409
+
410
+ ---
411
+
399
412
  ## 지원하기
400
413
 
401
414
  ai-nexus가 유용하셨다면 GitHub에서 ⭐을 눌러주세요 — 더 많은 사람들이 프로젝트를 발견하고, 개발을 이어가는 데 큰 힘이 됩니다.
package/README.md CHANGED
@@ -396,6 +396,19 @@ node bin/ai-nexus.cjs test "your prompt"
396
396
 
397
397
  ---
398
398
 
399
+ ## FAQ
400
+
401
+ **How is this different from Claude Code skills (`alwaysApply: false`)?**
402
+
403
+ Skills already handle on-demand loading within Claude Code. ai-nexus is for a different use case:
404
+ - You use **multiple tools** (Claude Code + Cursor + Codex) and want one set of rules
405
+ - You want **230+ community rules** without writing everything from scratch
406
+ - You prefer routing via **keyword matching (free)** or a **cheaper model** instead of Claude
407
+
408
+ If you only use Claude Code and skills cover your needs, you may not need ai-nexus.
409
+
410
+ ---
411
+
399
412
  ## Support
400
413
 
401
414
  If you find ai-nexus useful, give it a ⭐ on GitHub — it helps others discover the project and motivates continued development.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-nexus",
3
- "version": "1.4.9",
3
+ "version": "1.5.0",
4
4
  "description": "Claude Code loads all rules every session - ai-nexus loads only what you need, syncing rules across Claude, Cursor, and Codex",
5
5
  "main": "dist/index.js",
6
6
  "bin": {