Files
rehearshalhub/Taskfile.yml
Mistral Vibe 9617946d10 feat: optimize development tasks for better workflow and reduced Docker overhead
- Streamlined task structure with clear recommendations
- Added dev:up as main development task (replaces dev:full)
- Added dev:build for explicit container building
- Improved cleanup tasks:
  - dev:clean: Safe cleanup preserving network/proxy
  - dev:nuke: Full cleanup when network is corrupted
- Added dev:restart for quick service restart
- Added help task with clear task documentation
- Removed redundant/conflicting tasks

Benefits:
-  Reduced Docker download overhead (smart building)
-  Preserved network/proxy configuration (safe cleanup)
-  Simpler, more intuitive workflow
-  Clear task recommendations
-  Better separation of concerns between tasks

Usage:
- task dev:up          # Start development (recommended)
- task dev:build        # Build containers (when dependencies change)
- task dev:clean        # Safe cleanup
- task dev:nuke         # Full cleanup (when network issues occur)
2026-04-08 15:35:13 +02:00

8.7 KiB