Skip to content

chore(plugins): move Building with Zep plugin to its own repo - #598

Merged
jackaldenryan merged 2 commits into
mainfrom
jack/copy-mogadishu-changes
Aug 8, 2026
Merged

chore(plugins): move Building with Zep plugin to its own repo#598
jackaldenryan merged 2 commits into
mainfrom
jack/copy-mogadishu-changes

Conversation

@jackaldenryan

@jackaldenryan jackaldenryan commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Move the Building with Zep agent plugin out of this monorepo into getzep/building-with-zep-plugin.
  • Delete the in-tree plugins/building-with-zep package, marketplace catalogs, Claude rule, plugin manifest CI, and related maintainer docs that only existed to support shipping the plugin from this repo.
  • Point the root README at the dedicated plugin repositories (building-with-zep-plugin and zep-memory-plugin) instead of a local plugins/ directory.

Test plan

  • Confirm this PR only removes plugin packaging/marketplace machinery from getzep/zep and does not leave broken local plugin paths
  • Confirm README links resolve to the public plugin repos
  • Confirm installs now come from getzep/building-with-zep-plugin (and getzep/zep-memory-plugin where applicable), not this repository

Plugin source now lives in getzep/building-with-zep-plugin and
getzep/zep-memory-plugin, so this repo keeps only marketplace catalogs
and drops the in-tree plugin package plus its local validation.

Co-authored-by: Cursor <cursoragent@cursor.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Warning.github/workflows/test-plugin-marketplaces.yml:51: Building actual as a dictionary silently overwrites duplicate plugin names. A malicious first entry followed by the expected entry would pass CI, while consumers may resolve the first source. Explicitly reject duplicate names before assignment, e.g. assert entry["name"] not in actual.

Plugin marketplaces now live in building-with-zep-plugin and zep-memory-plugin with same-repo sources.

Co-authored-by: Cursor <cursoragent@cursor.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warning — README.md

The plugin moves to a separate repository, but integrations/CLAUDE.md:120 still instructs contributors to use the “bundled” building-with-zep skill and zep-docs MCP server. After this deletion, neither is bundled, leaving repository guidance inaccurate and potentially unavailable to integration contributors.

Suggested fix: update integrations/CLAUDE.md to reference installation from the new plugin repository or the canonical documentation.

@jackaldenryan jackaldenryan changed the title chore(plugins): point marketplaces at dedicated plugin repos chore(plugins): move Building with Zep plugin to its own repo Aug 8, 2026
@jackaldenryan
jackaldenryan merged commit ba4fc3c into main Aug 8, 2026
10 checks passed
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