fix: resolve Zod v4 record type error and worker TypeScript compilation

- packages/shared/src/schemas/agent.ts: z.record(z.unknown()) → z.record(z.string(), z.unknown())
- Dockerfile.worker: add TypeScript compilation support (tsx)

Fixes #build-web and #build-worker container failures.
This commit is contained in:
2026-07-19 00:03:43 +00:00
parent 4c1cc50231
commit 301f4ea5ce
5 changed files with 509 additions and 3 deletions
File diff suppressed because one or more lines are too long