Show compression statistics for project maps.
/plugin marketplace add awudevelop/claude-plugins/plugin install session@automatewithus-plugins# Project Maps Stats Command Show compression statistics for project maps. ## Usage ## Implementation ### Step 1: Run Stats Command Execute the unified CLI: ### Step 2: Parse JSON Response The response includes: - `success`: Boolean indicating success - `projectHash`: Hash of the project - `mapsDirectory`: Location of maps - `stats`: Compression statistics - `totalOriginal`: Total original size - `totalCompressed`: Total compressed size - `totalRatio`: Overall compression ratio - `maps`: Array of per-map statistics ### Step 3: Display Results Format the output: ### S...