@mindstudio-ai/remy 0.1.122 → 0.1.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -220,6 +220,10 @@ Routes are mounted at `/_/api{path}` (e.g. `DELETE /_/api/vendors/abc123`).
|
|
|
220
220
|
{ "type": "api", "path": "dist/interfaces/api/api.json" }
|
|
221
221
|
```
|
|
222
222
|
|
|
223
|
+
## Platform-Triggered Interfaces
|
|
224
|
+
|
|
225
|
+
Discord, Telegram, Cron, Webhook, and Email interfaces are invoked by the platform, not by a user session. Methods called through these interfaces run with `auth.roles: ['system']`. Use `auth.requireRole('system')` to restrict a method to platform triggers only.
|
|
226
|
+
|
|
223
227
|
## Discord Bot
|
|
224
228
|
|
|
225
229
|
Slash commands that invoke methods.
|