Skip to content

chore: npm publish setup for @agentage/memory-core#6

Merged
vreshch merged 1 commit into
masterfrom
chore/npm-publish
Jun 20, 2026
Merged

chore: npm publish setup for @agentage/memory-core#6
vreshch merged 1 commit into
masterfrom
chore/npm-publish

Conversation

@vreshch

@vreshch vreshch commented Jun 20, 2026

Copy link
Copy Markdown
Member

Makes @agentage/memory-core publishable to npm so npx @agentage/mcp-memory can resolve it.

  • Drops "private": true, adds "publishConfig": { "access": "public" }.
  • .github/workflows/publish.yml (mirrors the cli pattern): gated - publishes only on workflow_dispatch or a release commit, skips if the version is already on npm, runs verify + npm publish --access public --provenance, then tags. Needs an NPM_TOKEN repo secret.
  • Tarball is dist + README only (verified via npm pack --dry-run); npm run verify green.

Publishing itself is a separate, manual trigger - merging this does not publish.

@vreshch vreshch merged commit 557e79e into master Jun 20, 2026
1 check passed
@vreshch vreshch deleted the chore/npm-publish branch June 20, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant