[PR #2] [MERGED] feat: parallel with snapshot #19

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/2
Author: @himself65
Created: 3/16/2025
Status: Merged
Merged: 3/16/2025
Merged by: @himself65

Base: mainHead: snapshot


📝 Commits (5)

📊 Changes

7 files changed (+487 additions, -113 deletions)

View changed files

.github/workflows/test.yml (+34 -0)
📝 package.json (+6 -0)
📝 packages/fluere/package.json (+2 -1)
📝 packages/fluere/src/core/executor.ts (+236 -107)
📝 packages/fluere/src/core/workflow.ts (+18 -4)
packages/fluere/tests/snapshot.test.ts (+176 -0)
📝 pnpm-lock.yaml (+15 -1)

📄 Description

No description provided


🔄 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/2 **Author:** [@himself65](https://github.com/himself65) **Created:** 3/16/2025 **Status:** ✅ Merged **Merged:** 3/16/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `snapshot` --- ### 📝 Commits (5) - [`3da7a74`](https://github.com/run-llama/workflows-ts/commit/3da7a7462f8e9c5f7a175e781c0994a948325146) feat: snapshot API - [`e079ae4`](https://github.com/run-llama/workflows-ts/commit/e079ae46f58dcffaf3083d8ebfe997f218f9648d) fix: snapshot should work - [`17c7ef5`](https://github.com/run-llama/workflows-ts/commit/17c7ef55a7d54f67e43f3b04f1b16aa540cfba03) feat: parallel support - [`aa9f14d`](https://github.com/run-llama/workflows-ts/commit/aa9f14de2a05237d565954ab828d71d9514acff5) revert: unused changes - [`2396fa1`](https://github.com/run-llama/workflows-ts/commit/2396fa18c9fee4d42c2a25f0eace1f94a6f3f989) ci: add ### 📊 Changes **7 files changed** (+487 additions, -113 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/test.yml` (+34 -0) 📝 `package.json` (+6 -0) 📝 `packages/fluere/package.json` (+2 -1) 📝 `packages/fluere/src/core/executor.ts` (+236 -107) 📝 `packages/fluere/src/core/workflow.ts` (+18 -4) ➕ `packages/fluere/tests/snapshot.test.ts` (+176 -0) 📝 `pnpm-lock.yaml` (+15 -1) </details> ### 📄 Description _No description provided_ --- <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:15:57 -05:00
yindo closed this issue 2026-02-16 03:15:57 -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#19