Adds dependency validation and fixing.

This commit is contained in:
Eyal Toledano
2025-03-22 00:51:53 -04:00
parent 982c38ac5f
commit 3a797f9980
4 changed files with 925 additions and 123 deletions

View File

@@ -319,6 +319,12 @@ npm run dev -- add-dependency --id=<id> --depends-on=<id>
# Remove a dependency from a task
npm run dev -- remove-dependency --id=<id> --depends-on=<id>
# Validate dependencies without fixing them
npm run dev -- validate-dependencies
# Find and fix invalid dependencies automatically
npm run dev -- fix-dependencies
```
## Task Structure