🚀 Getting Started¶
Welcome to SpecMem! This guide will help you get up and running quickly.
What is SpecMem?¶
SpecMem is a cognitive memory layer for AI coding agents. It provides:
- Persistent memory across agent sessions
- Spec awareness for code changes
- Intelligent context management
- Selective testing recommendations
Quick Overview¶
graph LR
A[Your Specs] --> B[SpecMem Adapters]
B --> C[SpecIR]
C --> D[Vector DB]
C --> E[Impact Graph]
C --> F[Timeline]
D --> G[Agent Context]
E --> G
F --> G
Next Steps¶
Requirements¶
- Python 3.11+
- pip or uv package manager
- A project with specification files (Kiro, Cursor, Claude, etc.)
Supported Platforms¶
| Platform | Status |
|---|---|
| macOS | ✅ Fully supported |
| Linux | ✅ Fully supported |
| Windows | ✅ Fully supported |
| Docker | ✅ Fully supported |