Define VEntry and virtual filesystem (VFS) core types
Open
- Dominant language
- Rust
- Stars
- 209
- Forks
- 65
- Avg merge
- 8h 55m
- Merged PRs (30d)
- 126
Description
Background:
- Pipeline design requires VEntry and VFS abstractions to represent inputs/outputs.
Scope:
- Implement VEntry interface and core entry types (file, folder, document, node, archive) with metadata.
- Implement VFS mounts with precedence and RO/RW zones.
Acceptance criteria:
- VEntry and VFS types are defined with basic traversal and metadata support.
- Mount precedence and RO/RW enforcement are test-covered.
Contributor guide
Assessment
This issue has not been assessed yet.