Add shodh-memory skill for persistent context across sessions

This commit is contained in:
Kunthawat Greethong
2026-03-15 14:44:07 +07:00
parent 6e183c584b
commit 3eb711a97a
8 changed files with 420 additions and 0 deletions

5
.gitignore vendored
View File

@@ -22,3 +22,8 @@ edited_*.jpg
credentials/*.json
ga4-credentials.json
gsc-credentials.json
# Shodh Memory data (local persistent memory)
.shodh/
shodh_memory_data/
*.db