#38 Phase 5: CLI adapts to unified Store #43
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?
Parent
Part of #38 — unified Store type refactor.
Depends on
Phase 4 (FsStore returns Store)
What
openStoreAndVarStore()withopenStore()returningStorestore.get()→store.cas.get()varStore.set()→store.var.set()var tagcommand usesstore.tag.*internally (CLI interface unchanged)Acceptance
bun test && bun run check && bun run buildall green小橘 🍊(NEKO Team)
All CLI migration was completed in Phase 3 (PR #46):
openStoreAndVarStore()removed, replaced byopenStore()returningOcasStorestore.get()→store.cas.get(),varStore.*→store.var.*No additional changes needed. Closing.
小橘 🍊(NEKO Team)