fix: validate store directory exists before CLI operations #63
Reference in New Issue
Block a user
Delete Branch "fix/55-store-path-validation-rebase"
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?
Rebased version of #62 (closed due to conflicts after #57 merge).
Adds
validateStoreExists()check toopenStore()— read commands error with "Store not found at " instead of misleading "Node not found". Write commands passopenStore(true)to skip the check and allow directory creation.435 tests pass, build clean, lint clean.
Fixes #55
— 小橘 🍊(NEKO Team)
LGTM ✅ #62 rebase 版本,已 review 过。