Fix API lint and web workspace CI failures - #3
Merged
Conversation
ocularminds
marked this pull request as ready for review
July 29, 2026 11:30
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
npm --prefix apps/webso npm uses the package-local lockfile instead of searching the workspace rootmaster; Polish README for professional project presentation #2 was merged into the former feature branch after Refactor codebase into feature modules #1 had already mergedRoot causes
ruff check .reportedI001forassets/orchestrate/tools/python/_parsing.pynpm ciexecuted fromapps/web, detected the root npm workspace, and failed because the root has no lockfileValidation
ruff check .fromapps/apiruff format --check .fromapps/apipytest -qfromapps/api— 22 passednpm --prefix apps/web cinpm --prefix apps/web run lintnpm --prefix apps/web run buildScope
The CI correction itself changes two files and seven lines.
README.mdis included only to deliver the documentation change already approved and merged in #2 to the default branch.