chore(workflow): post-extraction cleanup

- IPC parse functions: replace whole-object 'as' casts with per-field narrowing
- WorkflowConfig: remove duplicate from core, re-export from @uncaged/workflow
- drainTimeoutMs: change from optional param to T | null convention
- Remove duplicate WorkflowWorkerOutboundMessage, keep WorkflowChildToParentMessage

Fixes #325
This commit is contained in:
2026-05-05 13:52:03 +00:00
parent b683a85376
commit d81a30f051
8 changed files with 29 additions and 39 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"pnpm": {
"overrides": {
"@uncaged/nerve-core": "workspace:*",
"@uncaged/nerve-store": "workspace:*"
"@uncaged/nerve-store": "workspace:*",
"@uncaged/workflow": "workspace:*"
}
},
"scripts": {