create_project_snapshot
Preserve project state by creating a snapshot that analyzes changes and saves incrementally or fully.
Instructions
Create a project-wide snapshot (like Cursor). Analyzes project changes using Serena and saves incrementally or fully based on save count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional user-friendly name for the snapshot (e.g., "Feature Complete", "Before Refactor") | |
| tags | No | Optional tags for categorizing snapshots (e.g., ["stable", "feature"]) | |
| prompt | Yes | Description of changes being saved | |
| projectPath | No | Optional project path. Uses current active project if not provided. |