Skip to content

Commit fccb1c7

Browse files
jiachengzhencursoragent
andcommitted
ci: rename V2 npm publish workflow to MemOS Local Plugin (V2)
GitHub Actions sidebar shows the workflow file top-level name field; align wording with @memtensor/memos-local-plugin (Hermes + OpenClaw). Release commit message uses memos-local-plugin; git tag unchanged (hermes-plugin-v*). Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 1957bd3 commit fccb1c7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/hermes-plugin-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
name: Hermes Plugin — Build Prebuilds & Publish
1+
# Publishes @memtensor/memos-local-plugin (Reflect2Evolve V2: Hermes bridge + OpenClaw adapter).
2+
# Legacy display name was "Hermes Plugin"; the npm package is the unified memos-local-plugin.
3+
name: MemOS Local Plugin (V2) — npm prebuilds & publish
24

35
on:
46
workflow_dispatch:
@@ -119,7 +121,7 @@ jobs:
119121
git config user.email "github-actions[bot]@users.noreply.github.com"
120122
git add apps/memos-local-plugin/package.json
121123
if ! git diff --staged --quiet; then
122-
git commit -m "release: hermes-plugin v${{ inputs.version }}"
124+
git commit -m "release: memos-local-plugin v${{ inputs.version }}"
123125
fi
124126
git tag "hermes-plugin-v${{ inputs.version }}"
125127
git push origin HEAD --tags

0 commit comments

Comments
 (0)