[PR #8] [CLOSED] chore: remove package-lock.json #8

Closed
opened 2026-02-15 18:15:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/lobster/pull/8
Author: @vignesh07
Created: 2/6/2026
Status: Closed

Base: mainHead: fix/pr6-remove-package-lock


📝 Commits (3)

  • a33a030 feat: add LLM prompt step type for hybrid workflows
  • 040ac26 fix: address PR review issues for LLM prompt step
  • 64e6d27 chore: remove npm package-lock (pnpm repo)

📊 Changes

5 files changed (+508 additions, -13 deletions)

View changed files

examples/x-audio-brief.lobster (+29 -0)
📝 src/cli.ts (+65 -2)
📝 src/resume.ts (+21 -3)
📝 src/workflows/file.ts (+83 -8)
test/llm_prompt_step.test.ts (+310 -0)

📄 Description

This repo uses pnpm; package-lock.json in PR #6 is likely accidental and can be used for dependency confusion.

  • Removes package-lock.json
  • pnpm tests still pass locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/lobster/pull/8 **Author:** [@vignesh07](https://github.com/vignesh07) **Created:** 2/6/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/pr6-remove-package-lock` --- ### 📝 Commits (3) - [`a33a030`](https://github.com/openclaw/lobster/commit/a33a030213de8797704bfcf187ba4e962caec370) feat: add LLM prompt step type for hybrid workflows - [`040ac26`](https://github.com/openclaw/lobster/commit/040ac261a6fbd2f65fc5c2cd7261c043c3f80888) fix: address PR review issues for LLM prompt step - [`64e6d27`](https://github.com/openclaw/lobster/commit/64e6d27e9cb0be0cc8120c3866ef366347f3f4c2) chore: remove npm package-lock (pnpm repo) ### 📊 Changes **5 files changed** (+508 additions, -13 deletions) <details> <summary>View changed files</summary> ➕ `examples/x-audio-brief.lobster` (+29 -0) 📝 `src/cli.ts` (+65 -2) 📝 `src/resume.ts` (+21 -3) 📝 `src/workflows/file.ts` (+83 -8) ➕ `test/llm_prompt_step.test.ts` (+310 -0) </details> ### 📄 Description This repo uses pnpm; package-lock.json in PR #6 is likely accidental and can be used for dependency confusion. - Removes package-lock.json - pnpm tests still pass locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:15:39 -05:00
yindo closed this issue 2026-02-15 18:15:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/lobster#8