ci: repair autoflow-ci gates broken by prior merges and doc drift#368
Merged
Conversation
- deno fmt: format 18 tracked files left unformatted by prior merges (signal/src/index.ts, ssg/entry-renderer.ts, create templates, test files). - arch:check: add reviewed type-escape allowlist entry for packages/core/src/render-dsd.ts:298 (injectPropsSafe dynamic prop write). - create regression (#285/#278 cli.ts -> src/cli.ts): - tools/third-party-wc-smoke.ts: run packages/create/src/cli.ts. - tools/publish-npm.ts: bin entries point to ./src/cli.js. - packages/adapter-vite/src/ssg-package-resolver.ts: OPENELEMENT_EXPORT_FILES create root export is now ./src/cli.ts. - tools/autoflow/__tests__/policy.test.ts: JSR is no longer a release channel (#322), so the CI plan must not include a jsr publish step (assertFalse).
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
|
APIError: Insufficient Balance |
Deploying openelement with
|
| Latest commit: |
d4dde89
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3d62345f.lessjs.pages.dev |
| Branch Preview URL: | https://fix-ci-repair-autoflow-gates.lessjs.pages.dev |
…k-import-map The create CLI moved to packages/create/src/cli.ts (#285/#278). Two more runtime call sites still referenced the old path, breaking consumer:local, consumer:packaged, and package-surface:check: - tools/consumer-local.ts: run packages/create/src/cli.ts - tools/check-import-map.ts: run packages/create/src/cli.ts
Contributor
|
APIError: Insufficient Balance |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Repairs the `autoflow-ci` gates that are currently red on `dev` (blocking every PR):
Notes
Test plan