-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clinerules
More file actions
10 lines (9 loc) · 867 Bytes
/
Copy path.clinerules
File metadata and controls
10 lines (9 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
## Sistema de Notificaciones ianotifier
Este proyecto/entorno tiene configurado el sistema de notificaciones de escritorio `ianotifier` para interactuar con IAs.
Cuando completes una tarea larga, cometas un error crítico o finalices un análisis, debes llamar directamente al servidor MCP `ianotifier` (o usar la herramienta de línea de comandos `/usr/bin/ianotifier`) sin realizar búsquedas de esquemas o archivos del repositorio.
### Parámetros de la herramienta MCP `notify`:
- `message` (requerido, string): El texto a notificar.
- `sender` (opcional, string): Tu nombre de IA (ej. "Claude").
- `status` (opcional, string): "success" (por defecto), "error", "warning" o "info".
- `language` (opcional, string): "auto" (por defecto), "es", "en".
- `sound` / `speech` / `visual` (opcional, boolean): Activar o desactivar sonido, voz (TTS) o ventana emergente.