Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pipewrk
Copy link
Contributor

@pipewrk pipewrk commented Nov 12, 2025

Summary

  • restore deterministic helper creation by removing the invariant typing that blocked readiness registry registration
  • adjust the default readiness helper factory wiring so the CLI build succeeds again
  • document the readiness configuration hooks and updated Phase 9 narrative

Testing

  • pnpm --filter @wpkernel/cli build
  • pnpm --filter @wpkernel/cli test:coverage

Codex Task

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".

@pipewrk
Copy link
Contributor Author

pipewrk commented Nov 12, 2025

@codex review

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

https://github.com/theGeekist/wp-kernel/blob/92c110babdbbfe1d3009fd8ade919dce16d3be27/packages/cli/src/commands/create.ts#L140-L147
P2 Badge wpk create ignores readiness helpers provided via config

readiness.helpers factories from the project config are passed into runCommandReadiness for apply and generate, but the create command never forwards them. The call to executeInitCommand (lines shown) constructs readiness hooks, yet the runtime options it supplies omit config.readiness?.helpers, so createInitCommandRuntime builds a registry with only the built‑ins. A project defining custom readiness helpers in its config will therefore never see them executed when running wpk create. To keep command behaviour consistent with the new configuration API, propagate helperFactories from the loaded config when preparing the create command’s readiness phase.

ℹ️ 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".

@pipewrk
Copy link
Contributor Author

pipewrk commented Nov 12, 2025

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Bravo.

ℹ️ 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".

@pipewrk pipewrk merged commit 0c97975 into main Nov 12, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants