Name blueprints:generate-blueprints - Generate comprehensive blueprint documentation for the entire codebase Synopsis Description Comprehensively document all systems in the codebase by creating or updating the directory at the repository root with technical documentation for each major system. Important: Blueprint Location CRITICAL: Blueprints MUST be created at the repository root, never in subdirectories or packages. - - - Blueprints are repository-wide system design documents. Systems may span multiple packages or directories, but all blueprints belong in a single directory at the repo ro…