summaryrefslogtreecommitdiff
path: root/examples/src/lib.rs
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
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