Skip to content

feat: add spark magic clean command#17

Merged
qdriven merged 1 commit into
mainfrom
feat/cleanup-command
May 29, 2026
Merged

feat: add spark magic clean command#17
qdriven merged 1 commit into
mainfrom
feat/cleanup-command

Conversation

@qdriven
Copy link
Copy Markdown
Contributor

@qdriven qdriven commented May 29, 2026

Summary

Add a new spark magic clean subcommand to recursively clean up project directories.

Features

  • spark magic clean — clean both node_modules and .venv
  • spark magic clean -m node — clean only node_modules
  • spark magic clean -m python — clean only .venv
  • Supports global -p flag to specify target directories

Changes

  • cmd/magic/clean.go: new command implementation
  • tasks/features/magic/cleanup.md: mark Task 1 as completed

@qdriven qdriven merged commit 606f4a7 into main May 29, 2026
@qdriven qdriven deleted the feat/cleanup-command branch May 29, 2026 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant