Initial hermes sync setup

This commit is contained in:
2026-04-14 07:21:33 +09:00
commit 49774009be
2 changed files with 164 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Ignore everything by default
*
# But explicitly track these directories
!memories/
!skills/
!sync.sh
!.gitignore
# Ignore lock files and logs
memories/*.lock
skills/*.lock
*.log