Name blueprints:create-blueprint - Generate or update blueprint documentation for a specific system Synopsis Description Research a specific system in the codebase and create or update its technical blueprint documentation in the directory at the repository root . Important: Blueprint Location CRITICAL: Blueprints MUST be created at the repository root, never in subdirectories or packages. - - - Blueprints are repository-wide system design documents. A single system may span multiple packages or directories, but there should be ONE blueprint at the repo root describing the entire system. Impl…