chore: remove stray package-lock.json from openfusion/ package dir - #123
Open
shrdgn wants to merge 1 commit into
Open
chore: remove stray package-lock.json from openfusion/ package dir#123shrdgn wants to merge 1 commit into
shrdgn wants to merge 1 commit into
Conversation
An empty npm lockfile ({"packages": {}}) was accidentally committed inside
the Python package directory by a manual commit outside the normal PR/CI
flow. It's unrelated to the real UI lockfile at web/package-lock.json and
serves no purpose.
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
openfusion/package-lock.json, an empty npm lockfile ({"packages": {}}) that was accidentally committed inside the Python package directory by a manual, out-of-band commit (ef521ea, "changes") outside the normal PR/CI flow.web/package-lock.json(whichweb-buildCI already keys its npm cache on) and serves no purpose where it sits.CHANGELOG.md.Why it matters
A stray, empty lockfile inside
openfusion/is confusing to anyone browsing the package directory — it looks like a second, out-of-sync Node project living inside the Python package, when nothing in the repo actually installs from it (web/is the only real npm project). Small, zero-risk cleanup.Test plan
pytest -q— unaffected (no Python source touched)ruff check .openfusion/package-lock.json(grep -racross workflows,Dockerfile,pyproject.toml,Makefile— no hits)Found via an automated repo-quality review.
Generated by Claude Code