feat: add git-consistent memory gateway architecture

This commit is contained in:
lingyuzeng
2026-03-07 22:33:41 +08:00
commit d4cd81f498
40 changed files with 2114 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# local env
.env
# python
.venv/
.pytest_cache/
__pycache__/
*.pyc
# editor/os
.DS_Store
# runtime data
logs/
*.log
data/git-mirror/*
!data/git-mirror/.gitkeep
data/workspaces/*
!data/workspaces/.gitkeep
data/qmd-cache/*
!data/qmd-cache/.gitkeep
data/qmd-config/*
!data/qmd-config/.gitkeep
data/remote-memory.git/
# generated index/cache in repo root if any
qmd/