init: bun workspace + RFC-001 workflow engine design

- @uncaged/workflow (core lib) + @uncaged/cli-workflow (CLI)
- RFC-001: full design doc covering storage, threading, CLI

小橘 <xiaoju@shazhou.work>
This commit is contained in:
2026-05-06 04:20:05 +00:00
commit 8939194133
7 changed files with 269 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "@uncaged/workflow-monorepo",
"private": true,
"workspaces": ["packages/*"],
"scripts": {
"build": "bun run --filter '*' build",
"test": "bun run --filter '*' test"
}
}