save_snapshot
Create a persistent project snapshot by mapping features and data flows to their implementing files, enabling future sessions to quickly locate relevant code without manual searching.
Instructions
Save a concept-to-files map as a persistent project snapshot. Maps feature names and data flows to the files that implement them. Persists across conversations — future sessions can call get_snapshot to instantly find relevant files. No API key needed — you are the LLM generating the map.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | Yes | Absolute path to the project root directory | |
| features | Yes | Map of feature names to their implementing files | |
| flows | Yes | Map of flow names to ordered file chains |