You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
borja 1c7a7ffdbe refactor: rename 't configurar' command to 't alarma' with 't recordatorio' as alias
- Rename configurar.ts -> alarma.ts, function handleConfigurar -> handleAlarma
- Add 'alarma' and 'recordatorio' aliases in shared.ts; keep 'configurar'/'config' for backward compat
- Update all help text, usage messages, onboarding, docs, and tests
- t alarma, t recordatorio, t configurar, t config all route to the same handler
3 months ago
..
db refactor: webhook handler, group sync, command handlers, tests 3 months ago
server refactor: webhook handler, group sync, command handlers, tests 3 months ago
services refactor: rename 't configurar' command to 't alarma' with 't recordatorio' as alias 3 months ago
tasks refactor: webhook handler, group sync, command handlers, tests 3 months ago
utils refactor: webhook handler, group sync, command handlers, tests 3 months ago
db.test.ts feat: actualizar last_command_at al detectar cualquier /t 9 months ago
locator.fallback.test.ts test: añade prueba de fallback del locator y actualiza la documentación 9 months ago
migrator.test.ts test: tolerar ausencia de migrations.log en tests de migrador 9 months ago
server.advanced-listings.test.ts refactor: webhook handler, group sync, command handlers, tests 3 months ago
server.basic.test.ts fix: accept uppercase T/Tarea command prefixes from mobile keyboards 3 months ago
server.command-logging.test.ts refactor: webhook handler, group sync, command handlers, tests 3 months ago
server.coverage.test.ts refactor: webhook handler, group sync, command handlers, tests 3 months ago
server.dm-gating-regression.test.ts fix: prevent user DMs from being treated as groups in gating 3 months ago
server.group-validation.test.ts refactor: webhook handler, group sync, command handlers, tests 3 months ago
server.groups-upsert.test.ts test: añade pruebas para GroupSyncService y webhook 11 months ago
server.onboarding-activar.test.ts fix: configurar DB global en pruebas para evitar DbNotConfiguredError 9 months ago
server.sender-canonicalization.test.ts resuelve un problema que hacía que no se pudiesen soltar tareas para algunos usuarios y crea tests que vigilan esa posible regresión 3 months ago
server.user-validation.test.ts refactor: webhook handler, group sync, command handlers, tests 3 months ago
web.datetime.test.ts test: agregar pruebas de datetime, mantenimiento y API de completar 9 months ago