huskies: merge 858

This commit is contained in:
dave
2026-04-29 10:47:18 +00:00
parent be5db846cc
commit 11d111360d
79 changed files with 265 additions and 0 deletions
+5
View File
@@ -1,8 +1,13 @@
//! Filesystem I/O — module declarations and re-exports for file operations.
/// File read/write/list operations.
pub mod files;
/// Path resolution and project-root discovery.
pub mod paths;
/// User model-preference storage.
pub mod preferences;
/// Project open/close/list lifecycle.
pub mod project;
/// `.huskies/` directory scaffolding for new projects.
pub mod scaffold;
pub use files::{