TODO: Fix adapter-utils workspace vs canary hack #3

Closed
opened 2026-04-16 00:13:54 +00:00 by cpfarhood · 0 comments
cpfarhood commented 2026-04-16 00:13:54 +00:00 (Migrated from github.com)

Problem: server/package.json line 54 uses 2026.415.0-canary.7 instead of workspace:* for @paperclipai/adapter-utils. This was a temporary workaround that needs to be cleaned up.

Fix options:

  1. Switch back to workspace:* and ensure lockfile stays in sync with package.json changes
  2. Keep the canary version long-term but document that lockfile must be regenerated after dep changes

When this happened: April 15 2026 - during Docker build fix for canary adapter-utils bump.

**Problem:** `server/package.json` line 54 uses `2026.415.0-canary.7` instead of `workspace:*` for `@paperclipai/adapter-utils`. This was a temporary workaround that needs to be cleaned up. **Fix options:** 1. Switch back to `workspace:*` and ensure lockfile stays in sync with package.json changes 2. Keep the canary version long-term but document that lockfile must be regenerated after dep changes **When this happened:** April 15 2026 - during Docker build fix for canary adapter-utils bump.
Sign in to join this conversation.