docs(plugins): add context-engine manifest kind example

This commit is contained in:
Vincent Koc
2026-03-06 08:53:05 -05:00
parent eb2eebae22
commit 7cc3376f07

View File

@@ -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).