feat: add uwf cas reindex command #334

Merged
xiaomo merged 1 commits from feat/cas-reindex into main 2026-05-18 14:25:39 +00:00
Owner

What

Add uwf cas reindex — rebuilds _index/ from all .bin nodes.

Why

Existing CAS dirs upgraded to json-cas 0.2.0 may have partial index (only new nodes indexed). This command forces a full rebuild.

Usage

uwf cas reindex
→ {"status":"reindexed"}
## What Add `uwf cas reindex` — rebuilds `_index/` from all `.bin` nodes. ## Why Existing CAS dirs upgraded to json-cas 0.2.0 may have partial index (only new nodes indexed). This command forces a full rebuild. ## Usage ```bash uwf cas reindex → {"status":"reindexed"} ```
xiaoju added 1 commit 2026-05-18 14:24:35 +00:00
Rebuilds _index from all .bin nodes. Use after upgrading to json-cas 0.2.0
on an existing CAS directory.
xiaomo approved these changes 2026-05-18 14:25:37 +00:00
xiaomo left a comment
Owner

LGTM

LGTM ✅
xiaomo merged commit 3d97968887 into main 2026-05-18 14:25:39 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#334