feat: goose cli to track directories, allow to resume projects in location (#2503)

This commit is contained in:
Michael Neale
2025-05-13 09:05:10 +10:00
committed by GitHub
parent 0fc1672076
commit 3a4f205945
6 changed files with 509 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ use once_cell::sync::Lazy;
pub mod cli;
pub mod commands;
pub mod logging;
pub mod project_tracker;
pub mod recipes;
pub mod session;
pub mod signal;