Block a user
Refactor: Move effects_plugins to engine/effects/plugins
feat: add glyph caching to PygameDisplay for performance
feat(pipeline): add direct CLI mode with validation framework
feat(pipeline): add fixtures system for cached test data
feat(ui): enhance UI panel with preset picker and parameter adjustment
feat(effects): add entropy parameter to effect plugins
feat(effects): add entropy parameter to effect plugins
feat(ui): enhance UI panel with preset picker and parameter adjustment
feat(pipeline): add fixtures system for cached test data
feat(pipeline): add direct CLI mode with validation framework
feat: add glyph caching to PygameDisplay for performance
Refactor: Move effects_plugins to engine/effects/plugins
Story: EffectPlugin ABC and Registry
Refactoring effects_plugins/ to engine/effects/plugins/:
- Enables better integration with the effects system
- Follows capability-based dependency resolution architecture
- Fixes import…