Skip to content

Conversation

@pipewrk
Copy link
Contributor

@pipewrk pipewrk commented Dec 24, 2025

No description provided.

@coderabbitai
Copy link

coderabbitai bot commented Dec 24, 2025

Important

Review skipped

Too many files!

150 files out of 300 files are above the max files limit of 150.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 1 to 4
export * from './runner';
export { OFFICIAL_EXTENSION_BLUEPRINTS } from './official';
// Export official blueprints from a dedicated entry point to avoid bundling them
// with core logic (they contain large documentation strings).
export type {

Choose a reason for hiding this comment

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

P1 Badge Restore OFFICIAL_EXTENSION_BLUEPRINTS export from extensions entry

The @wpkernel/pipeline/extensions entry point no longer re-exports OFFICIAL_EXTENSION_BLUEPRINTS (lines 1‑4 now only export types). Any consumer following the documented import import { OFFICIAL_EXTENSION_BLUEPRINTS } from '@wpkernel/pipeline/extensions' will now fail to resolve that symbol even though the package still publishes the extensions entry. Unless this entry point is intentionally deprecated, the documented API is broken and needs the constant re-exported (or the docs/exports updated) to avoid runtime/module resolution errors.

Useful? React with 👍 / 👎.

@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

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.

2 participants