Files
nextcraft/turbo.json
T
CIAgent dda9569b80 docs(P01): complete ai-service-scaffolding phase
---ci---
phase: 1
milestone: v0.2
status: complete
---/ci---

REQ-2-001/002/003 complete. apps/ai-service: FastAPI + provider-agnostic
LLM layer (ollama-cloud/local/mock) + D-016 SSE envelope + 20 tests
(mock-only, cloud-free guard) + ruff + turbo/pnpm integration.
2026-09-11 15:40:30 +00:00

39 lines
767 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"dev": {
"cache": false,
"persistent": true
},
"lint": {
"dependsOn": ["^build"]
},
"typecheck": {
"dependsOn": ["^build"]
},
"clean": {
"cache": false
},
"@nextcraft/ai-service#dev": {
"cache": false,
"persistent": true,
"outputs": []
},
"@nextcraft/ai-service#test": {
"cache": false,
"outputs": []
},
"@nextcraft/ai-service#bootstrap": {
"cache": false,
"outputs": []
},
"@nextcraft/ai-service#lint": {
"cache": false,
"outputs": []
}
}
}