-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtsoa.json
More file actions
26 lines (26 loc) · 947 Bytes
/
Copy pathtsoa.json
File metadata and controls
26 lines (26 loc) · 947 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
{
"entryFile": "src/index.ts",
"noImplicitAdditionalProperties": "throw-on-extras",
"controllerPathGlobs": ["src/controllers/**/*.ts"],
"spec": {
"outputDirectory": "public",
"specVersion": 3,
"host": "localhost:3000",
"schemes": ["http"],
"tags": [
{ "name": "Health", "description": "Health check endpoints" },
{ "name": "Projects", "description": "Project management" },
{ "name": "Tasks", "description": "Task management" },
{ "name": "Agents", "description": "AI Agent management" },
{ "name": "Orchestration", "description": "Agent orchestration" },
{ "name": "Skills", "description": "Agent skills" },
{ "name": "Rules", "description": "System rules" },
{ "name": "Traces", "description": "Execution traces" },
{ "name": "Claude Setup", "description": "Claude CLI setup" }
]
},
"routes": {
"routesDir": "src/generated",
"basePath": "/"
}
}