docs: update changelog for plugin system

This commit is contained in:
agatha 2026-03-14 15:20:44 -04:00
parent a1659531c7
commit ce39232c08

View File

@ -16,4 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Alembic async migration setup with initial schema
- Pydantic-settings configuration module
- Integration test infrastructure with per-test rollback
- Update configuration into subgroups
- Update configuration into subgroups
- Plugin system: Protocol contracts, registry with validation, event bus
- Plugin auto-discovery via importlib package scanning