ai-nexus 1.5.6 → 1.5.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 +4 -3
- package/README.md +4 -4
- package/package.json +2 -2
package/README.ko.md
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# ai-nexus
|
|
4
4
|
|
|
5
|
-
>
|
|
6
|
-
>
|
|
5
|
+
> 프롬프트마다 관련 룰과 스킬 2-3개만 로딩.
|
|
6
|
+
> 나머지는 Claude에게 아예 보이지 않음.
|
|
7
|
+
> 같은 룰과 스킬이 Cursor, Codex에서도 추가 설정 없이 동작.
|
|
7
8
|
|
|
8
9
|
[](https://www.npmjs.com/package/ai-nexus)
|
|
9
10
|
[](https://www.npmjs.com/package/ai-nexus)
|
|
@@ -44,7 +45,7 @@ npx ai-nexus install
|
|
|
44
45
|
✓ Codex → .codex/AGENTS.md (통합)
|
|
45
46
|
|
|
46
47
|
하나의 소스. 모든 도구가 동기화됩니다.
|
|
47
|
-
|
|
48
|
+
프롬프트마다 관련 룰과 스킬 2-3개만 로딩.
|
|
48
49
|
```
|
|
49
50
|
|
|
50
51
|
---
|
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# ai-nexus
|
|
4
4
|
|
|
5
|
-
>
|
|
6
|
-
>
|
|
7
|
-
>
|
|
5
|
+
> Only 2-3 relevant rules and skills load per prompt.
|
|
6
|
+
> The rest are hidden from Claude completely.
|
|
7
|
+
> Your rules and skills also work in Cursor and Codex — no extra setup.
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/ai-nexus)
|
|
10
10
|
[](https://www.npmjs.com/package/ai-nexus)
|
|
@@ -45,7 +45,7 @@ Deploy everywhere:
|
|
|
45
45
|
✓ Codex → .codex/AGENTS.md (aggregated)
|
|
46
46
|
|
|
47
47
|
One source of truth. Every tool in sync.
|
|
48
|
-
|
|
48
|
+
Only 2-3 relevant rules and skills loaded per prompt.
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
---
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-nexus",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.5.7",
|
|
4
|
+
"description": "Only 2-3 relevant rules and skills load per prompt. The rest stay hidden from Claude. Works across Claude Code, Cursor, and Codex.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"ai-nexus": "bin/ai-nexus.cjs"
|