docs: add matrix crypto setup note

This commit is contained in:
Peter Steinberger
2026-01-20 12:42:41 +00:00
parent 6e1ad31b49
commit 121ae6036b
2 changed files with 7 additions and 0 deletions

View File

@@ -61,3 +61,6 @@ Optional keys:
- The manifest is **required for all plugins**, including local filesystem loads.
- Runtime still loads the plugin module separately; the manifest is only for
discovery + validation.
- If your plugin depends on native modules, document the build steps and any
package-manager allowlist requirements (for example, pnpm `allow-build-scripts`
+ `pnpm rebuild <package>`).