Implement planning mode

This commit is contained in:
Jochen
2025-12-09 09:59:28 +11:00
parent 4aa84e2144
commit ff8b3e7c7b
24 changed files with 3817 additions and 346 deletions

4
Cargo.lock generated
View File

@@ -1529,9 +1529,13 @@ dependencies = [
"anyhow",
"chrono",
"const_format",
"g3-config",
"g3-core",
"g3-providers",
"serde",
"serde_json",
"shellexpand",
"tempfile",
"tokio",
]