aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/current.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update current.rs魏曹先生2025-12-011-2/+2
|
* Use config directory for jvcs data魏曹先生2025-11-171-1/+1
| | | | | | The data directory is changed from the system's document directory to the local config directory, and the folder name is shortened from ".just_enough_vcs" to "jvcs".
* Move vcs crate to vcs_data for better separation of concerns魏曹先生2025-10-061-0/+78
- 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