Revert info.version to 2025-10-13 and document version-bump rule - #679
Conversation
Set the OpenAPI spec info.version back to the initial 2025-10-13 and add a Critical Rules bullet: bump info.version only on a breaking change, matching a new servers.url path.
✱ Stainless preview builds for gridThis PR will update the cli go kotlin openapi php python ruby typescript ✅ grid-ruby studio · code
|
Greptile SummaryThis PR resets the OpenAPI version metadata and documents when it should change.
Confidence Score: 5/5This looks safe to merge.
|
| Filename | Overview |
|---|---|
| CLAUDE.md | Adds the version-bump convention to the repository rules. |
| openapi/openapi.yaml | Reverts the source OpenAPI info.version to match the existing API path. |
| openapi.yaml | Updates the generated root OpenAPI bundle with the reverted version. |
| mintlify/openapi.yaml | Updates the Mintlify OpenAPI bundle with the reverted version. |
Reviews (1): Last reviewed commit: "Revert info.version to 2025-10-13 and do..." | Re-trigger Greptile

Summary
info.versionfrom2026-06-29back to2025-10-13, the value it held on the initial schema commit. Edited the sourceopenapi/openapi.yamland rebundled (make build), so the generatedopenapi.yamlandmintlify/openapi.yamlare updated in lockstep.CLAUDE.mdestablishing the versioning convention: bumpinfo.versiononly when a breaking change ships, at which point it should match a newservers.urlpath.Why
The two prior bumps (#617:
2025-10-13→2026-06-25, and #633:2026-06-25→2026-06-29) were both purely additive, non-breaking schema changes. Under the new convention the version should not have moved for those, so it's reset to2025-10-13— which matches the currentservers.urlpathhttps://api.lightspark.com/grid/2025-10-13.Test plan
make lintpasses (0 errors).info.versionreads2025-10-13in all three files (openapi/openapi.yaml,openapi.yaml,mintlify/openapi.yaml).Requested by @shreyav
Slack thread: https://lightsparkgroup.slack.com/archives/D0AH5T8FMGE/p1783708971530589
🤖 custodial-circuit(#1) | Feedback
Original PR: #678