Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .opencode/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Existing package-lock.json not removed from repository

Low Severity

The .npmrc correctly prevents future package-lock.json generation, but the existing .opencode/package-lock.json remains tracked in the repository and is not gitignored. The PR description calls it "noise," yet the file persists. Without also deleting .opencode/package-lock.json (and optionally adding it to .gitignore), the stale lock file continues to live in the repo.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3b7e007. Configure here.

Loading