Bagas Purwa Sentika ea56c05257 feat(06-default-repos-ssh-mount): create session-init.sh mount verification script
- Non-blocking shell script that verifies DEFAULT_REPOS mounts at session start
- Uses set -uo pipefail (NOT set -e) for graceful handling of missing repos
- Reads DEFAULT_REPOS from environment, splits comma-separated list
- Checks /workspace/<repo>/.git for each repo (not just directory existence)
- Always exits 0 — session starts regardless of mount status
- Located at ~/.hermes/scripts/session-init.sh (outside repo)
2026-06-15 20:04:18 +08:00
2026-06-14 02:10:46 +08:00
Description
No description provided
379 KiB
Languages
Shell 94.4%
Dockerfile 5.6%