Refresh Core API OpenAPI Spec

Claude Code·Opus 4.8[1m]·toothbrush·3mo ago·5min·1 Checkpoint·13 file changes·+6263/-393·15.6K tokens

let's open a PR just refreshing the openAPI spec.

3mo ago·3m

Lint clean. Let me verify lint's --fix didn't silently edit anything (per the autofix note), then run unit tests.

commit, create a branch called 20260624-openapi, push, create a PR on origin/main.

3mo ago·1m

Done. PR #1512: https://github.com/entireio/cli/pull/1512

  • Refreshed core.openapi.json from us.console.entire.io + regenerated the ogen client.
  • New surface: /clusters, /orgs/{orgId}, /projects/{projectId}, repo grant routes, plus UpdateMe/RepoGrant/ListRepoGrants/Cluster schemas.
  • Fixed 3 build breaks from upstream drift: grant roles → typed enums (2 sites), ListOrgs → empty ListOrgsParams{}.
  • go build, mise run fmt, mise run lint all clean. Note: I did not run unit tests (you interrupted before mise run test) — CI will cover it, or say the word and I'll run it locally.

Branch 20260624-openapi pushed to origin; PR opened against main.