diff --git a/AGENTS.md b/AGENTS.md index c1f3feea..8195284e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -28,9 +28,7 @@ You are an expert Senior Software Engineer specializing in Vue.js and TypeScript - Run `yarn lint:fix` before commits. - Use conventional commit format: ``` - : - - + (): ``` - Follow existing naming conventions (PascalCase for components, camelCase for functions). - After changing a Vue, JS, or TS file, make sure it's automatically formatted with ESLint. @@ -130,8 +128,8 @@ To get started, follow the `Development Setup` section. - `Vue.js`: - Composition API components are preferred over Options API. - Large pages with lots of code and styles should be avoided by breaking the page up into smaller Vue components. - - Place source tag above template above style. - - style tag should contain `lang='scss' scoped`. + - Order the Single File Component blocks as `