Repo iniciado

This commit is contained in:
2026-03-03 23:19:23 +00:00
commit c126187c5a
32 changed files with 2719 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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:
devops: "${MATRIX_ROOM_DEVOPS}"
alerts: "${MATRIX_ROOM_ALERTS}"
logs: "${MATRIX_ROOM_LOGS}"
admin: "${MATRIX_ROOM_ADMIN}"
audit: "${MATRIX_ROOM_AUDIT}"
agents_internal: "${MATRIX_ROOM_AGENTS_INTERNAL}"