-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.26 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "cortex",
"version": "0.6.0",
"private": true,
"description": "Universal AI Brain - multi-transport memory daemon for Claude Code, Gemini CLI, Codex, Cursor, and local LLMs",
"scripts": {
"build": "cd daemon-rs && cargo build --release",
"test": "cd daemon-rs && cargo test",
"daemon:clippy": "cd daemon-rs && cargo clippy --all-targets -- -D warnings",
"desktop:install": "npm --prefix desktop/cortex-control-center install",
"desktop:dev": "npm --prefix desktop/cortex-control-center run dev",
"desktop:build": "npm --prefix desktop/cortex-control-center run build",
"desktop:verify:lifecycle:dev": "npm --prefix desktop/cortex-control-center run verify:lifecycle:dev",
"ops:git-perf-audit": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/git-perf-health.ps1",
"ops:git-perf-apply": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/git-perf-health.ps1 -Apply",
"ops:prune-build-bloat": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/prune-build-bloat.ps1",
"ops:prune-build-bloat:apply": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/prune-build-bloat.ps1 -Apply"
},
"keywords": [
"ai",
"memory",
"brain",
"mcp",
"cortex"
],
"license": "MIT"
}