[PR #302] [MERGED] chore: drop convex-helpers #317

Closed
opened 2026-02-15 17:16:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/302
Author: @steipete
Created: 2/14/2026
Status: Merged
Merged: 2/14/2026
Merged by: @steipete

Base: mainHead: refactor/drop-convex-helpers


📝 Commits (1)

  • b4525cf chore: drop convex-helpers

📊 Changes

2 files changed (+0 additions, -4 deletions)

View changed files

📝 bun.lock (+0 -3)
📝 package.json (+0 -1)

📄 Description

Remove unused convex-helpers dependency (repo uses core Convex hooks/pagination).

Gate: bun run lint && bun run test && bun run build && bun run docs:list

Greptile Overview

Greptile Summary

Removes the unused convex-helpers dependency from package.json and bun.lock. A codebase-wide search confirms zero remaining imports or references to the package — the project relies solely on core Convex hooks and pagination.

  • Removed convex-helpers (^0.1.111) from dependencies in package.json
  • Removed corresponding entry and integrity hash from bun.lock
  • No code changes required; no remaining usage found anywhere in the codebase

Confidence Score: 5/5

  • This PR is safe to merge — it only removes an unused dependency with no remaining references in the codebase.
  • The change is minimal and purely subtractive: a single unused dependency is removed from package.json and bun.lock. A full codebase search confirms zero imports or references to convex-helpers. The PR author confirmed lint, test, build, and docs:list all pass.
  • No files require special attention.

Last reviewed commit: b4525cf

Context used:

  • Context from dashboard - AGENTS.md (source)

🔄 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/clawhub/pull/302 **Author:** [@steipete](https://github.com/steipete) **Created:** 2/14/2026 **Status:** ✅ Merged **Merged:** 2/14/2026 **Merged by:** [@steipete](https://github.com/steipete) **Base:** `main` ← **Head:** `refactor/drop-convex-helpers` --- ### 📝 Commits (1) - [`b4525cf`](https://github.com/openclaw/clawhub/commit/b4525cf63ca667d687ad7f95aac6a64a521d9d60) chore: drop convex-helpers ### 📊 Changes **2 files changed** (+0 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `bun.lock` (+0 -3) 📝 `package.json` (+0 -1) </details> ### 📄 Description Remove unused convex-helpers dependency (repo uses core Convex hooks/pagination). Gate: bun run lint && bun run test && bun run build && bun run docs:list <!-- greptile_comment --> <h2>Greptile Overview</h2> <h3>Greptile Summary</h3> Removes the unused `convex-helpers` dependency from `package.json` and `bun.lock`. A codebase-wide search confirms zero remaining imports or references to the package — the project relies solely on core Convex hooks and pagination. - Removed `convex-helpers` (`^0.1.111`) from `dependencies` in `package.json` - Removed corresponding entry and integrity hash from `bun.lock` - No code changes required; no remaining usage found anywhere in the codebase <h3>Confidence Score: 5/5</h3> - This PR is safe to merge — it only removes an unused dependency with no remaining references in the codebase. - The change is minimal and purely subtractive: a single unused dependency is removed from package.json and bun.lock. A full codebase search confirms zero imports or references to convex-helpers. The PR author confirmed lint, test, build, and docs:list all pass. - No files require special attention. <sub>Last reviewed commit: b4525cf</sub> <!-- greptile_other_comments_section --> **Context used:** - Context from `dashboard` - AGENTS.md ([source](https://app.greptile.com/review/custom-context?memory=a1d58d20-b4dd-4cbb-973a-9fd7824e1921)) <!-- /greptile_comment --> --- <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 17:16:52 -05:00
yindo closed this issue 2026-02-15 17:16:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#317