diff --git a/CLAUDE.md b/CLAUDE.md index 35987ff97..ed1137681 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,6 +6,7 @@ Grid is an API for global payments across fiat, stablecoins, and Bitcoin. ## Critical Rules - **Edit OpenAPI in `openapi/`** — never edit the root `openapi.yaml` directly (it's generated by bundling) +- **Bump `info.version` only when a breaking change ships** — at which point it should match a new `servers.url` path - Run `make build` after any OpenAPI changes to rebundle - Run `make lint` before committing - **Mintlify CLI must be version 4.2.284** — newer versions (e.g., 4.2.312) have a bug where API reference pages render blank. Install with `npm install -g mintlify@4.2.284 --force` diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 92c82f4b6..06b0316a3 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -3,7 +3,7 @@ info: title: Grid API description: | API for managing global payments on the open Money Grid. Built by Lightspark. See the full documentation at https://docs.lightspark.com/. - version: '2026-06-29' + version: '2025-10-13' contact: name: Lightspark Support email: support@lightspark.com diff --git a/openapi.yaml b/openapi.yaml index 92c82f4b6..06b0316a3 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3,7 +3,7 @@ info: title: Grid API description: | API for managing global payments on the open Money Grid. Built by Lightspark. See the full documentation at https://docs.lightspark.com/. - version: '2026-06-29' + version: '2025-10-13' contact: name: Lightspark Support email: support@lightspark.com diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 6f3cc6181..39ada2584 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -4,7 +4,7 @@ info: title: Grid API description: > API for managing global payments on the open Money Grid. Built by Lightspark. See the full documentation at https://docs.lightspark.com/. - version: "2026-06-29" + version: "2025-10-13" contact: name: Lightspark Support email: support@lightspark.com