memorix 1.0.3 → 1.0.4
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/CHANGELOG.md +30 -0
- package/README.md +119 -237
- package/README.zh-CN.md +119 -239
- package/dist/cli/index.js +12546 -8801
- package/dist/cli/index.js.map +1 -1
- package/dist/dashboard/static/app.js +554 -43
- package/dist/dashboard/static/index.html +39 -8
- package/dist/dashboard/static/style.css +2403 -2064
- package/dist/index.js +3697 -2172
- package/dist/index.js.map +1 -1
- package/package.json +3 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
-
<title>Memorix
|
|
7
|
+
<title>Memorix — Memory Control Plane</title>
|
|
8
8
|
<link rel="stylesheet" href="/style.css">
|
|
9
9
|
<script src="https://code.iconify.design/3/3.1.0/iconify.min.js"></script>
|
|
10
10
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
</div>
|
|
40
40
|
</div>
|
|
41
41
|
|
|
42
|
+
<div class="sidebar-section-label">CORE</div>
|
|
42
43
|
<div class="sidebar-nav">
|
|
43
44
|
<button class="nav-btn active" data-page="dashboard">
|
|
44
45
|
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
@@ -49,6 +50,14 @@
|
|
|
49
50
|
</svg>
|
|
50
51
|
<span class="nav-label">Overview</span>
|
|
51
52
|
</button>
|
|
53
|
+
<button class="nav-btn" data-page="git-memory">
|
|
54
|
+
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
55
|
+
<circle cx="12" cy="12" r="4"/>
|
|
56
|
+
<line x1="1.05" y1="12" x2="7" y2="12"/>
|
|
57
|
+
<line x1="17.01" y1="12" x2="22.96" y2="12"/>
|
|
58
|
+
</svg>
|
|
59
|
+
<span class="nav-label">Git Memory</span>
|
|
60
|
+
</button>
|
|
52
61
|
<button class="nav-btn" data-page="graph">
|
|
53
62
|
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
54
63
|
<circle cx="12" cy="5" r="3"/>
|
|
@@ -66,6 +75,31 @@
|
|
|
66
75
|
</svg>
|
|
67
76
|
<span class="nav-label">Observations</span>
|
|
68
77
|
</button>
|
|
78
|
+
</div>
|
|
79
|
+
<div class="sidebar-section-label">HEALTH</div>
|
|
80
|
+
<div class="sidebar-nav">
|
|
81
|
+
<button class="nav-btn" data-page="retention">
|
|
82
|
+
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
83
|
+
<polyline points="22,12 18,12 15,21 9,3 6,12 2,12"/>
|
|
84
|
+
</svg>
|
|
85
|
+
<span class="nav-label">Retention</span>
|
|
86
|
+
</button>
|
|
87
|
+
<button class="nav-btn" data-page="config">
|
|
88
|
+
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
89
|
+
<circle cx="12" cy="12" r="3"/>
|
|
90
|
+
<path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/>
|
|
91
|
+
</svg>
|
|
92
|
+
<span class="nav-label">Config</span>
|
|
93
|
+
</button>
|
|
94
|
+
<button class="nav-btn" data-page="identity">
|
|
95
|
+
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
96
|
+
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
|
|
97
|
+
</svg>
|
|
98
|
+
<span class="nav-label">Identity</span>
|
|
99
|
+
</button>
|
|
100
|
+
</div>
|
|
101
|
+
<div class="sidebar-section-label">COLLABORATION</div>
|
|
102
|
+
<div class="sidebar-nav">
|
|
69
103
|
<button class="nav-btn" data-page="sessions">
|
|
70
104
|
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
71
105
|
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"/>
|
|
@@ -75,12 +109,6 @@
|
|
|
75
109
|
</svg>
|
|
76
110
|
<span class="nav-label">Sessions</span>
|
|
77
111
|
</button>
|
|
78
|
-
<button class="nav-btn" data-page="retention">
|
|
79
|
-
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
80
|
-
<polyline points="22,12 18,12 15,21 9,3 6,12 2,12"/>
|
|
81
|
-
</svg>
|
|
82
|
-
<span class="nav-label">Retention</span>
|
|
83
|
-
</button>
|
|
84
112
|
<button class="nav-btn" data-page="team">
|
|
85
113
|
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
86
114
|
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/>
|
|
@@ -126,10 +154,13 @@
|
|
|
126
154
|
<!-- Main Content -->
|
|
127
155
|
<main id="app">
|
|
128
156
|
<div id="page-dashboard" class="page active"></div>
|
|
157
|
+
<div id="page-git-memory" class="page"></div>
|
|
129
158
|
<div id="page-graph" class="page"></div>
|
|
130
159
|
<div id="page-observations" class="page"></div>
|
|
131
|
-
<div id="page-sessions" class="page"></div>
|
|
132
160
|
<div id="page-retention" class="page"></div>
|
|
161
|
+
<div id="page-config" class="page"></div>
|
|
162
|
+
<div id="page-identity" class="page"></div>
|
|
163
|
+
<div id="page-sessions" class="page"></div>
|
|
133
164
|
<div id="page-team" class="page"></div>
|
|
134
165
|
</main>
|
|
135
166
|
|