# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview This is **hzhub-portal**, a Vue 3 AI chat application built with TypeScript, Vite, and Element Plus. It provides a chat interface for AI interactions with support for sessions, models, and various authentication methods. ## Commands ```bash # Development pnpm dev # Start dev server # Build pnpm build # Type-check and build for production # Linting pnpm lint # Run ESLint pnpm lint:stylelint # Run Stylelint pnpm fix # Auto-fix ESLint issues # Preview production build pnpm preview ``` ## Architecture ### Tech Stack - **Vue 3** with Composition API (`