Generate project context maps for the current project.
/plugin marketplace add awudevelop/claude-plugins/plugin install session@automatewithus-plugins# Project Maps Generate Command Generate project context maps for the current project. ## Usage ## Options - `--path <path>`: Project path to scan (defaults to current directory) ## Implementation ### Step 1: Run Generate Command Execute the unified CLI: Or with a specific path: ### Step 2: Display Results The command outputs JSON with: - `projectPath`: The scanned project path - `projectHash`: Unique hash for this project - `outputDir`: Where maps are stored - `filesScanned`: Number of files scanned - `mapsCreated`: Number of maps generated (11) - `scanTime`: Time taken in ...