Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions IMPROVEMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -672,12 +672,12 @@ public class AuditLogger
5. ✅ Better `list` output (groups, types, dependencies)
6. ✅ `describe` command for detailed task information

### Phase 3 (Advanced Features)
1. Conditional execution
2. Task hooks
3. Profile support
4. Task caching
5. Plugin system
### Phase 3 (Advanced Features) ✅ COMPLETED
1. Conditional execution (OS, env, fileExists, fileNotExists conditions)
2. Task hooks (preTasks and postTasks)
3. Profile support (`--profile` flag with variables and env overrides)
4. Task caching (based on input file hashes with `--no-cache` bypass)
5. Plugin system (ITaskTypeProvider interface and PluginLoader)

---

Expand Down
Loading
Loading