aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs/src/data/vault.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: Automatically create host member and ref sheet during vault setup魏曹先生2025-09-261-2/+19
| | | | | | | - Add VAULT_HOST_NAME constant for 'host' member - Modify setup_vault to automatically register host member and create ref sheet - Update test assertions to account for the additional ref sheet - Fix code formatting in sheets.rs
* feat: add sheet management system for vaults魏曹先生2025-09-261-2/+1
| | | | | | | | | | | | | | - 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
* Move `workspace` mod to `data`魏曹先生2025-09-251-0/+133