summaryrefslogtreecommitdiff
path: root/crates/vcs/src/data/local/config.rs
AgeCommit message (Collapse)Author
2025-10-06Remove old vcs directory after migration to vcs_data魏曹先生
- Delete entire crates/vcs directory and its contents - Remove test files and configuration from old structure - Complete transition to new vcs_data and vcs_actions architecture
2025-09-26feat: add sheet management system for vaults魏曹先生
- Add Sheet struct with holder, inputs, and mapping functionality - Implement SheetData with serialization support - Add sheets.rs with vault sheet management methods: - Load all sheets in vault - Search for sheet names - Read individual sheets - Create new sheets with validation - Delete sheets (both permanently and safely to trash) - Restore sheets from trash - Update data module to include sheet submodule - Minor fixes and improvements to related modules
2025-09-25Move `workspace` mod to `data`魏曹先生