huskies: merge 1137 story First-run project init flow — walk through config instead of leaving defaults silently

This commit is contained in:
dave
2026-05-18 12:54:18 +00:00
parent f2c13c7d29
commit a7bad217eb
4 changed files with 644 additions and 7 deletions
+2
View File
@@ -608,6 +608,7 @@ async fn handle_adopt_project_tool(
None,
None,
Some(path_str),
false,
&state.projects,
&state.config_dir,
)
@@ -884,6 +885,7 @@ mod tests {
None,
None,
Some(file_path),
false,
&store,
dir.path(),
)