@truenine/memory-sync-cli 2026.10403.117 → 2026.10404.101
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/dist/index.d.mts +3 -369
- package/dist/index.mjs +37 -49
- package/dist/plugin-runtime.mjs +49 -49
- package/dist/tnmsc.schema.json +0 -185
- package/package.json +8 -8
package/dist/tnmsc.schema.json
CHANGED
|
@@ -7,191 +7,6 @@
|
|
|
7
7
|
"workspaceDir": {
|
|
8
8
|
"type": "string"
|
|
9
9
|
},
|
|
10
|
-
"aindex": {
|
|
11
|
-
"type": "object",
|
|
12
|
-
"properties": {
|
|
13
|
-
"dir": {
|
|
14
|
-
"type": "string",
|
|
15
|
-
"default": "aindex"
|
|
16
|
-
},
|
|
17
|
-
"skills": {
|
|
18
|
-
"type": "object",
|
|
19
|
-
"properties": {
|
|
20
|
-
"src": {
|
|
21
|
-
"type": "string"
|
|
22
|
-
},
|
|
23
|
-
"dist": {
|
|
24
|
-
"type": "string"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"required": [
|
|
28
|
-
"src",
|
|
29
|
-
"dist"
|
|
30
|
-
],
|
|
31
|
-
"additionalProperties": false
|
|
32
|
-
},
|
|
33
|
-
"commands": {
|
|
34
|
-
"type": "object",
|
|
35
|
-
"properties": {
|
|
36
|
-
"src": {
|
|
37
|
-
"type": "string"
|
|
38
|
-
},
|
|
39
|
-
"dist": {
|
|
40
|
-
"type": "string"
|
|
41
|
-
}
|
|
42
|
-
},
|
|
43
|
-
"required": [
|
|
44
|
-
"src",
|
|
45
|
-
"dist"
|
|
46
|
-
],
|
|
47
|
-
"additionalProperties": false
|
|
48
|
-
},
|
|
49
|
-
"subAgents": {
|
|
50
|
-
"type": "object",
|
|
51
|
-
"properties": {
|
|
52
|
-
"src": {
|
|
53
|
-
"type": "string"
|
|
54
|
-
},
|
|
55
|
-
"dist": {
|
|
56
|
-
"type": "string"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
"required": [
|
|
60
|
-
"src",
|
|
61
|
-
"dist"
|
|
62
|
-
],
|
|
63
|
-
"additionalProperties": false
|
|
64
|
-
},
|
|
65
|
-
"rules": {
|
|
66
|
-
"type": "object",
|
|
67
|
-
"properties": {
|
|
68
|
-
"src": {
|
|
69
|
-
"type": "string"
|
|
70
|
-
},
|
|
71
|
-
"dist": {
|
|
72
|
-
"type": "string"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"required": [
|
|
76
|
-
"src",
|
|
77
|
-
"dist"
|
|
78
|
-
],
|
|
79
|
-
"additionalProperties": false
|
|
80
|
-
},
|
|
81
|
-
"globalPrompt": {
|
|
82
|
-
"type": "object",
|
|
83
|
-
"properties": {
|
|
84
|
-
"src": {
|
|
85
|
-
"type": "string"
|
|
86
|
-
},
|
|
87
|
-
"dist": {
|
|
88
|
-
"type": "string"
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
"required": [
|
|
92
|
-
"src",
|
|
93
|
-
"dist"
|
|
94
|
-
],
|
|
95
|
-
"additionalProperties": false
|
|
96
|
-
},
|
|
97
|
-
"workspacePrompt": {
|
|
98
|
-
"type": "object",
|
|
99
|
-
"properties": {
|
|
100
|
-
"src": {
|
|
101
|
-
"type": "string"
|
|
102
|
-
},
|
|
103
|
-
"dist": {
|
|
104
|
-
"type": "string"
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
"required": [
|
|
108
|
-
"src",
|
|
109
|
-
"dist"
|
|
110
|
-
],
|
|
111
|
-
"additionalProperties": false
|
|
112
|
-
},
|
|
113
|
-
"app": {
|
|
114
|
-
"type": "object",
|
|
115
|
-
"properties": {
|
|
116
|
-
"src": {
|
|
117
|
-
"type": "string"
|
|
118
|
-
},
|
|
119
|
-
"dist": {
|
|
120
|
-
"type": "string"
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
"required": [
|
|
124
|
-
"src",
|
|
125
|
-
"dist"
|
|
126
|
-
],
|
|
127
|
-
"additionalProperties": false
|
|
128
|
-
},
|
|
129
|
-
"ext": {
|
|
130
|
-
"type": "object",
|
|
131
|
-
"properties": {
|
|
132
|
-
"src": {
|
|
133
|
-
"type": "string"
|
|
134
|
-
},
|
|
135
|
-
"dist": {
|
|
136
|
-
"type": "string"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
"required": [
|
|
140
|
-
"src",
|
|
141
|
-
"dist"
|
|
142
|
-
],
|
|
143
|
-
"additionalProperties": false
|
|
144
|
-
},
|
|
145
|
-
"arch": {
|
|
146
|
-
"type": "object",
|
|
147
|
-
"properties": {
|
|
148
|
-
"src": {
|
|
149
|
-
"type": "string"
|
|
150
|
-
},
|
|
151
|
-
"dist": {
|
|
152
|
-
"type": "string"
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
"required": [
|
|
156
|
-
"src",
|
|
157
|
-
"dist"
|
|
158
|
-
],
|
|
159
|
-
"additionalProperties": false
|
|
160
|
-
},
|
|
161
|
-
"softwares": {
|
|
162
|
-
"type": "object",
|
|
163
|
-
"properties": {
|
|
164
|
-
"src": {
|
|
165
|
-
"type": "string"
|
|
166
|
-
},
|
|
167
|
-
"dist": {
|
|
168
|
-
"type": "string"
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
"required": [
|
|
172
|
-
"src",
|
|
173
|
-
"dist"
|
|
174
|
-
],
|
|
175
|
-
"additionalProperties": false,
|
|
176
|
-
"default": {
|
|
177
|
-
"src": "softwares",
|
|
178
|
-
"dist": "dist/softwares"
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
"required": [
|
|
183
|
-
"skills",
|
|
184
|
-
"commands",
|
|
185
|
-
"subAgents",
|
|
186
|
-
"rules",
|
|
187
|
-
"globalPrompt",
|
|
188
|
-
"workspacePrompt",
|
|
189
|
-
"app",
|
|
190
|
-
"ext",
|
|
191
|
-
"arch"
|
|
192
|
-
],
|
|
193
|
-
"additionalProperties": false
|
|
194
|
-
},
|
|
195
10
|
"logLevel": {
|
|
196
11
|
"type": "string",
|
|
197
12
|
"enum": [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truenine/memory-sync-cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2026.
|
|
4
|
+
"version": "2026.10404.101",
|
|
5
5
|
"description": "TrueNine Memory Synchronization CLI shell",
|
|
6
6
|
"author": "TrueNine",
|
|
7
7
|
"license": "AGPL-3.0-only",
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"json5": "^2.2.3",
|
|
53
53
|
"yaml": "^2.8.3",
|
|
54
54
|
"zod": "^4.3.6",
|
|
55
|
-
"@truenine/memory-sync-cli-darwin-arm64": "2026.
|
|
56
|
-
"@truenine/memory-sync-cli-darwin-x64": "2026.
|
|
57
|
-
"@truenine/memory-sync-cli-linux-arm64-gnu": "2026.
|
|
58
|
-
"@truenine/memory-sync-cli-linux-x64-gnu": "2026.
|
|
59
|
-
"@truenine/memory-sync-cli-win32-x64-msvc": "2026.
|
|
60
|
-
"@truenine/script-runtime": "2026.
|
|
55
|
+
"@truenine/memory-sync-cli-darwin-arm64": "2026.10404.101",
|
|
56
|
+
"@truenine/memory-sync-cli-darwin-x64": "2026.10404.101",
|
|
57
|
+
"@truenine/memory-sync-cli-linux-arm64-gnu": "2026.10404.101",
|
|
58
|
+
"@truenine/memory-sync-cli-linux-x64-gnu": "2026.10404.101",
|
|
59
|
+
"@truenine/memory-sync-cli-win32-x64-msvc": "2026.10404.101",
|
|
60
|
+
"@truenine/script-runtime": "2026.10404.101"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@truenine/eslint10-config": "^2026.10402.10314",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"tsx": "^4.21.0",
|
|
70
70
|
"typescript": "6.0.2",
|
|
71
71
|
"vitest": "^4.1.2",
|
|
72
|
-
"@truenine/memory-sync-sdk": "2026.
|
|
72
|
+
"@truenine/memory-sync-sdk": "2026.10404.101"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
75
|
"build": "run-s build:sdk build:shell sync:sdk-assets",
|