7582a88d6b
- types.ts: START/END, RoleMeta, ThreadContext, Role, Moderator, WorkflowDefinition - engine.ts: executeThread with JSONL persistence + AbortSignal - worker.ts: per-bundle process, TCP IPC, kill individual threads - CLI: run/ps/kill/threads/thread/thread rm commands - 32 tests pass, biome clean 小橘 <xiaoju@shazhou.work>
17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"name": "@uncaged/workflow-monorepo",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "bun run --filter '*' build",
|
|
"check": "biome check .",
|
|
"format": "biome format --write .",
|
|
"test": "bun run --filter '*' test"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.14"
|
|
}
|
|
}
|