aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/clear_cache.rs
AgeCommit message (Expand)Author
2026-05-10refactor(workspace): consolidate crates into mozart-corensfisis
2026-05-09refactor(composer): move Composer and Factory from mozart-core to mozartnsfisis
2026-05-09refactor(commands): consolidate get_platform_requirement_filter into shared m...nsfisis
2026-05-09refactor(console): accept format args directly in console_writeln! macrosnsfisis
2026-05-06fix(clear-cache): write info messages to stderr to match Composernsfisis
2026-05-06fix(cache): mirror Composer no-cache and cache-files-maxsize handlingnsfisis
2026-05-05chore(clear-cache): remove verbose type declarationnsfisis
2026-05-05feat(cache): include cache-vcs-dir in clear-cache commandnsfisis
2026-02-23fix(clear-cache): add per-directory output, read-only guard, and always exit 0nsfisis
2026-02-22fix(clear-cache): enforce 1 GB repo cache size limit during GCnsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(console): add structured error handling, verbosity, and suggestionsnsfisis
2026-02-21feat(cache): add filesystem-backed cache with TTL expiration and size-limited GCnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis