| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-29 | Make config fields thread-safe with Arc<Mutex> | 魏曹先生 | |
| - Change LocalWorkspace config to Arc<Mutex<LocalConfig>> - Change Vault config to Arc<VaultConfig> - Add config accessor methods for both structs - Update initialization methods to wrap config in Arc/Mutex | |||
| 2025-10-27 | Add service module to vault | 魏曹先生 | |
| 2025-10-06 | Move vcs crate to vcs_data for better separation of concerns | 魏曹先生 | |
| - 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 | |||
