@sylphx/flow 3.13.1 → 3.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @sylphx/flow
2
2
 
3
+ ## 3.13.2 (2026-02-04)
4
+
5
+ ### ♻️ Refactoring
6
+
7
+ - **builder:** replace tRPC with Hono + zod-openapi + hc ([330060b](https://github.com/SylphxAI/flow/commit/330060bc164def0e049db514f8361a6cfd1c2146))
8
+
3
9
  ## 3.13.1 (2026-02-04)
4
10
 
5
11
  ### ⚡️ Performance
@@ -46,7 +46,7 @@ State-of-the-art industrial standard. Every time. Would you stake your reputatio
46
46
 
47
47
  **Framework & Runtime:** Next.js 16+, React, Bun
48
48
 
49
- **Data & API:** tRPC (internal), Hono + @hono/zod-openapi (external REST), React Query, Drizzle ORM
49
+ **Data & API:** Hono + @hono/zod-openapi + hc (type-safe client), React Query, Drizzle ORM
50
50
 
51
51
  **Database & Infrastructure:** Neon PostgreSQL, Upstash Workflow, Vercel, Vercel Blob, Modal (serverless long-running)
52
52
 
@@ -110,7 +110,7 @@ State-of-the-art industrial standard. Every time. Would you stake your reputatio
110
110
  ## Engineering
111
111
 
112
112
  - **Single Source of Truth** — one authoritative source for every state, behavior, and decision
113
- - **Type safety** — end-to-end across all boundaries (tRPC, Zod, strict TypeScript)
113
+ - **Type safety** — end-to-end across all boundaries (Hono RPC, Zod, strict TypeScript)
114
114
  - **Pure functions** — no side effects, deterministic output; isolate impure code at boundaries
115
115
  - **Decoupling** — minimize dependencies, use interfaces and dependency injection
116
116
  - **Modularisation** — single responsibility, clear boundaries, independent deployability
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphx/flow",
3
- "version": "3.13.1",
3
+ "version": "3.13.2",
4
4
  "description": "One CLI to rule them all. Unified orchestration layer for AI coding assistants. Auto-detection, auto-installation, auto-upgrade.",
5
5
  "type": "module",
6
6
  "bin": {