What problem does it solve?
Many project explorations read every file from scratch and miss prior session context, wasting time and duplicating work. smart-explore uses previously recorded memory to prioritize where to look, surface past decisions, and quickly build an accurate mental model of a codebase.
Core Features & Use Cases
- Memory-first discovery: Query vectorized memory for architecture notes, recent decisions, and known issues before opening files.
- Targeted file reads: Use memory signals to select the most relevant files to inspect instead of scanning the entire repository.
- Summarization and insight capture: Produce a concise project overview (purpose, current state, key files, blockers, next steps) and persist new findings back into memory.
- Use cases: developer onboarding, resuming paused work, auditing code ownership or recent changes, and orienting at the start of new sessions on ongoing projects.
Quick Start
Run a memory-guided exploration that checks previous session notes for architecture and recent edits, reads the most relevant files, summarizes the project's purpose and current state, and saves any new insights to memory.