New in v0.2.0:
Multi-document YAML support (---): handles Kubernetes-style bundles where multiple resources live in one file, and validates each document against the right schema.
If the file is completely cleared, the associated schema is removed (prevents “sticky schema” when starting a new file).
I’d appreciate feedback, especially on edge cases (docs missing apiVersion/kind, mixed non-K8s YAML, etc.).