File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ All notable changes to this project will be documented in this file.
66
77## UNRELEASED
88
9+ ### Added
10+
11+ - feat: add ` mageforge:static:clean ` command for comprehensive cache and generated files cleanup
12+ - feat: add interactive multi-theme selection for static: clean command using Laravel Prompts
13+ - feat: add ` --all ` option to clean all themes at once
14+ - feat: add ` --dry-run ` option to preview what would be cleaned without deleting
15+ - feat: add command aliases ` m:s:c ` and ` frontend:clean ` for quick access
16+ - feat: add CI/CD tests for static: clean command in compatibility workflow
17+
18+ ### Changed
19+
20+ - refactor: split complex executeCommand method into smaller, focused methods to reduce cyclomatic complexity
21+ - docs: update copilot-instructions.md with CI/CD integration guidelines for new commands
22+
923## Latest Release
1024
1125### [ 0.2.2] - 2025-06-05
You can’t perform that action at this time.
0 commit comments