aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/data/vault/sheets.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy import/export mechanism魏曹先生2025-12-241-1/+0
| | | | | | | | | | - Delete InputPackage struct and related types - Remove inputs field from SheetData - Remove input management methods (add_input, deny_input, accept_import) - Remove export functionality (output_mappings, find_longest_common_prefix) - Update tests to remove input-related assertions - Clean up unused imports and dependencies
* fix: Update constants and path references魏曹先生2025-11-201-3/+8
| | | | Rename CLIENT_FILE_MEMBER_HELD to CLIENT_FILE_LATEST_DATA, update all related path references and method names.
* feat: Add file status tracking and SHA1 hash system魏曹先生2025-11-171-0/+1
| | | | | | | - Implement SHA1 hash calculation module with async support - Add file status analysis for tracking moves, creates, and modifications - Enhance local file management with relative path handling - Update virtual file actions with improved tracking capabilities
* feat: Enhanced data structures and constants魏曹先生2025-11-061-0/+1
| | | | | | | - Add new constants for local workspace management - Extend SheetData with write_count functionality - Simplify vault data structures - Update sheet and virtual file data handling
* update: Local actions and data structures魏曹先生2025-11-031-1/+1
| | | | | | - Update local actions implementation - Improve latest info handling - Enhance vault sheets management
* Move vcs crate to vcs_data for better separation of concerns魏曹先生2025-10-061-0/+268
- Rename vcs crate to vcs_data to clearly define data layer - Maintain all existing data structures and functionality - Update dependencies to include action_system integration - Preserve test structure in vcs_data_test directory