fix(ci): recover lazycodex npm checks#29
Merged
Conversation
Owner
Author
|
Thanks for opening this PR. The canonical LazyCodex source lives in oh-my-openagent, and the Codex Light implementation is under This PR is limited to recovering the LazyCodex repository CI after the accidental direct wrapper merge and to keeping generated marketplace internals out of the public-copy text check. |
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
lazycodex-aiwrapper change from fix(bin): distinguish ENOENT from other spawn failures #23, since this repository is not the source of truth for the real OMO Codex installer path.plugins/omo/internals are ignored.Root Cause
The failed
mainrun was NPM CI on merge commit584bf29. The actual failing assertion wastest/no-korean-text.test.mjs, which scanned generated OMO plugin test fixtures underplugins/omo/skills/visual-qa/scripts/*.ts. Those files intentionally contain Hangul to test East Asian width handling and are not public LazyCodex copy.Validation
npm testnpm pack --dry-run --jsonSummary by cubic
Fixes failing CI by narrowing the no-Hangul check and simplifying
lazycodex-aierror handling. Generated OMO plugin fixtures are now ignored so tests pass onmain.plugins/omo/intest/no-korean-text.test.mjs(generated fixtures with Hangul).bin/lazycodex-ai.jsby removing ENOENT-specific messaging.test/bin-spawn-error.test.mjs.Written for commit 789f4d7. Summary will update on new commits.