You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,7 +67,7 @@ d'injecter les conseils Mastodon plus largement.
67
67
|---|---|---|
68
68
|`name`| string | Identifiant unique pour l'adaptateur. Utilisé dans les en-têtes d'invite système. |
69
69
|`category`|`'general'` ou `'finance'`|`'finance'` ajoute une bannière `[FINANCE / ENJEUX ÉLEVÉS]` à l'en-tête et déclenche des consignes de sécurité supplémentaires dans l'invite système. |
70
-
|`match`|`(url) => boolean`| Retourne `true` quand l'adaptateur doit se déclencher pour cette URL. L'expression régulière est préférée — gardez-la assez spécifique pour éviter les faux positifs. |
70
+
|`matches`|`(url) => boolean`| Retourne `true` quand l'adaptateur doit se déclencher pour cette URL. L'expression régulière est préférée — gardez-la assez spécifique pour éviter les faux positifs. |
71
71
|`notes`| string | Conseils sous forme de puces injectés dans le premier message utilisateur. **Maximum 4 à 8 lignes.** Voir les consignes de style ci-dessous. |
72
72
73
73
### Ordre
@@ -108,7 +108,7 @@ Les adaptateurs sont ordonnés par catégorie/site dans le tableau `ADAPTERS`. *
@@ -67,7 +67,7 @@ injecting Mastodon guidance more broadly.
67
67
|---|---|---|
68
68
|`name`| string | Unique identifier for the adapter. Used in system-prompt headings. |
69
69
|`category`|`'general'` or `'finance'`|`'finance'` adds a `[FINANCE / HIGH-STAKES]` banner to the heading and triggers extra safety guidance in the system prompt. |
70
-
|`match`|`(url) => boolean`| Returns `true` when the adapter should fire for this URL. Regex is preferred — keep it specific enough to avoid false matches. |
70
+
|`matches`|`(url) => boolean`| Returns `true` when the adapter should fire for this URL. Regex is preferred — keep it specific enough to avoid false matches. |
71
71
|`notes`| string | Bulleted guidance injected into the first user message. **Keep 4–8 lines max.** See style guidance below. |
72
72
73
73
### Ordering
@@ -108,7 +108,7 @@ Adapters are ordered by category/site in the `ADAPTERS` array. **Finance adapter
0 commit comments