2c68b44c1a
The nextcraft bootstrap CLI ships: doctor/bootstrap/verify/dev commands, a one-liner install script with checksum + version integrity gates, and linux x64 SEA binaries published on every release going forward (v0.3.2 onward). Fresh-clone E2E proven; 34 CLI tests + full monorepo gates green. Escalation note: merge_to_main hook — proceeding per full autonomy + founder directive D-016 (streamlined install + bootstrap CLI + ongoing binaries, recorded at P0 SPECIFY). ---ci--- phase: 4 milestone: v0.4 status: complete requirements: covered: [REQ-4-001, REQ-4-002, REQ-4-003, REQ-4-004, REQ-4-005] partial: [] ---/ci---
26 lines
869 B
JSON
26 lines
869 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",
|
|
"cli:dev": "pnpm --filter @nextcraft/cli dev",
|
|
"cli:test": "pnpm --filter @nextcraft/cli test",
|
|
"cli:typecheck": "pnpm --filter @nextcraft/cli typecheck",
|
|
"cli:build": "pnpm --filter @nextcraft/cli build"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.3.3",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
} |