Block a user
feat(effects): add entropy parameter to effect plugins
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: 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…
Bug: Terminal display width wobble - inconsistent width measurement
Root Cause Analysis
The terminal display "wobble" was caused by multiple issues:
1. Missing Screen Clear (Primary Cause)
TerminalDisplay.show() was appending new content without…
Bug: Terminal display width wobble - inconsistent width measurement
Bug: Terminal display width wobble - inconsistent width measurement