Brief description of your issue
docs/schema.md's supported-version table is out of sync with the canonical schemas/schema-version.json. This drift is pre-existing and was flagged during PR #493 review (review item #2, comment); it was intentionally deferred to keep the telemetry PR focused (that PR only added 3 telemetry lines and did not touch the version table).
Update docs/schema.md so its version table matches the single source of truth in schemas/schema-version.json. See also scripts/versioning/check-schema-versions.js (which enforces agreement across the Rust parser, SDK, and schema filenames) and docs/versioning.md.
Brief description of your issue
docs/schema.md's supported-version table is out of sync with the canonicalschemas/schema-version.json. This drift is pre-existing and was flagged during PR #493 review (review item #2, comment); it was intentionally deferred to keep the telemetry PR focused (that PR only added 3 telemetry lines and did not touch the version table).Update
docs/schema.mdso its version table matches the single source of truth inschemas/schema-version.json. See alsoscripts/versioning/check-schema-versions.js(which enforces agreement across the Rust parser, SDK, and schema filenames) anddocs/versioning.md.