-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 813 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 813 Bytes
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
28
29
30
31
32
33
34
35
36
{
"name": "cortex",
"version": "0.1.0",
"description": "A cognitive layer for Claude Code — inspired by how brains actually work. Hooks, learning loops, routing intelligence, federated search, and domain packs.",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "echo ok",
"test": "node --test packages/core/test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/somarakis/cortex.git"
},
"keywords": [
"claude-code",
"ai-tooling",
"learning-loop",
"mcp",
"hooks",
"domain-packs",
"workflow-automation",
"developer-tools",
"cli",
"autonomous-agents",
"productivity"
],
"author": "Manos Somarakis",
"license": "MIT",
"engines": {
"node": ">=18"
}
}