move himalaya wrapper from skills/himalaya/ to scripts/

The himalaya skill is a third-party ClawhHub package — putting custom
scripts inside it risks conflicts on updates. The wrapper is local
customization, so it belongs in scripts/ alongside email_processor.
This commit is contained in:
Yanxin Lu
2026-03-31 13:20:10 -07:00
parent 732a86cf09
commit 3825f3dcdb
5 changed files with 17 additions and 10 deletions

View File

@@ -65,7 +65,7 @@ def _sync_calendar():
print("Warning: CalDAV sync failed (will retry on next heartbeat)")
HIMALAYA_WRAPPER = Path(__file__).resolve().parent.parent.parent / "himalaya" / "scripts" / "himalaya.sh"
HIMALAYA_WRAPPER = Path(__file__).resolve().parent.parent.parent.parent / "scripts" / "himalaya.sh"
def _send_email(email_str, account=None):