Adds dependency resolver for recursive project handling

Introduces a dependency resolver to clone and manage project dependencies recursively.
Updates CLI to include a new "dep" command for dependency resolution.
Enhances source resolver to handle dependencies and expand all sources.
Improves console utilities with live mode for real-time feedback.
Marks dependency names in project configuration as optional.

Enables streamlined multi-repository workflows and dependency management.
This commit is contained in:
2025-04-26 18:11:31 +00:00
parent 3cf3fc1437
commit 4f1f2e7d51
8 changed files with 239 additions and 30 deletions

View File

@@ -12,6 +12,7 @@ pyyaml = "^6.0.2"
doit = "^0.36.0"
pydantic = "^2.11.3"
rich = "^14.0.0"
gitpython = "^3.1.44"
[build-system]