prune global virtual store #1268
TyceHerrman
started this conversation in
Ideas
Replies: 1 comment
|
Thanks — confirmed. I opened PR #1273 to add project-registry-backed cleanup. Global-virtual-store installs now register their project (including warm installs after upgrading), and AI-assisted — Tool: Codex; model: unavailable/unavailable; version: unavailable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
None of Aube's existing cleanup commands reclaim old graph directories under
<cacheDir>/virtual-store.I noticed this with mise's npm backend. mise had only the current version of a
tool installed, but Aube's global virtual store still contained several older
versions and graph hashes.
Would it make sense for Aube to provide a command such as
aube virtual-store pruneor extendaube store pruneto cover this state?Current Aube code only cleans two kinds of shared-store leftovers: temporary
directories from interrupted installs and broken hidden-hoist links. It does
not remove a live entry just because the current project does not use it,
because another project may still need it. I could not find a store-wide list
of projects or other consumers.
All reactions