Several YAML files in �xamples/ use an older test format that doesn't match the current schema. Specifically:
- Duplicate keys in some YAML files (the test runner warns about this)
- Some examples reference assertion types or config fields that have been renamed
- The quickstart examples should be verified against the current CLI
Steps to reproduce:
Run \�gentprobe run examples/basic-test.yaml\ and check for deprecation warnings.
Expected: All example files should work without warnings and demonstrate current best practices.