Infra: Worker/Garage/Test-Runner

- docker-compose.yml: explizite Build-Targets (runner/migrate) — Ursache für
  "npx not found" bei garage-provision war das Default-Target (letzte Stage =
  Garage-Image ohne Node); worker startet npm run worker:mail; Defaults craftvia
- Coolify-Compose: incident-inbound-worker und sync-policy-templates entfernt,
  Rollen-/Bucket-/Image-Namen auf craftvia
- Dockerfile: seed/ und docs/wizard-uebergabe entfernt, messages/ im Runner
- npm: Name craftvia, Scripts test (scripts/run-tests.ts) und gate, ISMS-Pakete
  entfernt (handlebars, marked, sanitize-html, @xyflow/react, @dagrejs/dagre,
  html-to-image, imapflow, mailparser, exceljs, @dnd-kit/core)
- .env-Beispiele, launch.json (craftvia-dev), CI-Kommentare umbenannt

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-14 11:44:58 +02:00
co-authored by Claude Opus 5
parent 6f3f5a5947
commit ba7d6ac3ed
45 changed files with 167 additions and 7932 deletions
+4 -14
View File
@@ -1,5 +1,5 @@
{
"name": "isms-tool",
"name": "craftvia",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -9,35 +9,27 @@
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "tsx scripts/run-tests.ts",
"gate": "prisma generate && tsc --noEmit && npm run lint && npm run build && npm run test",
"worker:mail": "tsx scripts/mail-worker.ts",
"worker:backup": "tsx scripts/backup-worker.ts",
"worker:incident-inbound": "tsx scripts/incident-inbound-worker.ts",
"seed:content": "tsx prisma/seed-content.ts"
"brand:icons": "tsx scripts/generate-brand-icons.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.115.0",
"@aws-sdk/client-s3": "^3.1103.0",
"@base-ui/react": "^1.6.0",
"@dagrejs/dagre": "^3.0.0",
"@dnd-kit/core": "^6.3.1",
"@node-rs/argon2": "^2.0.2",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/server": "^9.0.3",
"@xyflow/react": "^12.11.1",
"bullmq": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.4.2",
"exceljs": "^4.4.0",
"handlebars": "^4.7.9",
"html-to-image": "^1.11.13",
"imapflow": "^1.7.1",
"ioredis": "^5.11.1",
"lucide-react": "^1.23.0",
"mailparser": "^3.9.15",
"marked": "^18.0.5",
"next": "16.2.12",
"next-auth": "5.0.0-beta.32",
"next-intl": "^4.13.1",
@@ -46,7 +38,6 @@
"qrcode": "^1.5.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"sanitize-html": "^2.17.6",
"shadcn": "^4.12.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
@@ -59,7 +50,6 @@
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/sanitize-html": "^2.16.1",
"eslint": "^9",
"eslint-config-next": "16.2.12",
"prisma": "7.8.0",