v1.108.54 — list-repos / delete-index honor CODE_INDEX_PATH
The list-repos and delete-index CLI verbs dispatched into the index store with no storage path, so they always operated on ~/.code-index and ignored the documented CODE_INDEX_PATH override (every other index-touching verb honors it). Scripted callers pointing at a custom store silently read from, or deleted from, the wrong one.
This also fixes the CI matrix, red since v1.108.50: the delete-index test relied on CODE_INDEX_PATH for isolation, so it failed on runners (empty home store) while passing locally against the real store. The test now asserts store isolation explicitly.
Full notes in CHANGELOG.md.