Expand description
Standalone cleanup support for v1 broker CacheManifest files.
Phase 2 of #228 (#231). This module intentionally operates only on the central manifest registry; it does not require the broker or any originating daemon to be running.
Modules§
- instances
- Inspection helpers for broker cleanup instance metadata.
- list
- Read-only cleanup listing operations.
- prune
- Pruning operations for removable cache roots.
- uninstall
- Uninstall cleanup operations for service-owned roots.
- verify_
artifacts - Exhaustive daemon-artifact reconciliation for
cleanup verify(#391). Exhaustive daemon-artifact reconciliation forcleanup verify(#391, part of #354). - verify_
basic - Basic cleanup verification helpers.
Structs§
- Cleanup
Action - A filesystem action planned or executed by cleanup.
Enums§
- Cleanup
Error - Shared cleanup error type.
Functions§
- actions_
json - Serialize cleanup actions to the CLI JSON response envelope.
- now_
unix_ ms - Current wall-clock time as Unix milliseconds.
- parse_
duration_ secs - Parse simple duration strings such as
30d,12h,10m,45s.