-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 1.67 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
{
"name": "context-cake",
"version": "0.1.0",
"description": "Federated team knowledge with cascading layer precedence — OKF-compatible, MCP-ready.",
"type": "module",
"scripts": {
"test": "bash packages/core/tests/smoke-test.sh && bash packages/core/tests/resolver-test.sh && bash packages/core/tests/source-test.sh && bash packages/core/tests/files-source-test.sh && bash packages/core/tests/github-source-test.sh && node --test packages/core/tests/manifest.test.mjs && node --test packages/core/tests/search.test.mjs && bash packages/core/tests/profile-runtime-test.sh && bash packages/core/tests/pack-test.sh && bash packages/core/tests/git-sync-test.sh && bash packages/core/tests/capture-test.sh && bash packages/core/tests/team-sync-mcp-test.sh && bash packages/core/tests/playground-test.sh && bash packages/core/tests/service-test.sh && bash packages/core/tests/mcp-respawn-test.sh && bash packages/core/tests/setup-robustness-test.sh && npm run eval",
"eval": "node packages/core/eval/run.mjs",
"mcp": "node mcp-server.mjs",
"playground": "node apps/playground/server.mjs",
"console:live": "npm --prefix apps/console run build:live && node apps/playground/server.mjs --console apps/console/dist",
"ingest": "node ingest.mjs",
"write": "node write.mjs",
"pack": "node pack.mjs",
"demo:verify": "bash examples/team-demo/setup.sh && bash examples/team-demo/verify.sh",
"console:dev": "npm --prefix apps/console run dev",
"console:build": "npm --prefix apps/console run build",
"site:dev": "npm --prefix apps/site run dev",
"site:build": "npm --prefix apps/site run build"
},
"engines": {
"node": ">=18"
},
"license": "MIT"
}