ai-nexus 1.3.1 → 1.3.3
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 +2 -0
- package/README.md +2 -0
- package/dist/browse/browse.html +3 -2
- package/package.json +2 -2
package/README.ko.md
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
[](https://www.npmjs.com/package/ai-nexus)
|
|
10
10
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
11
11
|
|
|
12
|
+
**[홈페이지](https://jsk9999.github.io/ai-nexus/)** | **[문서](https://jsk9999.github.io/ai-nexus/docs.html)**
|
|
13
|
+
|
|
12
14
|
```bash
|
|
13
15
|
npx ai-nexus install
|
|
14
16
|
```
|
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@ AI coding assistant rule manager for **Claude Code**, **Cursor**, and **Codex**.
|
|
|
9
9
|
[](https://www.npmjs.com/package/ai-nexus)
|
|
10
10
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
11
11
|
|
|
12
|
+
**[Homepage](https://jsk9999.github.io/ai-nexus/)** | **[Documentation](https://jsk9999.github.io/ai-nexus/docs.html)**
|
|
13
|
+
|
|
12
14
|
```bash
|
|
13
15
|
npx ai-nexus install
|
|
14
16
|
```
|
package/dist/browse/browse.html
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>ai-nexus</title>
|
|
7
|
+
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Cdefs%3E%3ClinearGradient id='g1' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2300e5ff'/%3E%3Cstop offset='100%25' stop-color='%23a855f7'/%3E%3C/linearGradient%3E%3ClinearGradient id='g2' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%2300e5ff'/%3E%3Cstop offset='100%25' stop-color='%23a855f7'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='120' height='120' rx='28' fill='%230a0a0f'/%3E%3Cline x1='60' y1='30' x2='30' y2='80' stroke='url(%23g1)' stroke-width='3' opacity='0.6'/%3E%3Cline x1='60' y1='30' x2='90' y2='80' stroke='url(%23g1)' stroke-width='3' opacity='0.6'/%3E%3Cline x1='30' y1='80' x2='90' y2='80' stroke='url(%23g2)' stroke-width='3' opacity='0.6'/%3E%3Ccircle cx='60' cy='30' r='10' fill='url(%23g1)'/%3E%3Ccircle cx='30' cy='80' r='10' fill='url(%23g1)'/%3E%3Ccircle cx='90' cy='80' r='10' fill='url(%23g2)'/%3E%3Ccircle cx='60' cy='63' r='5' fill='url(%23g1)' opacity='0.4'/%3E%3C/svg%3E">
|
|
7
8
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
|
|
8
9
|
<style>
|
|
9
10
|
:root{--bg:#050508;--card:rgba(255,255,255,0.02);--card2:rgba(255,255,255,0.04);--cyan:#00e5ff;--purple:#a855f7;--pink:#ec4899;--green:#22c55e;--yellow:#eab308;--red:#ef4444;--text:#eeeef0;--text2:#7a7a90;--text3:#44445a;--border:rgba(255,255,255,0.05);--r:20px;--rs:12px;--font:'Inter',system-ui,sans-serif;--mono:'JetBrains Mono',monospace}
|
|
@@ -22,7 +23,7 @@ body{background:var(--bg);color:var(--text);font-family:var(--font);min-height:1
|
|
|
22
23
|
.hdr{position:sticky;top:0;z-index:100;padding:0 2.5rem;background:rgba(5,5,8,0.7);backdrop-filter:blur(24px) saturate(1.2);border-bottom:1px solid var(--border)}
|
|
23
24
|
.hdr-inner{max-width:1280px;margin:0 auto;height:60px;display:flex;align-items:center;justify-content:space-between}
|
|
24
25
|
.logo{display:flex;align-items:center;gap:0.7rem;font-weight:800;font-size:1rem;letter-spacing:-0.03em}
|
|
25
|
-
.logo-mark{width:30px;height:30px;border-radius:
|
|
26
|
+
.logo-mark{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;overflow:hidden}
|
|
26
27
|
.logo-txt span{font-weight:400;color:var(--text2)}
|
|
27
28
|
.hdr-r{display:flex;align-items:center;gap:1.5rem}
|
|
28
29
|
.live{display:flex;align-items:center;gap:6px;font-size:0.7rem;color:var(--text2);letter-spacing:0.08em;text-transform:uppercase;font-weight:600}
|
|
@@ -136,7 +137,7 @@ body{background:var(--bg);color:var(--text);font-family:var(--font);min-height:1
|
|
|
136
137
|
<div class="noise"></div>
|
|
137
138
|
|
|
138
139
|
<header class="hdr"><div class="hdr-inner">
|
|
139
|
-
<div class="logo"><div class="logo-mark"
|
|
140
|
+
<div class="logo"><div class="logo-mark"><svg viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg" style="width:100%;height:100%"><defs><linearGradient id="g1" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="#00e5ff"/><stop offset="100%" stop-color="#a855f7"/></linearGradient><linearGradient id="g2" x1="0%" y1="100%" x2="100%" y2="0%"><stop offset="0%" stop-color="#00e5ff"/><stop offset="100%" stop-color="#a855f7"/></linearGradient></defs><line x1="60" y1="28" x2="28" y2="82" stroke="url(#g1)" stroke-width="4" opacity="0.6"/><line x1="60" y1="28" x2="92" y2="82" stroke="url(#g1)" stroke-width="4" opacity="0.6"/><line x1="28" y1="82" x2="92" y2="82" stroke="url(#g2)" stroke-width="4" opacity="0.6"/><circle cx="60" cy="28" r="12" fill="url(#g1)"/><circle cx="28" cy="82" r="12" fill="url(#g1)"/><circle cx="92" cy="82" r="12" fill="url(#g2)"/><circle cx="60" cy="64" r="6" fill="url(#g1)" opacity="0.4"/></svg></div><div class="logo-txt">ai-nexus <span>browse</span></div></div>
|
|
140
141
|
<div class="hdr-r">
|
|
141
142
|
<div class="live"><span class="live-dot"></span>LIVE</div>
|
|
142
143
|
<span class="clock" id="clock"></span>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-nexus",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "AI coding assistant rule manager for Claude Code, Codex, and Cursor",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
],
|
|
27
27
|
"author": "JSK9999",
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
|
-
"homepage": "https://github.
|
|
29
|
+
"homepage": "https://jsk9999.github.io/ai-nexus/",
|
|
30
30
|
"bugs": {
|
|
31
31
|
"url": "https://github.com/JSK9999/ai-nexus/issues"
|
|
32
32
|
},
|