Skip to content

Commit dba8dc0

Browse files
committed
✨ feat: add mageforge:static:clean command and multi-theme support
1 parent 5b53b10 commit dba8dc0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)