Skip to content

fix: restore the API Extractor gate - #2293

Merged
chenghao-mou merged 1 commit into
mainfrom
chenghao/fix/AJS-483-api-extractor-baseline
Aug 17, 2026
Merged

fix: restore the API Extractor gate#2293
chenghao-mou merged 1 commit into
mainfrom
chenghao/fix/AJS-483-api-extractor-baseline

Conversation

@chenghao-mou

Copy link
Copy Markdown
Member

Why: The repository-wide API gate had no complete baseline. The pinned extractor rejected existing namespace exports, two packages lacked configs, and Turbo could race builds or reuse cached report writes.

What changed: This records deterministic reports for all 38 packages. It does not change TypeScript sources or public APIs.

Verified: pnpm api:update, pnpm api:check, and pnpm install --frozen-lockfile --ignore-scripts.

Addresses AJS-483

Initial prompt and agent context

Model: GPT-5.6

Can we fix this: The global API gate is already broken on main

  • JS: package.json
  • Python: N/A
  • Why it matters: plugins/bey runs API Extractor without an api-extractor.json. The core check also rejects existing generated export syntax.
  • Suggested fix: repair the API Extractor baseline separately. This port does not change TypeScript or public APIs.

Upgrade the extractor, record reports for all packages, and make report generation deterministic. This restores the global gate without changing TypeScript sources or public APIs.
@chenghao-mou
chenghao-mou requested a review from a team as a code owner August 17, 2026 11:02
@changeset-bot

changeset-bot Bot commented Aug 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 42276fe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@chenghao-mou
chenghao-mou merged commit 92500ad into main Aug 17, 2026
6 checks passed
@chenghao-mou
chenghao-mou deleted the chenghao/fix/AJS-483-api-extractor-baseline branch August 17, 2026 17:52
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.

3 participants