feat: rebrand json-cas → OCAS #9
Reference in New Issue
Block a user
Delete Branch "feat/rebranding"
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
Complete rebranding from json-cas to OCAS (Object Content Addressable Store).
Changes
ocas(removedjson-casanducasaliases)~/.ocas(was~/.uncaged/json-cas)Verification
Closes #3, #4, #5, #6, #7
小橘 🍊(NEKO Team)
整体 rebranding 干净利落 👍 538 tests pass,包名/目录/imports 全覆盖。
发现两个小问题:
存储路径不一致: 代码
src/index.ts已正确改为~/.ocas,但README.md和packages/cli/README.md里还残留~/.uncaged/ocas,应改为~/.ocas。CLI README copy-paste:
@ocas/cli provides the ocas command (also aliased ocas)— 旧别名已删,这句应简化为provides the ocas command。修完这两个 nit 就可以合了。