Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit aea0419

Browse files
docs: Add Redis/Valkey analysis and gitignore auto-generated files
Add comprehensive analysis of Redis/Valkey caching layer requirements. Conclusion: not needed at current scale, but architecture is ready. Also add gitignore pattern for auto-generated claude-mem context files in subdirectories while preserving root CLAUDE.md. Co-Authored-By: Claude <noreply@anthropic.com> AI-Generated: true
1 parent e403e4d commit aea0419

2 files changed

Lines changed: 402 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,8 @@ __pycache__
2323
test
2424
*.db
2525
hits.json
26-
debug_*.log
26+
debug_*.log
27+
28+
# Auto-generated claude-mem context files (but not root CLAUDE.md)
29+
**/CLAUDE.md
30+
!CLAUDE.md

0 commit comments

Comments
 (0)