docs: actualizar STATUS.md y README.md con estado de pruebas

Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>
pull/1/head
borja 2 months ago
parent fa08689ee0
commit d040356a19

@ -117,7 +117,7 @@ Estado: la tabla response_queue ya está creada e incluida en los tests de DB.
### Known Issues
- Mentions UX: In group chats, mentions are highlighted and each client resolves the chip to their local contact name; we include friendly names in text when available. In direct messages, WhatsApp does not render mention chips for third parties, so we include the number as @digits for quick action; no per-recipient name rewriting occurs.
- Test suite: currently 1 failing test — “Database > Table Schemas > response_queue table should have required columns”.
- Test suite: all unit tests passing.
## 🛠️ Setup
### Environment Variables

@ -65,3 +65,16 @@
## Commit history and status
- Latest status: All unit tests passing; ACK to creator always in single-line format; optional group notify disabled by default; ContactsService avoids network calls under tests; basic name resolution via ContactsService integrated.
## ▶️ Para continuar ahora
Propuesta inmediata:
- Implementar comandos: `/t ver` (grupo y mis) y `/t x <id>`.
- Asegurar comportamiento “solo DM” en `src/server.ts` (no responder en grupos).
- Extender `TaskService` con métodos `claimTask`, `unassignTask`, `completeTask`.
- Afinar `ResponseQueue` para DMs de listados y confirmaciones (manteniendo metadata de menciones).
Para que pueda proponer cambios de código, añade estos archivos a este chat:
- `src/services/command.ts`
- `src/tasks/service.ts`
- `src/services/response-queue.ts`
- `src/server.ts`

Loading…
Cancel
Save