- Modified Idiom model to make etymology and source fields optional
- Enhanced
add_idioms
method to accept structured idiom dictionaries and validate duplicates - Improved test coverage for idiom addition and greedy matching functionality
- Fixed ModuleNotFoundError for _models package by updating setuptools configuration to automatically discover all packages
- Added structured Idiom model with etymology, senses, and examples
- Added Sense model for representing idiom definitions and usage examples
- Added source URL tracking for each idiom
- Added new dev dependencies: pydantic, pyyaml, openai, pandas, python-dotenv, requests
- Reorganized scripts directory structure (moved readme scripts to dedicated folder)
- Migrated idiom storage to YAML format with full linguistic information