Initial commit: OpenMemory에서 마이그레이션한 장기기억 볼트

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
kappa
2026-03-12 16:34:42 +09:00
commit ea090d1c18
20 changed files with 592 additions and 0 deletions

25
dev/dev-environment.md Normal file
View File

@@ -0,0 +1,25 @@
---
title: 개발 환경 및 도구
updated: 2026-03-12
source: openmemory
---
## Chrome CDP
해결책: 진짜 Chrome + CDP 연결 (chrome-debug fish 함수, ~/.chrome-debug-profile, 포트 9222)
## Python 실행 규칙
kaffa는 Python 스크립트를 실행할 때 반드시 uv run을 사용해야 한다. python3 직접 호출 금지. 예: uv run script.py, uv run python3 -c "..."
## tmux
tmux 3.6a
## tmux CSI u
텍스트 입력은 일반 send-keys로 가능, Enter(제출)만 CSI u 필요
## OpenMemory 백업
launchd로 매일 03:00, 15:00 자동 백업(io.kaffa.openmemory-backup.plist)