Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 737 Bytes

File metadata and controls

20 lines (13 loc) · 737 Bytes

Project Setup with Claude Code

This project includes a memory-ready structure for Claude Code.

Quick Start with Claude Code

If you use Claude Code, get persistent memory across sessions:

# Set up the memory system (one time)
pip install claude-code-memory  # or clone github.com/LuciferForge/claude-code-memory
python3 -m claude_code_memory setup --project .

Or manually: copy the CLAUDE.md template from claude-code-memory into ~/.claude/CLAUDE.md.

About This Project