π Highlights
- **YAML contract support** β Say goodbye to hardcoded `SpyModel`.
- **Dual validation modes**:
- β
Embedded (runtime enforcement)
- β
External CLI (for CI/CD, scripting, or pipelines)
- **Powerful new CLI** using [Typer](https://typer.tiangolo.com/)
- **New architecture** for reflection, validation, and error messaging
---
β¨ Whatβs New
β
YAML-based Contract System
- Modules now validated against external `.yml` definitions
- Define required:
- Classes, methods, attributes
- Runtime (Python version, OS, arch, environment variables)
- Deployment-specific logic
π§ CLI Integration
bash
importspy -s contracts.yml mymodule.py