Files
united-workforce/packages
xingyue 34ce190e5f
CI / check (pull_request) Failing after 8m23s
fix: agent createAgentStore uses wrong CAS path (~/.uwf/cas instead of ~/.ocas)
createAgentStore was calling getCasDir(storageRoot) which resolves to
~/.uwf/cas/, but since Phase 3 all CAS data lives in ~/.ocas/.
getActiveThreadEntry already used getGlobalCasDir() correctly, causing
a split where thread lookup succeeded but CAS node reads failed.

Found during e2e walkthrough after Phase 0-5 migration.
2026-06-02 23:19:14 +08:00
..