Add runtime version example to compatibility field

Add a third example showing a Python version requirement alongside `uv`.
This complements the existing examples (product targeting and system
tool requirements) by demonstrating version-pinned runtime requirements
— the kind of non-obvious constraint that the `compatibility` field is
useful for.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Hefner
2026-03-16 12:05:26 -05:00
co-authored by Claude Opus 4.6
parent e42cbd6f8a
commit 99b8edf685
+3
View File
@@ -135,6 +135,9 @@ compatibility: Designed for Claude Code (or similar products)
```yaml
compatibility: Requires git, docker, jq, and access to the internet
```
```yaml
compatibility: Requires Python 3.14+ and uv
```
</Card>
<Note>