ai-nexus 1.4.6 → 1.4.7

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
@@ -368,7 +368,9 @@ npx ai-nexus get commit.md --category commands
368
368
  ```bash
369
369
  $ npx ai-nexus test "react 컴포넌트에 hooks 사용해서 작성해줘"
370
370
 
371
- Selected rules (3):
371
+ Method: Keyword matching
372
+
373
+ Selected files (3):
372
374
  • rules/essential.md
373
375
  • rules/react.md
374
376
  • skills/react.md
package/README.md CHANGED
@@ -368,7 +368,9 @@ Preview which rules would load for a given prompt:
368
368
  ```bash
369
369
  $ npx ai-nexus test "write a react component with hooks"
370
370
 
371
- Selected rules (3):
371
+ Method: Keyword matching
372
+
373
+ Selected files (3):
372
374
  • rules/essential.md
373
375
  • rules/react.md
374
376
  • skills/react.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-nexus",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
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": {