docs: cerrar issue 0034 y actualizar CLAUDE.md
- Añadir test-bot a tabla de agentes en CLAUDE.md - Añadir nuevos specs E2E a la lista de tests - Mover issue a completed, actualizar README Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -89,7 +89,7 @@ cp e2e/.env.example e2e/.env # configurar credenciales
|
|||||||
```
|
```
|
||||||
|
|
||||||
- **Fixtures**: `e2e/fixtures/` — login E2EE (`element-auth.ts`), helpers de room (`matrix-room.ts`)
|
- **Fixtures**: `e2e/fixtures/` — login E2EE (`element-auth.ts`), helpers de room (`matrix-room.ts`)
|
||||||
- **Tests**: `e2e/tests/` — login, assistant-bot, asistente-2
|
- **Tests**: `e2e/tests/` — login, assistant-bot, asistente-2, test-bot, create-bot-pipeline
|
||||||
- **Assertions flexibles** para respuestas LLM (no-deterministicas), estrictas para commands (`!help`, `!ping`)
|
- **Assertions flexibles** para respuestas LLM (no-deterministicas), estrictas para commands (`!help`, `!ping`)
|
||||||
- Documentacion completa: `e2e/README.md`
|
- Documentacion completa: `e2e/README.md`
|
||||||
|
|
||||||
@@ -115,6 +115,7 @@ Templates: `agents/_template/` (agent) y `agents/_template_robot/` (robot).
|
|||||||
|----|------|-----|-------------|
|
|----|------|-----|-------------|
|
||||||
| assistant-bot | agent | GPT-4o | Asistente general, DMs |
|
| assistant-bot | agent | GPT-4o | Asistente general, DMs |
|
||||||
| asistente-2 | agent | GPT-4o | Asistente con tools |
|
| asistente-2 | agent | GPT-4o | Asistente con tools |
|
||||||
|
| test-bot | robot | — | Robot de prueba (E2E tests pipeline) |
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
|||||||
@@ -44,5 +44,5 @@ afectados y notas de implementacion.
|
|||||||
| 31 | Expandir file tools (write, list, append, delete) | [0031-expand-file-tools.md](completed/0031-expand-file-tools.md) | completado |
|
| 31 | Expandir file tools (write, list, append, delete) | [0031-expand-file-tools.md](completed/0031-expand-file-tools.md) | completado |
|
||||||
| 32 | E2E: verificar skill /create-agent | [0032-e2e-create-agent-skill.md](0032-e2e-create-agent-skill.md) | pendiente |
|
| 32 | E2E: verificar skill /create-agent | [0032-e2e-create-agent-skill.md](0032-e2e-create-agent-skill.md) | pendiente |
|
||||||
| 33 | Comandos de robots sin prefijo ! | [0033-bot-commands-no-prefix.md](completed/0033-bot-commands-no-prefix.md) | completado |
|
| 33 | Comandos de robots sin prefijo ! | [0033-bot-commands-no-prefix.md](completed/0033-bot-commands-no-prefix.md) | completado |
|
||||||
| 34 | E2E: verificar skill /create-bot | [0034-e2e-create-bot-skill.md](0034-e2e-create-bot-skill.md) | pendiente |
|
| 34 | E2E: verificar skill /create-bot | [0034-e2e-create-bot-skill.md](completed/0034-e2e-create-bot-skill.md) | completado |
|
||||||
| 35 | Audit trail + comando !metrics | [0035-audit-trail-metrics.md](completed/0035-audit-trail-metrics.md) | completado |
|
| 35 | Audit trail + comando !metrics | [0035-audit-trail-metrics.md](completed/0035-audit-trail-metrics.md) | completado |
|
||||||
|
|||||||
Reference in New Issue
Block a user