aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_data
Commit message (Collapse)AuthorAgeFilesLines
* chore: update workspace configuration and dependencies魏曹先生2025-10-061-0/+4
| | | | | | - Add examples to workspace members - Update vcs_data dependencies structure - Fix library re-export paths in main lib.rs
* Move vcs crate to vcs_data for better separation of concerns魏曹先生2025-10-0624-0/+2900
- 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