[PR #69] [CLOSED] feat: strick type bypass on workflow #79

Closed
opened 2026-02-16 03:16:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/69
Author: @himself65
Created: 4/22/2025
Status: Closed

Base: mainHead: type-system


📝 Commits (4)

📊 Changes

27 files changed (+950 additions, -181 deletions)

View changed files

📝 .gitignore (+0 -6)
📝 demo/tsconfig.json (+3 -2)
packages/core/.swcrc (+10 -0)
📝 packages/core/package.json (+42 -44)
📝 packages/core/src/context.ts (+1 -1)
📝 packages/core/src/event.ts (+0 -0)
📝 packages/core/src/index.ts (+0 -0)
📝 packages/core/src/interrupter/mcp.ts (+2 -2)
📝 packages/core/src/middleware/trace-events.ts (+2 -2)
📝 packages/core/src/middleware/trace-events/create-handler-decorator.ts (+1 -1)
📝 packages/core/src/utils.ts (+0 -0)
📝 packages/core/src/workflow.ts (+3 -23)
📝 packages/core/tests/core/abort-signal.spec.ts (+1 -1)
📝 packages/core/tests/core/context-api.spec.ts (+1 -1)
📝 packages/core/tests/core/readable-stream.spec.ts (+3 -7)
📝 packages/core/tests/core/run-helpers.spec.ts (+2 -2)
📝 packages/core/tests/core/sub-workflow.spec.ts (+1 -1)
📝 packages/core/tests/integration/stream-library.spec.ts (+1 -1)
📝 packages/core/tests/middleware/full-workflow.spec.ts (+1 -1)
📝 packages/core/tests/middleware/with-store.spec.ts (+1 -1)

...and 7 more files

📄 Description

Workflow(mutate 1) -> Context (mutate 2)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-ts/pull/69 **Author:** [@himself65](https://github.com/himself65) **Created:** 4/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `type-system` --- ### 📝 Commits (4) - [`dea5e2e`](https://github.com/run-llama/workflows-ts/commit/dea5e2e51c6a1844aa5ef47c6b79833105028114) feat: strick type bypass on workflow - [`79cec01`](https://github.com/run-llama/workflows-ts/commit/79cec0176a56a43906b282da014667b5ac04fd44) fix: type - [`31a2449`](https://github.com/run-llama/workflows-ts/commit/31a2449765f2c75c44909759524544d1ad6df565) fix: type - [`145ceda`](https://github.com/run-llama/workflows-ts/commit/145cedac0f36368f5c23023317f11682a699dc61) fix: type ### 📊 Changes **27 files changed** (+950 additions, -181 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+0 -6) 📝 `demo/tsconfig.json` (+3 -2) ➕ `packages/core/.swcrc` (+10 -0) 📝 `packages/core/package.json` (+42 -44) 📝 `packages/core/src/context.ts` (+1 -1) 📝 `packages/core/src/event.ts` (+0 -0) 📝 `packages/core/src/index.ts` (+0 -0) 📝 `packages/core/src/interrupter/mcp.ts` (+2 -2) 📝 `packages/core/src/middleware/trace-events.ts` (+2 -2) 📝 `packages/core/src/middleware/trace-events/create-handler-decorator.ts` (+1 -1) 📝 `packages/core/src/utils.ts` (+0 -0) 📝 `packages/core/src/workflow.ts` (+3 -23) 📝 `packages/core/tests/core/abort-signal.spec.ts` (+1 -1) 📝 `packages/core/tests/core/context-api.spec.ts` (+1 -1) 📝 `packages/core/tests/core/readable-stream.spec.ts` (+3 -7) 📝 `packages/core/tests/core/run-helpers.spec.ts` (+2 -2) 📝 `packages/core/tests/core/sub-workflow.spec.ts` (+1 -1) 📝 `packages/core/tests/integration/stream-library.spec.ts` (+1 -1) 📝 `packages/core/tests/middleware/full-workflow.spec.ts` (+1 -1) 📝 `packages/core/tests/middleware/with-store.spec.ts` (+1 -1) _...and 7 more files_ </details> ### 📄 Description Workflow(mutate 1) -> Context (mutate 2) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:16:06 -05:00
yindo closed this issue 2026-02-16 03:16:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-ts#79