aboutsummaryrefslogtreecommitdiff
path: root/crates/system_action/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add JSON-based action invocation to ActionPool魏曹先生2025-10-131-0/+1
| | | | | | | | - Extend action_gen macro to generate JSON serialization logic - Implement generic action processing using JSON text for type-agnostic calls - Add callback mechanism with action name and arguments in ActionPool - Update client and server registries to use new callback system - Improve action system flexibility at the cost of serialization overhead
* chore: Update dependencies and module exports魏曹先生2025-10-121-0/+3
| | | | | - Add required dependencies for action system - Export registry modules in vcs_actions library
* Rename vcs_service to action_system for better naming clarity魏曹先生2025-10-061-0/+11
- Create new action_system crate with action framework - Create action_system_macros crate for procedural macros - Update vcs crate dependencies to use action_system - Maintain same functionality with improved naming