88a1dab810
---ci--- phase: 7 milestone: v0.2 status: complete requirements: covered: [REQ-2-001, REQ-2-002, REQ-2-003, REQ-2-004, REQ-2-005, REQ-2-006, REQ-2-007, REQ-2-008, REQ-2-009, REQ-2-010, REQ-2-011, REQ-2-012] partial: [] ---/ci--- Milestone v0.2 (ai-tutor-architecture) merged to main. Escalation record (audit remediation, durable): P1 executor delegation failed twice (empty subagent results, zero files created); auto-resolved at full autonomy to inline execution with identical plan fidelity (commit 3271373, reflog-only after phase branch squash-delete).
22 lines
647 B
JSON
22 lines
647 B
JSON
{
|
|
"name": "nextcraft",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@12.3.4",
|
|
"scripts": {
|
|
"dev": "turbo dev",
|
|
"build": "turbo build",
|
|
"lint": "turbo lint",
|
|
"typecheck": "turbo typecheck",
|
|
"clean": "turbo clean && rm -rf node_modules",
|
|
"ai:dev": "turbo run dev --filter=@nextcraft/ai-service",
|
|
"ai:test": "turbo run test --filter=@nextcraft/ai-service",
|
|
"ai:bootstrap": "turbo run bootstrap --filter=@nextcraft/ai-service",
|
|
"ai:lint": "turbo run lint --filter=@nextcraft/ai-service"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.3.3",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
} |