Huakun Shen b13d1350d6
feat(db): Add command aliases and usage tracking
- Implement command_aliases table with FTS5 virtual table
- Add usage_count and last_used_at columns to commands table
- Create CRUD methods for command aliases
- Add methods to track and retrieve command usage statistics
- Update database migration system to support new schema version
2025-03-06 15:51:21 -05:00
..