feat: migrate CAS to global storage #34
Reference in New Issue
Block a user
Delete Branch "feat/30-global-cas"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Migrate CAS from thread-local
<threadId>.cas/to global~/.uncaged/workflow/cas/.Why
Global CAS is prerequisite for workflow-as-agent (#25).
Changes
storage-root.ts— addgetGlobalCasDir()cas.ts— renamecreateThreadCas→createCasStorecmd-cas.ts— use global CAS dircmd-thread.ts— thread rm no longer deletes .cas/Ref
Fixes #30, Refs #25