Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion PROMPT.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ Closes: <issue-id>
5. **Descriptive close reasons** - Document what was accomplished
6. **Sync bd frequently** - After every subtask completion
7. **Read the PLAN** - Always load context from PLAN.md before implementation
8. **Create changeset early** - Run `workspace changeset create` right after creating the feature branch

---

Expand Down
4 changes: 3 additions & 1 deletion crates/filesystem/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@ mod tests;
// Error types
pub use error::{Error, Result};

// Types
pub use types::{DirEntry, FileType, Metadata};

// TODO: Re-exports will be added as modules are implemented
// pub use config::{FileSystemConfig, FileSystemConfigBuilder};
// pub use mock::MockFileSystem;
// pub use path_ext::PathExt;
// pub use real::RealFileSystem;
// pub use traits::FileSystem;
// pub use types::{DirEntry, FileType, Metadata};
Loading