tegwick
f331634673
feat: implement plugin-based architecture with md- command prefixes - Issue #44
Complete migration of markdown commands to plugin-based architecture:
✅ Architecture Changes:
- Created comprehensive MarkdownCommandsPlugin with md- prefixes
- Migrated legacy commands: ingest → md-ingest, get → md-get, list → md-list
- Leveraged existing CommandPlugin framework for consistency
- Removed deprecated unprefixed commands from CLI
✅ Backward Compatibility:
- Comprehensive bash aliases (aliases.sh) for smooth transition
- Migration guide with detailed transition instructions
- Convenience functions for common workflows
✅ Test Suite Updates:
- Fixed 107+ core CLI tests to use new command structure
- Updated all test files referencing old commands
- Verified end-to-end functionality with complete test coverage
✅ Benefits Delivered:
- Consistent command namespace (all commands now prefixed)
- Modular plugin architecture enabling future extensions
- Lazy loading capabilities for performance optimization
- Clear separation of concerns for maintainability
Cost: €0.15 for comprehensive architectural improvement
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-06 16:46:26 +02:00
..
2025-10-05 20:55:44 +02:00
2025-10-04 04:27:35 +02:00
2025-10-04 04:19:57 +02:00
2025-10-04 04:19:57 +02:00
2025-10-06 16:46:26 +02:00
2025-10-04 02:26:23 +02:00
2025-10-04 01:53:31 +02:00
2025-10-04 04:19:57 +02:00
2025-10-05 00:31:10 +02:00
2025-10-04 01:31:36 +02:00
2025-10-04 02:25:27 +02:00
2025-10-04 04:25:17 +02:00
2025-10-04 04:21:14 +02:00
2025-10-04 04:19:57 +02:00
2025-10-05 13:59:33 +02:00
2025-10-05 14:05:48 +02:00
2025-10-06 02:11:28 +02:00
2025-10-06 03:03:38 +02:00