0d5678c961
- thread start: ULID generation, StartNode to CAS, threads.yaml - thread show: active (done:false) or archived (done:true) - thread list: active threads, --all includes history - thread kill: archive to history.jsonl Refs #309, #313
28 lines
515 B
JSON
28 lines
515 B
JSON
{
|
|
"name": "@uncaged/cli-uwf",
|
|
"version": "0.1.0",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"bin": {
|
|
"uwf": "./src/cli.ts"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/json-cas": "workspace:^",
|
|
"@uncaged/json-cas-fs": "workspace:^",
|
|
"@uncaged/uwf-protocol": "workspace:^",
|
|
"@uncaged/workflow-util": "workspace:^",
|
|
"commander": "^14.0.3",
|
|
"yaml": "^2.8.4"
|
|
},
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|