Implements the Vue 3 + Vite admin frontend in html/ using the existing axios request wrapper (src/utils/request.js), API factory (src/utils/apiFactory.js), and list-page composables (useListPage/useStandardListPage). Use when creating pages/components, wiring APIs, handling auth tokens, i18n messages, and matching backend response conventions (code/message/error_code/trace_id, Authorization: Bearer).
Implements backend features in this Goravel admin project using the existing HTTP response helpers (response.Success/Error/ValidationError/ErrorWithLog/Paginate/FindByID/PaginateQuery), BusinessError codes with i18n (trans.Get), and consistent HTTP status mapping. Use when adding or modifying controllers, requests validation, services, repositories/ORM queries, auth/permission middleware, exports/imports, uploads, or when fixing bugs around API responses and error codes.