- Extract effects as fully decoupled plugins in engine/effects/ - Add EffectConfig, EffectContext dataclasses and EffectPlugin protocol - Add EffectRegistry for plugin discovery and management - Add EffectChain for ordered pipeline execution - Move built-in effects to effects_plugins/ directory - Add interactive effects config picker during startup - Add NTFY command handler for /effects commands - Add tests for effects system (24 new tests) - Update AGENTS.md with effects plugin documentation - Add conventional commits section to AGENTS.md chore: add coverage.xml to .gitignore
13 lines
142 B
Plaintext
13 lines
142 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.mainline_venv/
|
|
.venv/
|
|
uv.lock
|
|
.mainline_cache_*.json
|
|
.DS_Store
|
|
htmlcov/
|
|
.coverage
|
|
.pytest_cache/
|
|
*.egg-info/
|
|
coverage.xml
|