1a649fdcb2
Eliminar el agente devops-bot completo (directorio agents/devops/, código, config y prompt). El agente nunca llegó a estar activo y se decide eliminarlo para mantener limpio el proyecto. Se elimina también la referencia al room devops en config/matrix.yaml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
410 B
YAML
14 lines
410 B
YAML
# Global Matrix configuration
|
|
# Agent-specific overrides go in agents/<name>/config.yaml
|
|
|
|
homeserver: "${MATRIX_HOMESERVER}"
|
|
server_name: "${MATRIX_SERVER_NAME}"
|
|
|
|
# Shared rooms — reference these IDs in per-agent configs
|
|
rooms:
|
|
alerts: "${MATRIX_ROOM_ALERTS}"
|
|
logs: "${MATRIX_ROOM_LOGS}"
|
|
admin: "${MATRIX_ROOM_ADMIN}"
|
|
audit: "${MATRIX_ROOM_AUDIT}"
|
|
agents_internal: "${MATRIX_ROOM_AGENTS_INTERNAL}"
|