summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2026-02-05Remove examples and legacy code, update .gitignore魏曹先生
- Delete examples directory and its example action system - Rename actions/ to legacy_actions/ and data/ to legacy_data/ - Update Cargo.toml license file reference - Move setup scripts to scripts/dev/ directory - Add todo.txt patterns to .gitignore
2026-01-12Reorganize crate structure and move documentation files魏曹先生
2025-10-27Update dependencies to latest versions魏曹先生
2025-10-24Re-export subcrate `action_system` to `just_enough_vcs`魏曹先生
2025-10-13feat: Add JSON-based action invocation to ActionPool魏曹先生
- 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
2025-10-06feat: add examples demonstrating action system usage魏曹先生
- Create examples workspace member - Add example_action_system binary showcasing macro usage - Demonstrate action registration and processing workflow