From 2c3e96b9822bfe7a68412ec7cfc1cf55f4c4aa83 Mon Sep 17 00:00:00 2001 From: Bagas Purwa Sentika Date: Mon, 15 Jun 2026 20:05:07 +0800 Subject: [PATCH] feat(06-default-repos-ssh-mount): add DEFAULT_REPOS to .env and update config.yaml - Added DEFAULT_REPOS=rai-ops,rai-deployment,rai-devtools to ~/.hermes/.env - Added 4 SSH key mounts (:ro) to docker_volumes: id_ed25519razer, id_rsa, config, known_hosts - Added 3 repo mounts (:rw) to docker_volumes: rai-ops, rai-deployment, rai-devtools - Set shell_init_files to ['/usr/local/bin/session-init.sh'] - Added DEFAULT_REPOS to docker_forward_env - Verified YAML validity, all mounts correct, original entries preserved