# AGENTS.md - `views/setting` ## Scope This file applies to `src/views/setting/**`. This directory implements the account settings page at route `/settings`. The route is cached in `src/router/index.ts` with `meta: { cache: true }`, so stateful changes should handle re-entry and refresh deliberately. ## Project Rules - Do not start local services by default. Assume the project service is already running unless the user explicitly asks you to start one, or you first ask for permission because runtime verification requires it. - Keep the current Vue 3 style: Composition API, `