What problem does it solve?
Claude Code often forgets project context across conversations, making end-to-end automation tedious. ftm-map provides a persistent knowledge graph of your codebase that captures files, symbols, and references to enable coordinated workflows and better decision-making.
Core Features & Use Cases
- 5-table graph: files, symbols, refs, file_edges, symbol_edges, with FTS5 full-text search over symbols.
- Bootstrap and incremental indexing to keep the map up to date with code changes.
- Queries: blast radius, dependency chains, context selection, symbol info, and statistics to reason about code impact.
- Generates INTENT.md and ARCHITECTURE.mmd visuals to document structure and dependencies.
Quick Start
Run the bootstrap workflow to index your project, then query for blast radius, dependencies, or context.