chore: iios workspace skeleton (pnpm workspace, configs, postgres:5434)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-30 20:56:36 +05:30
commit c00d038df2
7 changed files with 120 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "iios",
"version": "0.0.0",
"private": true,
"description": "Insignia Interaction OS — interaction kernel (P0 + P1)",
"scripts": {
"build": "pnpm -r build",
"typecheck": "pnpm -r typecheck",
"test": "pnpm -r test",
"lint": "eslint .",
"boundary": "node scripts/check-import-boundary.mjs"
},
"devDependencies": {
"@types/node": "^26.0.1",
"typescript": "^5.7.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/client",
"@prisma/engines",
"prisma",
"esbuild"
]
}
}