feat: add deep research planning and postal batch runs
Add a dedicated Deep Research view with postal-area preview overlays, batch execution, and bundled map results. Also add postal dataset import tooling and fix local API networking and research insert issues needed to support the new workflow.
This commit is contained in:
+3
-1
@@ -14,7 +14,9 @@
|
||||
"clean": "rm -rf dist dist-server",
|
||||
"lint": "tsc --noEmit && tsc -p tsconfig.server.json --noEmit",
|
||||
"migrate": "tsx --tsconfig tsconfig.server.json db/scripts/migrate.ts",
|
||||
"seed:postal": "tsx --tsconfig tsconfig.server.json db/scripts/seed-postal-placeholder.ts",
|
||||
"import:postal": "tsx --tsconfig tsconfig.server.json db/scripts/import-postal-areas.ts",
|
||||
"build:postal-neighbors": "tsx --tsconfig tsconfig.server.json db/scripts/build-postal-neighbors.ts",
|
||||
"seed:postal": "npm run import:postal && npm run build:postal-neighbors",
|
||||
"start:api": "node dist-server/server/src/index.js",
|
||||
"start:worker": "node dist-server/server/src/worker.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user