fix(fs): add FsStore var/tag test coverage and share validateName #48
Reference in New Issue
Block a user
Delete Branch "fix/42-fsstore-implements-store"
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
Phase 4 of #42: complete FsStore test coverage and finalize cleanup items from #47.
Why
Phase 3 (PR #46) moved var-store.ts to packages/fs/src/, made openStore() return OcasStore, and removed sqlite from core. This PR adds the missing FS-side test coverage and dedups validateName.
Changes
Verification
Ref
Fixes #42