diff --git a/README.md b/README.md index 4683709..47a5a25 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,8 @@ bun test - [x] **Implement DB isolation in tests:** (`tests/unit/services/group-sync.test.ts`) Use in-memory instances to avoid conflicts. ### Phase 2: Refinar `/tarea nueva` (Alta prioridad) -- [ ] Completar `TaskService.createTask` con `created_by` y asignaciones (incluyendo `ensureUserExists` para asignados) y transacción atómica. -- [ ] Mejorar `CommandService` para parsear menciones y devolver el id de la tarea creada y resumen de asignados. +- [x] Completar `TaskService.createTask` con `created_by` y asignaciones (incluyendo `ensureUserExists` para asignados) y transacción atómica. +- [x] Mejorar `CommandService` para parsear menciones y devolver el id de la tarea creada y resumen de asignados. ### Phase 3: Comandos adicionales y refinamientos (Alta prioridad) - [ ] Implementar `/tarea mostrar [group|mine]` para listar pendientes. diff --git a/STATUS.md b/STATUS.md index 0a59e47..9d5aed9 100644 --- a/STATUS.md +++ b/STATUS.md @@ -64,7 +64,7 @@ - `src/server.ts` ## 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. +- Latest status: All unit tests passing; Phase 2 completada; 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: