Skip to content

chore: regenerate schema types from the current API swagger - #105

Merged
finalerock44 merged 2 commits into
devfrom
chore/regen-schema-types-maestro-2.7.0-2.8.0
Aug 5, 2026
Merged

chore: regenerate schema types from the current API swagger#105
finalerock44 merged 2 commits into
devfrom
chore/regen-schema-types-maestro-2.7.0-2.8.0

Conversation

@finalerock44

@finalerock44 finalerock44 commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

The generated types were stale by several releases (the compatibility example still showed latestVersion 2.1.0, defaultVersion 1.41.0) - they had not been regenerated since before the 2.5/2.6 additions. Regenerated with openapi-typescript against the swagger carrying Maestro 2.7.0/2.8.0, per the repo rule that this file is never hand-edited.

Doc-comment and shape churn only; typecheck, build and the full test suite pass.

What & why

Type of change

  • fix — bug fix
  • feat — new feature
  • perf — performance improvement
  • refactor — code change that's neither a fix nor a feature
  • docs — documentation only
  • chore / ci / build / test — tooling, no user-facing change
  • Breaking change (title has ! or PR notes a BREAKING CHANGE:)

Checklist

  • PR title follows the Conventional Commits format (see comment above)
  • pnpm lint passes
  • pnpm typecheck passes
  • pnpm build passes
  • I have not bumped the version or edited CHANGELOG.md (release-please handles this)
  • I have signed the CLA (the bot will prompt on first contribution)
  • Docs / README.md / STYLE_GUIDE.md updated if behaviour or output changed

How to test


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@finalerock44 finalerock44 self-assigned this Aug 4, 2026
pnpm audit --audit-level moderate started failing CI on every branch, including
a clean dev - these advisories were published after dev's last green run, so
nothing in the tree had to change to break it.

- brace-expansion: the existing override pinned 5.0.8, which GHSA-rgw5-rvv9-x895
  now covers (vulnerable <5.0.9). Range and target bumped to 5.0.9.
- fast-uri (via @modelcontextprotocol/sdk > ajv): GHSA-7p8r-x3mc-p8w7, pinned 3.1.5.
- hono (via @modelcontextprotocol/sdk): GHSA-8j4g-w8fx-2239, pinned 4.12.34.

All three pinned to the lowest patched version within their current major,
following the existing exact-pin overrides. A first pass using open '>=' ranges
pulled fast-uri 4.1.2 - a major jump inside ajv - for no benefit; these land on
3.1.5 and 4.12.34 instead.

audit clean; lint, typecheck, build and all 194 tests pass. fast-uri and hono
are both MCP SDK dependencies, so also smoke-tested dist/mcp/index.js over
stdio: initialize and tools/list both return, all five tools registered.
The generated types were stale by several releases (the compatibility example
still showed latestVersion 2.1.0, defaultVersion 1.41.0) - they had not been
regenerated since before the 2.5/2.6 additions. Regenerated with
openapi-typescript against the swagger carrying Maestro 2.7.0/2.8.0, per the
repo rule that this file is never hand-edited.

Doc-comment and shape churn only; typecheck, build and the full test suite pass.
@finalerock44
finalerock44 force-pushed the chore/regen-schema-types-maestro-2.7.0-2.8.0 branch from ccafd8d to c4fd01b Compare August 4, 2026 15:42
@claude

claude Bot commented Aug 4, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@finalerock44
finalerock44 merged commit 2fd4bdf into dev Aug 5, 2026
11 checks passed
@finalerock44
finalerock44 deleted the chore/regen-schema-types-maestro-2.7.0-2.8.0 branch August 5, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant