Refresh project context maps (full or incremental).
/plugin marketplace add awudevelop/claude-plugins/plugin install session@automatewithus-plugins# Project Maps Refresh Command Refresh project context maps (full or incremental). ## Usage ## Options - `--full`: Force full regeneration of all maps - `--incremental`: Only update changed files (faster) - `--verbose`: Show detailed file-by-file changes instead of summary - No options: Auto-detect best mode based on staleness ## Implementation ### Step 1: Run Refresh Command Execute the unified CLI: ### Step 2: Display Results The response includes: - `success`: Boolean indicating success - `mode`: "full" or "incremental" - `filesScanned`: Number of files processed - `mapsUpda...