feat: add skills_api patch + apply_patch infra

This commit is contained in:
Felipe Domingues 2026-04-27 14:55:51 -03:00
parent 21bd3ae5cc
commit 1f2fc5f5a9
4 changed files with 140 additions and 2 deletions

6
entrypoint.sh Normal file → Executable file
View file

@ -1,6 +1,12 @@
#!/bin/bash
set -e
# SOUL.md override via env
if [ -n "$HERMES_SOUL_OVERRIDE" ]; then
echo "$HERMES_SOUL_OVERRIDE" > /opt/data/.hermes/SOUL.md
fi
# Garante diretório de skills
mkdir -p /opt/data/.hermes/skills
exec /opt/hermes/docker/entrypoint.sh "$@"