-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject_index.json
More file actions
31 lines (31 loc) · 823 Bytes
/
project_index.json
File metadata and controls
31 lines (31 loc) · 823 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
{
"project_type": "monorepo",
"services": {
"backend": {
"path": "./apps/backend",
"tech_stack": ["python", "claude-agent-sdk", "graphiti", "pytest"],
"port": null,
"dev_command": "python run.py",
"test_command": "pytest tests/ -v"
},
"frontend": {
"path": "./apps/frontend",
"tech_stack": ["electron", "react", "typescript"],
"port": null,
"dev_command": "npm run dev",
"test_command": "npm test"
}
},
"infrastructure": {
"docker": false,
"database": "graphiti_ladybugdb",
"memory_system": "graphiti"
},
"conventions": {
"linter": "ruff",
"formatter": "black",
"testing": "pytest",
"backend_patterns": "agent-based, async/await, claude-sdk",
"frontend_patterns": "react-components, electron-ipc"
}
}