Skip to content

Bad Artifact Version Published for v2.0.5 #41

@jwyce

Description

@jwyce

@MaheshtheDev @Dhravya the fix (#30) merged in #37 is not published in v2.0.5 so we still get a prt_ prefix validation issue in opencode

steps to verify

mkdir -p /tmp/opencode-supermemory-repro
cd /tmp/opencode-supermemory-repro
curl -L https://registry.npmjs.org/opencode-supermemory/-/opencode-supermemory-2.0.5.tgz -o opencode-supermemory-2.0.5.tgz
tar -xzf opencode-supermemory-2.0.5.tgz
grep -n 'supermemory-nudge\|supermemory-context\|prt_supermemory' package/dist/index.js
Expected output
Shows the old IDs, e.g.:
... id: `supermemory-nudge-${Date.now()}`,
... id: `supermemory-context-${Date.now()}`,
and no prt_supermemory.

verify broken in opencode install

First make sure opencode-supermemory is in your OpenCode plugin array, then:
rm -rf ~/.cache/opencode/node_modules/opencode-supermemory
rm -f ~/.cache/opencode/bun.lock
Restart OpenCode, then run:
grep -n 'supermemory-nudge\|supermemory-context\|prt_supermemory' ~/.cache/opencode/node_modules/opencode-supermemory/dist/index.js
Expected output
Again shows:
... id: `supermemory-nudge-${Date.now()}`,
... id: `supermemory-context-${Date.now()}`,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions