huskies: merge 858
This commit is contained in:
@@ -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::{
|
||||
|
||||
Reference in New Issue
Block a user