feat: enforce verified smart package catalog

This commit is contained in:
alexpolo1
2026-08-10 12:38:52 +02:00
parent 87d9c7bd82
commit 11ad6b7f0b
132 changed files with 14637 additions and 2190 deletions

View File

@@ -10,6 +10,7 @@
"lint": "node ../scripts/lint-backend-syntax.js",
"test": "jest",
"benchmark:carpenter": "node scripts/run-carpenter-quote-benchmark.js",
"import:smart-packages:excel": "node scripts/import-smart-packages-excel.js",
"reconcile:smart-packages": "node scripts/reconcile-smart-package-totals.js",
"migrate:rentals-split:dry-run": "node scripts/migrate-rentals-from-materials.js",
"migrate:rentals-split": "node scripts/migrate-rentals-from-materials.js --apply"