feat(api): expose REST-only agent routes
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
"dev": "bun --watch src/server.ts",
|
||||
"build": "bun run check",
|
||||
"check": "bun run typecheck && bun run typecheck:opencode",
|
||||
"contract:generate": "bun scripts/generate-contract.ts",
|
||||
"contract:check": "bun scripts/generate-contract.ts --check",
|
||||
"test:api": "bun test tests/routes tests/contracts",
|
||||
"migrate:session-identity": "bun scripts/migrate-session-identity.ts",
|
||||
"pipeline:trigger": "bash scripts/trigger-gitea-pipeline.sh",
|
||||
"start": "bun src/server.ts",
|
||||
@@ -27,6 +30,7 @@
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@asteasolutions/zod-to-openapi": "7.3.4",
|
||||
"@types/cors": "^2.8.19",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/node": "^24.7.2",
|
||||
|
||||
Reference in New Issue
Block a user