From 683c0d2445f2558c5a4f13a7f2ac57c81cbe7843 Mon Sep 17 00:00:00 2001 From: jackaldenryan Date: Tue, 18 Aug 2026 18:22:29 -0500 Subject: [PATCH 1/3] Add marketplace-visible plugin support and close the unreleased changelog. Co-authored-by: Cursor --- CHANGELOG.md | 22 +++++++++------------- README.md | 3 +++ legal/PRIVACY.md | 2 +- legal/TERMS.md | 4 ++++ 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc3a40..4a7ea69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,30 +9,26 @@ Claude Code also uses it for update detection. Bump it with `python3 scripts/plugin_manifests.py set ` from the repo root; see [Releasing](README.md#releasing). -## Unreleased - -### Changed - -- Rewrite the plugin Legal section as formal Terms of Service and Privacy - Policy copy (Apache-2.0 still governs the plugin files; product terms still - apply only if you later use the Zep Service). -- Move those terms and the privacy policy into `legal/TERMS.md` and - `legal/PRIVACY.md`, linked from the README. Remove the statement that Zep - does not use Plugin information to train models. - ## 0.4.2 — 2026-08-18 ### Added - Document plugin-specific terms (Apache-2.0) and privacy (docs MCP only; - not Zep Memory) in `README.md`. Product privacy/terms apply only if you - later use Zep’s APIs. + not Zep Memory) in `legal/TERMS.md` and `legal/PRIVACY.md`, linked from + the README. Product privacy/terms apply only if you later use Zep’s APIs. +- Point plugin support to `support@getzep.com`. ### Changed - Drop the Cursor vendor plugin wrapper (`.cursor-plugin/plugin.json` and `.cursor-plugin/mcp.json`). Cursor loads the Agent Plugins package. The Cursor marketplace catalog stays and still points at this repo root. +- Rewrite the plugin Legal section as formal Terms of Service and Privacy + Policy copy (Apache-2.0 still governs the plugin files; product terms still + apply only if you later use the Zep Service). +- Move those terms and the privacy policy into `legal/TERMS.md` and + `legal/PRIVACY.md`. Remove the statement that Zep does not use Plugin + information to train models. ## 0.4.1 — 2026-08-17 diff --git a/README.md b/README.md index ec07490..0fbb3ea 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ If you later access or use the Zep Service, including Zep's APIs, that use is governed by Zep's [Terms of Service](https://www.getzep.com/legal/terms/) and [Privacy Policy](https://www.getzep.com/legal/privacy/). +For technical support, email [support@getzep.com](mailto:support@getzep.com) +or open an issue on this repository. + ## Portable core plus vendor compatibility The repository root conforms to diff --git a/legal/PRIVACY.md b/legal/PRIVACY.md index 18cd3e2..077f57d 100644 --- a/legal/PRIVACY.md +++ b/legal/PRIVACY.md @@ -41,4 +41,4 @@ age of 13, and Zep does not knowingly collect personal information from children under 13 through the Plugin. **6. Contact.** Questions regarding this Privacy Policy may be sent to -info@getzep.com. +support@getzep.com. diff --git a/legal/TERMS.md b/legal/TERMS.md index 0777450..1977748 100644 --- a/legal/TERMS.md +++ b/legal/TERMS.md @@ -46,3 +46,7 @@ of the revised Terms. **7. Privacy.** Zep's collection, use, and disclosure of information in connection with the Plugin is described in the [Plugin Privacy Policy](PRIVACY.md). + +**8. Support.** For technical support related to the Plugin, contact +[support@getzep.com](mailto:support@getzep.com) or open an issue on the +[plugin repository](https://github.com/getzep/building-with-zep-plugin). From 6f52b65665fd68ca142d1c99521272903f947ef6 Mon Sep 17 00:00:00 2001 From: jackaldenryan Date: Tue, 18 Aug 2026 18:25:15 -0500 Subject: [PATCH 2/3] Keep privacy-policy contact on info@getzep.com. Co-authored-by: Cursor --- legal/PRIVACY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legal/PRIVACY.md b/legal/PRIVACY.md index 077f57d..18cd3e2 100644 --- a/legal/PRIVACY.md +++ b/legal/PRIVACY.md @@ -41,4 +41,4 @@ age of 13, and Zep does not knowingly collect personal information from children under 13 through the Plugin. **6. Contact.** Questions regarding this Privacy Policy may be sent to -support@getzep.com. +info@getzep.com. From 4bd8e86eb2dc4b589d538f25c37cdd2f5a0d9dc7 Mon Sep 17 00:00:00 2001 From: jackaldenryan Date: Tue, 18 Aug 2026 18:26:29 -0500 Subject: [PATCH 3/3] Keep plugin support only in the README. Co-authored-by: Cursor --- CHANGELOG.md | 2 +- legal/TERMS.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7ea69..725fb51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Claude Code also uses it for update detection. Bump it with - Document plugin-specific terms (Apache-2.0) and privacy (docs MCP only; not Zep Memory) in `legal/TERMS.md` and `legal/PRIVACY.md`, linked from the README. Product privacy/terms apply only if you later use Zep’s APIs. -- Point plugin support to `support@getzep.com`. +- Point plugin support to `support@getzep.com` in the README. ### Changed diff --git a/legal/TERMS.md b/legal/TERMS.md index 1977748..0777450 100644 --- a/legal/TERMS.md +++ b/legal/TERMS.md @@ -46,7 +46,3 @@ of the revised Terms. **7. Privacy.** Zep's collection, use, and disclosure of information in connection with the Plugin is described in the [Plugin Privacy Policy](PRIVACY.md). - -**8. Support.** For technical support related to the Plugin, contact -[support@getzep.com](mailto:support@getzep.com) or open an issue on the -[plugin repository](https://github.com/getzep/building-with-zep-plugin).