Phase 3: CAS 统一 — uwf 直接使用 ~/.ocas/ store #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Goal
uwf 的 CAS 存储从独立的
~/.uncaged/json-cas/切换到与 ocas 共享的~/.ocas/store。现状
~/.uncaged/json-cas/~/.ocas/uwf cas子命令,功能与ocas重复Tasks
getCasStorageRoot()默认路径为~/.ocas/~/.ocas/(CAS 内容寻址,hash 去重)uwf cas子命令ocasCLI~/.ocas/下正常工作Notes
uwf cas移除后,ocas成为唯一 CAS 操作入口Review 建议
uwf cas移除前,确认没有 workflow YAML 的 procedure 里引用了uwf cas命令(agent 可能在 step 执行中调用)。可以 grep 一下所有.yaml和 reference docs。好提醒 👍 移除前会 grep 所有
.yamlworkflow 和 reference docs,确认没有 agent procedure 引用uwf cas。已加入 task。