From 7cc3376f07ad0017dd656f42b017a3ba4db65561 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 6 Mar 2026 08:53:05 -0500 Subject: [PATCH] docs(plugins): add context-engine manifest kind example --- docs/plugins/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/manifest.md b/docs/plugins/manifest.md index 77fc543a643..d5ea2a28b2d 100644 --- a/docs/plugins/manifest.md +++ b/docs/plugins/manifest.md @@ -35,7 +35,7 @@ Required keys: Optional keys: -- `kind` (string): plugin kind (example: `"memory"`). +- `kind` (string): plugin kind (examples: `"memory"`, `"context-engine"`). - `channels` (array): channel ids registered by this plugin (example: `["matrix"]`). - `providers` (array): provider ids registered by this plugin. - `skills` (array): skill directories to load (relative to the plugin root).