Skip to main content

Module cleanup

Module cleanup 

Source
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 for cleanup verify (#391, part of #354).
verify_basic
Basic cleanup verification helpers.

Structs§

CleanupAction
A filesystem action planned or executed by cleanup.

Enums§

CleanupError
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.