aiden-runtime 3.19.4 → 3.19.6
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/config/devos.config.backup.json +224 -224
- package/config/devos.config.json +1 -1
- package/dist/api/server.js +7 -1
- package/dist/core/agentLoop.js +8 -3
- package/dist/core/skillLoader.js +2 -0
- package/dist/core/slashAsTool.js +2 -0
- package/dist/core/toolRegistry.js +16 -0
- package/dist/core/version.js +1 -1
- package/dist/providers/router.js +46 -6
- package/dist-bundle/cli.js +911 -557
- package/dist-bundle/index.js +758 -658
- package/package.json +268 -266
- package/scripts/postinstall.js +58 -1
- package/workspace-templates/HEARTBEAT.md +16 -0
- package/workspace-templates/SOUL.md +267 -0
- package/workspace-templates/STANDING_ORDERS.md +21 -0
- package/workspace-templates/permissions.yaml +180 -0
- package/workspace-templates/skills/architecture-diagram/SKILL.md +126 -0
- package/workspace-templates/skills/architecture-diagram/skill.json +25 -0
- package/workspace-templates/skills/arxiv/SKILL.md +124 -0
- package/workspace-templates/skills/arxiv/skill.json +26 -0
- package/workspace-templates/skills/ascii-art/SKILL.md +142 -0
- package/workspace-templates/skills/ascii-art/skill.json +26 -0
- package/workspace-templates/skills/blogwatcher/SKILL.md +147 -0
- package/workspace-templates/skills/blogwatcher/skill.json +26 -0
- package/workspace-templates/skills/censys/SKILL.md +104 -0
- package/workspace-templates/skills/censys/index.ts +133 -0
- package/workspace-templates/skills/censys/skill.json +25 -0
- package/workspace-templates/skills/clipboard-history/SKILL.md +101 -0
- package/workspace-templates/skills/clipboard-history/skill.json +23 -0
- package/workspace-templates/skills/crt-sh/SKILL.md +102 -0
- package/workspace-templates/skills/crt-sh/index.ts +59 -0
- package/workspace-templates/skills/crt-sh/skill.json +25 -0
- package/workspace-templates/skills/cveapi/SKILL.md +114 -0
- package/workspace-templates/skills/cveapi/index.ts +249 -0
- package/workspace-templates/skills/cveapi/skill.json +25 -0
- package/workspace-templates/skills/docker-management/SKILL.md +156 -0
- package/workspace-templates/skills/docker-management/skill.json +25 -0
- package/workspace-templates/skills/excalidraw/SKILL.md +148 -0
- package/workspace-templates/skills/excalidraw/skill.json +25 -0
- package/workspace-templates/skills/explainshell/SKILL.md +93 -0
- package/workspace-templates/skills/explainshell/index.ts +132 -0
- package/workspace-templates/skills/explainshell/skill.json +25 -0
- package/workspace-templates/skills/financial_research/SKILL.md +21 -0
- package/workspace-templates/skills/financial_research/skill.json +24 -0
- package/workspace-templates/skills/gif-search/SKILL.md +122 -0
- package/workspace-templates/skills/gif-search/skill.json +25 -0
- package/workspace-templates/skills/github-auth/SKILL.md +134 -0
- package/workspace-templates/skills/github-auth/skill.json +26 -0
- package/workspace-templates/skills/github-issues/SKILL.md +130 -0
- package/workspace-templates/skills/github-issues/skill.json +25 -0
- package/workspace-templates/skills/github-pr-workflow/SKILL.md +143 -0
- package/workspace-templates/skills/github-pr-workflow/skill.json +26 -0
- package/workspace-templates/skills/github-repo-management/SKILL.md +147 -0
- package/workspace-templates/skills/github-repo-management/skill.json +26 -0
- package/workspace-templates/skills/google-workspace/SKILL.md +110 -0
- package/workspace-templates/skills/google-workspace/skill.json +26 -0
- package/workspace-templates/skills/greynoise/SKILL.md +96 -0
- package/workspace-templates/skills/greynoise/index.ts +107 -0
- package/workspace-templates/skills/greynoise/skill.json +25 -0
- package/workspace-templates/skills/haveibeenpwned/SKILL.md +100 -0
- package/workspace-templates/skills/haveibeenpwned/index.ts +72 -0
- package/workspace-templates/skills/haveibeenpwned/skill.json +24 -0
- package/workspace-templates/skills/jupyter-live-kernel/SKILL.md +116 -0
- package/workspace-templates/skills/jupyter-live-kernel/skill.json +25 -0
- package/workspace-templates/skills/linear/SKILL.md +107 -0
- package/workspace-templates/skills/linear/skill.json +25 -0
- package/workspace-templates/skills/nano-pdf/SKILL.md +113 -0
- package/workspace-templates/skills/nano-pdf/skill.json +26 -0
- package/workspace-templates/skills/notion/SKILL.md +108 -0
- package/workspace-templates/skills/notion/skill.json +24 -0
- package/workspace-templates/skills/obsidian/SKILL.md +115 -0
- package/workspace-templates/skills/obsidian/skill.json +24 -0
- package/workspace-templates/skills/ocr-and-documents/SKILL.md +125 -0
- package/workspace-templates/skills/ocr-and-documents/skill.json +26 -0
- package/workspace-templates/skills/p5js/SKILL.md +163 -0
- package/workspace-templates/skills/p5js/skill.json +24 -0
- package/workspace-templates/skills/research-paper-writing/SKILL.md +158 -0
- package/workspace-templates/skills/research-paper-writing/skill.json +26 -0
- package/workspace-templates/skills/securityheaders/SKILL.md +99 -0
- package/workspace-templates/skills/securityheaders/index.ts +213 -0
- package/workspace-templates/skills/securityheaders/skill.json +26 -0
- package/workspace-templates/skills/shodan/SKILL.md +113 -0
- package/workspace-templates/skills/shodan/index.ts +94 -0
- package/workspace-templates/skills/shodan/skill.json +26 -0
- package/workspace-templates/skills/songsee/SKILL.md +152 -0
- package/workspace-templates/skills/songsee/skill.json +25 -0
- package/workspace-templates/skills/ssllabs/SKILL.md +107 -0
- package/workspace-templates/skills/ssllabs/index.ts +208 -0
- package/workspace-templates/skills/ssllabs/skill.json +27 -0
- package/workspace-templates/skills/stable-diffusion-image-generation/SKILL.md +136 -0
- package/workspace-templates/skills/stable-diffusion-image-generation/skill.json +24 -0
- package/workspace-templates/skills/systematic-debugging/SKILL.md +131 -0
- package/workspace-templates/skills/systematic-debugging/skill.json +25 -0
- package/workspace-templates/skills/test-driven-development/SKILL.md +164 -0
- package/workspace-templates/skills/test-driven-development/skill.json +25 -0
- package/workspace-templates/skills/urlscan/SKILL.md +118 -0
- package/workspace-templates/skills/urlscan/index.ts +94 -0
- package/workspace-templates/skills/urlscan/skill.json +24 -0
- package/workspace-templates/skills/virustotal/SKILL.md +120 -0
- package/workspace-templates/skills/virustotal/index.ts +124 -0
- package/workspace-templates/skills/virustotal/skill.json +26 -0
- package/workspace-templates/skills/web_research/SKILL.md +18 -0
- package/workspace-templates/skills/web_research/skill.json +20 -0
- package/workspace-templates/skills/xitter/SKILL.md +148 -0
- package/workspace-templates/skills/xitter/skill.json +26 -0
- package/workspace-templates/skills/youtube-content/SKILL.md +121 -0
- package/workspace-templates/skills/youtube-content/skill.json +25 -0
package/package.json
CHANGED
|
@@ -1,266 +1,268 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "aiden-runtime",
|
|
3
|
-
"version": "3.19.
|
|
4
|
-
"description": "Autonomous AI Operating System — Local, Private, Free. Runs on your machine with Ollama.",
|
|
5
|
-
"author": "Taracod <hello@taracod.com>",
|
|
6
|
-
"license": "AGPL-3.0-only",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"ai",
|
|
9
|
-
"autonomous-agent",
|
|
10
|
-
"agent",
|
|
11
|
-
"personal-ai",
|
|
12
|
-
"ollama",
|
|
13
|
-
"local-ai",
|
|
14
|
-
"devos",
|
|
15
|
-
"llm",
|
|
16
|
-
"ai-os",
|
|
17
|
-
"self-hosted-ai",
|
|
18
|
-
"open-source-ai",
|
|
19
|
-
"mistral",
|
|
20
|
-
"qwen",
|
|
21
|
-
"builder"
|
|
22
|
-
],
|
|
23
|
-
"engines": {
|
|
24
|
-
"node": ">=18"
|
|
25
|
-
},
|
|
26
|
-
"bin": {
|
|
27
|
-
"devos-ai": "./dist/bin/npx-init.js",
|
|
28
|
-
"aiden": "./dist-bundle/cli.js"
|
|
29
|
-
},
|
|
30
|
-
"main": "./dist/index.js",
|
|
31
|
-
"files": [
|
|
32
|
-
"dist/",
|
|
33
|
-
"dist-bundle/cli.js",
|
|
34
|
-
"dist-bundle/index.js",
|
|
35
|
-
"config/",
|
|
36
|
-
"
|
|
37
|
-
"scripts/
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"dist
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"test
|
|
63
|
-
"
|
|
64
|
-
"test
|
|
65
|
-
"test:
|
|
66
|
-
"test:
|
|
67
|
-
"test:
|
|
68
|
-
"test:
|
|
69
|
-
"test:
|
|
70
|
-
"test:
|
|
71
|
-
"test:audit
|
|
72
|
-
"test:audit:
|
|
73
|
-
"test:audit:
|
|
74
|
-
"test:
|
|
75
|
-
"test:helper:
|
|
76
|
-
"test:helper:
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
"
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
"
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
"
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
"
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
"
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
"
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
"@
|
|
210
|
-
"@
|
|
211
|
-
"@
|
|
212
|
-
"@
|
|
213
|
-
"@
|
|
214
|
-
"@types/
|
|
215
|
-
"@types/
|
|
216
|
-
"@types/
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
"@types/
|
|
251
|
-
"@types/
|
|
252
|
-
"@types/
|
|
253
|
-
"@types/
|
|
254
|
-
"@types/
|
|
255
|
-
"@types/
|
|
256
|
-
"@types/
|
|
257
|
-
"@
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
|
|
266
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "aiden-runtime",
|
|
3
|
+
"version": "3.19.6",
|
|
4
|
+
"description": "Autonomous AI Operating System — Local, Private, Free. Runs on your machine with Ollama.",
|
|
5
|
+
"author": "Taracod <hello@taracod.com>",
|
|
6
|
+
"license": "AGPL-3.0-only",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"ai",
|
|
9
|
+
"autonomous-agent",
|
|
10
|
+
"agent",
|
|
11
|
+
"personal-ai",
|
|
12
|
+
"ollama",
|
|
13
|
+
"local-ai",
|
|
14
|
+
"devos",
|
|
15
|
+
"llm",
|
|
16
|
+
"ai-os",
|
|
17
|
+
"self-hosted-ai",
|
|
18
|
+
"open-source-ai",
|
|
19
|
+
"mistral",
|
|
20
|
+
"qwen",
|
|
21
|
+
"builder"
|
|
22
|
+
],
|
|
23
|
+
"engines": {
|
|
24
|
+
"node": ">=18"
|
|
25
|
+
},
|
|
26
|
+
"bin": {
|
|
27
|
+
"devos-ai": "./dist/bin/npx-init.js",
|
|
28
|
+
"aiden": "./dist-bundle/cli.js"
|
|
29
|
+
},
|
|
30
|
+
"main": "./dist/index.js",
|
|
31
|
+
"files": [
|
|
32
|
+
"dist/",
|
|
33
|
+
"dist-bundle/cli.js",
|
|
34
|
+
"dist-bundle/index.js",
|
|
35
|
+
"config/",
|
|
36
|
+
"workspace-templates/",
|
|
37
|
+
"scripts/postinstall.js",
|
|
38
|
+
"scripts/uninstall.ps1",
|
|
39
|
+
"README.md",
|
|
40
|
+
"LICENSE"
|
|
41
|
+
],
|
|
42
|
+
"workspaces": [
|
|
43
|
+
"packages/*"
|
|
44
|
+
],
|
|
45
|
+
"preferGlobal": true,
|
|
46
|
+
"type": "commonjs",
|
|
47
|
+
"scripts": {
|
|
48
|
+
"dev": "electron electron/main.js",
|
|
49
|
+
"build": "tsc --outDir dist && npm run build:cli && npm run build:api",
|
|
50
|
+
"prebuild:cli": "node scripts/inject-version.js",
|
|
51
|
+
"build:cli": "esbuild cli/aiden.ts --bundle --platform=node --target=node18 --outfile=dist-bundle/cli.js --external:electron --external:cpu-features --external:ssh2 --external:bcrypt --external:playwright --external:playwright-core",
|
|
52
|
+
"prebuild:api": "node scripts/inject-version.js",
|
|
53
|
+
"build:api": "esbuild api/entry.ts --bundle --platform=node --target=node18 --outfile=dist-bundle/index.js --external:electron --external:cpu-features --external:ssh2 --external:bcrypt --external:playwright --external:playwright-core",
|
|
54
|
+
"prepublishOnly": "npm run build",
|
|
55
|
+
"postinstall": "node scripts/postinstall.js",
|
|
56
|
+
"start": "node dist-bundle/index.js serve",
|
|
57
|
+
"electron": "electron electron/main.js",
|
|
58
|
+
"dist": "node scripts/prepare-electron.js && electron-builder --win --publish never && node -e \"const fs=require('fs');const p=JSON.parse(fs.readFileSync('package.json','utf8'));p.main='./dist/index.js';fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\\n');console.log(' main restored → ./dist/index.js')\"",
|
|
59
|
+
"dist:dir": "node scripts/prepare-electron.js && electron-builder --win --dir --publish never",
|
|
60
|
+
"build:win": "npm run dist",
|
|
61
|
+
"dist:linux": "node scripts/prepare-electron.js && electron-builder --linux --x64 --publish never && node -e \"const fs=require('fs');const p=JSON.parse(fs.readFileSync('package.json','utf8'));p.main='./dist/index.js';fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\\n');console.log(' main restored')\"",
|
|
62
|
+
"test": "vitest run",
|
|
63
|
+
"test:ui": "vitest --ui",
|
|
64
|
+
"stress-test": "npx ts-node tests/stressTest.ts",
|
|
65
|
+
"test:all": "npx ts-node tests/e2e/masterTestSuite.ts",
|
|
66
|
+
"test:unit": "npx ts-node tests/e2e/masterTestSuite.ts --part1",
|
|
67
|
+
"test:api": "npx ts-node tests/e2e/masterTestSuite.ts --part1 --part2",
|
|
68
|
+
"test:chat": "npx ts-node tests/e2e/masterTestSuite.ts --part3",
|
|
69
|
+
"test:reliability": "npx ts-node tests/reliability-sprint.ts",
|
|
70
|
+
"test:full": "npx ts-node tests/full-suite.ts",
|
|
71
|
+
"test:audit": "npx ts-node scripts/test-suite.ts",
|
|
72
|
+
"test:audit:full": "npx ts-node scripts/test-suite.ts --full",
|
|
73
|
+
"test:audit:api": "npx ts-node scripts/test-suite.ts --api",
|
|
74
|
+
"test:audit:behavioral": "npx ts-node scripts/test-suite/behavioral.ts",
|
|
75
|
+
"test:helper:clean": "npx ts-node scripts/test-suite/manual-helpers.ts clean",
|
|
76
|
+
"test:helper:status": "npx ts-node scripts/test-suite/manual-helpers.ts status",
|
|
77
|
+
"test:helper:memory": "npx ts-node scripts/test-suite/manual-helpers.ts memory",
|
|
78
|
+
"cli": "npx ts-node cli/aiden.ts",
|
|
79
|
+
"uninstall": "powershell -ExecutionPolicy Bypass -File scripts\\uninstall.ps1",
|
|
80
|
+
"livepulse": "powershell -ExecutionPolicy Bypass -File scripts\\livepulse.ps1",
|
|
81
|
+
"obfuscate": "javascript-obfuscator dist/ --output dist/ --compact true --string-array true --rotate-string-array true --string-array-threshold 0.75",
|
|
82
|
+
"release": "node scripts/release.js",
|
|
83
|
+
"release:npm": "powershell -ExecutionPolicy Bypass -File scripts/release-npm.ps1"
|
|
84
|
+
},
|
|
85
|
+
"build": {
|
|
86
|
+
"appId": "com.taracod.aiden",
|
|
87
|
+
"productName": "Aiden",
|
|
88
|
+
"copyright": "© 2026 Taracod",
|
|
89
|
+
"publish": [
|
|
90
|
+
{
|
|
91
|
+
"provider": "github",
|
|
92
|
+
"owner": "taracodlabs",
|
|
93
|
+
"repo": "aiden-releases",
|
|
94
|
+
"releaseType": "release"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"directories": {
|
|
98
|
+
"output": "release"
|
|
99
|
+
},
|
|
100
|
+
"win": {
|
|
101
|
+
"target": "nsis",
|
|
102
|
+
"icon": "assets/icon.ico"
|
|
103
|
+
},
|
|
104
|
+
"nsis": {
|
|
105
|
+
"oneClick": false,
|
|
106
|
+
"allowToChangeInstallationDirectory": false,
|
|
107
|
+
"createDesktopShortcut": true,
|
|
108
|
+
"createStartMenuShortcut": true,
|
|
109
|
+
"shortcutName": "Aiden",
|
|
110
|
+
"installerIcon": "assets/icon.ico",
|
|
111
|
+
"uninstallerIcon": "assets/icon.ico",
|
|
112
|
+
"installerHeaderIcon": "assets/icon.ico",
|
|
113
|
+
"deleteAppDataOnUninstall": false,
|
|
114
|
+
"include": "build/installer.nsh"
|
|
115
|
+
},
|
|
116
|
+
"linux": {
|
|
117
|
+
"target": [
|
|
118
|
+
{
|
|
119
|
+
"target": "AppImage",
|
|
120
|
+
"arch": [
|
|
121
|
+
"x64"
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"target": "deb",
|
|
126
|
+
"arch": [
|
|
127
|
+
"x64"
|
|
128
|
+
]
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"category": "Development",
|
|
132
|
+
"synopsis": "Local-first AI operating system",
|
|
133
|
+
"description": "DevOS — Aiden is a local-first AI operating system with 69+ skills, 80+ tools, and self-healing provider routing across 13 LLM providers.",
|
|
134
|
+
"maintainer": "Taracod Labs <contact@taracod.com>",
|
|
135
|
+
"vendor": "Taracod Labs",
|
|
136
|
+
"desktop": {
|
|
137
|
+
"entry": {
|
|
138
|
+
"Name": "DevOS — Aiden",
|
|
139
|
+
"Comment": "Local-first AI operating system",
|
|
140
|
+
"Categories": "Development;Utility;"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"icon": "assets/icon.png"
|
|
144
|
+
},
|
|
145
|
+
"files": [
|
|
146
|
+
"electron/**/*",
|
|
147
|
+
"assets/**/*",
|
|
148
|
+
"package.json"
|
|
149
|
+
],
|
|
150
|
+
"extraResources": [
|
|
151
|
+
{
|
|
152
|
+
"from": "bin",
|
|
153
|
+
"to": "bin",
|
|
154
|
+
"filter": [
|
|
155
|
+
"**/*"
|
|
156
|
+
]
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"from": "dist-bundle",
|
|
160
|
+
"to": "dist",
|
|
161
|
+
"filter": [
|
|
162
|
+
"**/*"
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"from": "native-modules",
|
|
167
|
+
"to": "node_modules",
|
|
168
|
+
"filter": [
|
|
169
|
+
"**/*"
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"from": "dashboard-next/.next/standalone/node_modules",
|
|
174
|
+
"to": "dashboard/standalone/node_modules",
|
|
175
|
+
"filter": [
|
|
176
|
+
"**/*"
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"from": "dashboard-next/.next/standalone",
|
|
181
|
+
"to": "dashboard/standalone",
|
|
182
|
+
"filter": [
|
|
183
|
+
"**/*"
|
|
184
|
+
]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"from": "config",
|
|
188
|
+
"to": "config",
|
|
189
|
+
"filter": [
|
|
190
|
+
"devos.config.json",
|
|
191
|
+
"model-selection.json",
|
|
192
|
+
"hardware.json"
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"from": "workspace-templates",
|
|
197
|
+
"to": "workspace-templates",
|
|
198
|
+
"filter": [
|
|
199
|
+
"**/*"
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"asar": true,
|
|
204
|
+
"npmRebuild": false,
|
|
205
|
+
"buildDependenciesFromSource": false,
|
|
206
|
+
"asarUnpack": []
|
|
207
|
+
},
|
|
208
|
+
"dependencies": {
|
|
209
|
+
"@inquirer/core": "^11.1.9",
|
|
210
|
+
"@inquirer/prompts": "^8.4.2",
|
|
211
|
+
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
212
|
+
"@slack/bolt": "^4.6.0",
|
|
213
|
+
"@slack/web-api": "^7.15.0",
|
|
214
|
+
"@types/archiver": "^7.0.0",
|
|
215
|
+
"@types/bcrypt": "^6.0.0",
|
|
216
|
+
"@types/sql.js": "^1.4.9",
|
|
217
|
+
"@types/twilio": "^3.19.2",
|
|
218
|
+
"@types/ws": "^8.18.1",
|
|
219
|
+
"archiver": "^7.0.1",
|
|
220
|
+
"axios": "^1.13.5",
|
|
221
|
+
"bcrypt": "^6.0.0",
|
|
222
|
+
"chalk": "^5.6.2",
|
|
223
|
+
"cors": "^2.8.5",
|
|
224
|
+
"discord.js": "^14.25.1",
|
|
225
|
+
"dockerode": "^4.0.9",
|
|
226
|
+
"dotenv": "^17.3.1",
|
|
227
|
+
"electron-updater": "^6.8.3",
|
|
228
|
+
"epub2": "^3.0.2",
|
|
229
|
+
"execa": "^8.0.1",
|
|
230
|
+
"express": "^4.18.2",
|
|
231
|
+
"imap-simple": "^5.1.0",
|
|
232
|
+
"multer": "^1.4.5-lts.2",
|
|
233
|
+
"nodemailer": "^8.0.3",
|
|
234
|
+
"open": "^11.0.0",
|
|
235
|
+
"ora": "^9.3.0",
|
|
236
|
+
"pdf-parse": "^1.1.1",
|
|
237
|
+
"playwright": "^1.58.2",
|
|
238
|
+
"puppeteer": "^24.39.1",
|
|
239
|
+
"qrcode-terminal": "^0.12.0",
|
|
240
|
+
"screenshot-desktop": "^1.15.3",
|
|
241
|
+
"sql.js": "^1.14.1",
|
|
242
|
+
"stripe": "^20.4.1",
|
|
243
|
+
"tar-stream": "^3.1.8",
|
|
244
|
+
"twilio": "^5.13.1",
|
|
245
|
+
"uuid": "^9.0.0",
|
|
246
|
+
"whatsapp-web.js": "^1.26.0",
|
|
247
|
+
"ws": "^8.20.0"
|
|
248
|
+
},
|
|
249
|
+
"devDependencies": {
|
|
250
|
+
"@types/dockerode": "^4.0.1",
|
|
251
|
+
"@types/js-yaml": "^4.0.9",
|
|
252
|
+
"@types/multer": "^1.4.12",
|
|
253
|
+
"@types/node": "^25.3.0",
|
|
254
|
+
"@types/nodemailer": "^7.0.11",
|
|
255
|
+
"@types/pdf-parse": "^1.1.4",
|
|
256
|
+
"@types/qrcode-terminal": "^0.12.2",
|
|
257
|
+
"@types/tar-stream": "^3.1.4",
|
|
258
|
+
"@types/uuid": "^9.0.0",
|
|
259
|
+
"@vitest/ui": "^4.1.5",
|
|
260
|
+
"electron": "^41.1.1",
|
|
261
|
+
"electron-builder": "^26.8.1",
|
|
262
|
+
"esbuild": "^0.28.0",
|
|
263
|
+
"javascript-obfuscator": "^5.4.1",
|
|
264
|
+
"ts-node": "^10.9.2",
|
|
265
|
+
"typescript": "^5.9.3",
|
|
266
|
+
"vitest": "^4.1.5"
|
|
267
|
+
}
|
|
268
|
+
}
|
package/scripts/postinstall.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// postinstall.js — runs after npm install
|
|
2
|
-
// Creates required workspace directories
|
|
2
|
+
// Creates required workspace directories and copies bundled starter skills
|
|
3
3
|
'use strict'
|
|
4
4
|
const fs = require('fs')
|
|
5
5
|
const path = require('path')
|
|
@@ -10,6 +10,7 @@ const dirs = [
|
|
|
10
10
|
'workspace/uploads',
|
|
11
11
|
'workspace/artifacts',
|
|
12
12
|
'workspace/memory',
|
|
13
|
+
'workspace/skills',
|
|
13
14
|
'logs',
|
|
14
15
|
]
|
|
15
16
|
|
|
@@ -19,3 +20,59 @@ for (const d of dirs) {
|
|
|
19
20
|
try { fs.mkdirSync(p, { recursive: true }) } catch { /* skip */ }
|
|
20
21
|
}
|
|
21
22
|
}
|
|
23
|
+
|
|
24
|
+
// ── Copy bundled starter skills on first install ─────────────
|
|
25
|
+
// Only runs when workspace/skills/ is empty (no learned/ or approved/ subdirs
|
|
26
|
+
// with content). Does NOT overwrite existing user skills.
|
|
27
|
+
const skillsDst = path.join(root, 'workspace', 'skills')
|
|
28
|
+
const skillsSrc = path.join(root, 'workspace-templates', 'skills')
|
|
29
|
+
|
|
30
|
+
function dirHasSkills(dir) {
|
|
31
|
+
try {
|
|
32
|
+
const entries = fs.readdirSync(dir, { withFileTypes: true })
|
|
33
|
+
return entries.some(e => e.isDirectory() && fs.existsSync(path.join(dir, e.name, 'SKILL.md')))
|
|
34
|
+
} catch { return false }
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
function copyDirRecursive(src, dst) {
|
|
38
|
+
fs.mkdirSync(dst, { recursive: true })
|
|
39
|
+
for (const entry of fs.readdirSync(src, { withFileTypes: true })) {
|
|
40
|
+
const s = path.join(src, entry.name)
|
|
41
|
+
const d = path.join(dst, entry.name)
|
|
42
|
+
if (entry.isDirectory()) {
|
|
43
|
+
copyDirRecursive(s, d)
|
|
44
|
+
} else {
|
|
45
|
+
fs.copyFileSync(s, d)
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
if (fs.existsSync(skillsSrc)) {
|
|
51
|
+
// Check if user already has skills anywhere in workspace/skills/
|
|
52
|
+
const hasExisting =
|
|
53
|
+
dirHasSkills(skillsDst) ||
|
|
54
|
+
dirHasSkills(path.join(skillsDst, 'learned')) ||
|
|
55
|
+
dirHasSkills(path.join(skillsDst, 'approved'))
|
|
56
|
+
|
|
57
|
+
if (!hasExisting) {
|
|
58
|
+
try {
|
|
59
|
+
const srcEntries = fs.readdirSync(skillsSrc, { withFileTypes: true })
|
|
60
|
+
.filter(e => e.isDirectory())
|
|
61
|
+
let copied = 0
|
|
62
|
+
for (const entry of srcEntries) {
|
|
63
|
+
const from = path.join(skillsSrc, entry.name)
|
|
64
|
+
const to = path.join(skillsDst, entry.name)
|
|
65
|
+
if (!fs.existsSync(to)) {
|
|
66
|
+
copyDirRecursive(from, to)
|
|
67
|
+
copied++
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
if (copied > 0) {
|
|
71
|
+
console.log(` Installed ${copied} starter skills. Type /skills to view.`)
|
|
72
|
+
}
|
|
73
|
+
} catch (e) {
|
|
74
|
+
// Non-fatal — skills copy failure shouldn't break install
|
|
75
|
+
console.log(' Note: Could not copy starter skills:', e.message)
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Aiden Heartbeat Configuration
|
|
2
|
+
|
|
3
|
+
## Morning Briefing (8:00 AM daily)
|
|
4
|
+
- Check unfinished tasks from yesterday
|
|
5
|
+
- Get NSE/NIFTY market summary
|
|
6
|
+
- Weather for user's location
|
|
7
|
+
- NASA EONET active natural events
|
|
8
|
+
- Proactive suggestion based on patterns
|
|
9
|
+
|
|
10
|
+
## Market Watch (every 2 hours, market hours only)
|
|
11
|
+
- Check watchlist stocks for significant moves (>2%)
|
|
12
|
+
|
|
13
|
+
## System Health (every 6 hours)
|
|
14
|
+
- Disk space warning if < 20% free
|
|
15
|
+
- Memory usage check
|
|
16
|
+
- Ollama model availability
|