refactor(daemon): workflows must be bundled to dist/, daemon only loads dist/index.js #221

Merged
xiaomo merged 1 commits from refactor/219-workflow-bundle-dist into main 2026-04-28 05:27:21 +00:00

1 Commits

Author SHA1 Message Date
xiaoju e56a01d88a refactor(daemon): workflows must be bundled to dist/, daemon only loads dist/index.js
- workflow-worker: loadWorkflowDefinition only looks for dist/index.js
- file-watcher: watch workflows/*/dist/**/*.js instead of *.ts
- file-watcher: sense watch uses .js regex pattern
- nerve create workflow: scaffold includes package.json with esbuild build script
- Updated all related tests

Fixes #219
2026-04-28 05:25:38 +00:00