Setup hermes sync with memories and github skill

This commit is contained in:
2026-04-14 07:22:10 +09:00
parent e32b284bc2
commit 516bb44fe6
19 changed files with 2834 additions and 157 deletions

15
.gitignore vendored
View File

@@ -1,13 +1,4 @@
# 忽略所有文件
*
# 但显式跟踪这些目录和文件
!memories/
!skills/
!sync.sh
!.gitignore
# 忽略锁文件和日志
memories/*.lock
skills/*.lock
*.lock
*.log
__pycache__/
*.pyc