You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Hugo version is pinned via `.tool-versions` (hugo 0.135.0). Install with `asdf i
30
30
31
31
## Data Schema
32
32
33
-
Each tool entry has: `version`, `versionURL`, `license`, `licenseURL`, `registry`, and `features[]`. Each feature has `name`, `version`, and optional `url`. Feature names are matched by string equality across tools to build the comparison table — a feature present in one tool but not the other renders as `-`.
33
+
Each tool entry has: `version`, `versionURL`, `license`, `licenseURL`, `registry`, and `features[]`. Each feature has `name` (required), and optional `version`, `url`, and `featureRequestURL`. Feature names are matched by string equality across tools to build the comparison table — a feature present in one tool but not the other renders as `-`. A `featureRequestURL` with no `version` renders as a `?` link.
| `version` | The version that introduced the feature (e.g. `"1.9"`). |
34
+
| `url` | URL to the feature's documentation. Renders the version as a link. |
35
+
| `featureRequestURL` | URL to an open issue or RFC tracking the feature. Renders as a `?` link when the feature is not yet supported (i.e. no `version`). |
0 commit comments