diff --git a/AGENTS.md b/AGENTS.md index 8195284e..736f6b87 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ -> This `./AGENTS.md` file is generated by running `yarn agents:generate`. +> This `./AGENTS.md` file is generated by running `yarn agents:generate`. `CLAUDE.md` and `GEMINI.md` are symlinks to this file so Claude Code, GitHub Copilot and Gemini all read the same content. # Project Overview @@ -28,7 +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. @@ -228,7 +228,7 @@ For the Renovate config, see `.github/renovate.json`. ### Commit Message Format All commit messages must follow the conventional commit format: ``` -[optional scope]: +: [optional body] diff --git a/docs/agents.md/agents/boundaries.md b/docs/agents.md/agents/boundaries.md index 8aa6cb64..8635eb60 100644 --- a/docs/agents.md/agents/boundaries.md +++ b/docs/agents.md/agents/boundaries.md @@ -6,7 +6,7 @@ - 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. diff --git a/docs/agents.md/contributors/resolving_gh_issues.md b/docs/agents.md/contributors/resolving_gh_issues.md index caf0a5d3..a6b302b2 100644 --- a/docs/agents.md/contributors/resolving_gh_issues.md +++ b/docs/agents.md/contributors/resolving_gh_issues.md @@ -26,7 +26,7 @@ ### Commit Message Format All commit messages must follow the conventional commit format: ``` -[optional scope]: +: [optional body]