# Vue Vite Template — Agent Contract ## Goal Use this template with deterministic rules so AI agents can deliver features quickly with minimal guessing. ## Command Contract Use `pnpm` only. ```bash pnpm dev # Start dev server pnpm build # Build production assets pnpm type-check # TypeScript check (vue-tsc) pnpm lint # ESLint pnpm check # Required gate: type-check + lint ``` ## Task Entry (always follow) 1. Confirm target template and feature goal in one sentence. 2. Locate the matching module area (`pages`, `components`, `lib`, `router`). 3. Reuse existing patterns from `src/examples` and `src/components/ui`. 4. Implement with framework-native style (Vue Composition API + `