diff --git a/frontend/AGENT.md b/frontend/AGENT.md index 62d4956..878a3d7 100644 --- a/frontend/AGENT.md +++ b/frontend/AGENT.md @@ -10,18 +10,21 @@ This file provides guidance to AI agents when working with code in this reposito 1. **Use `loading` not `isLoading`** for all loading state in stores 2. **Import types from `@/types/utils`** — never define local type aliases -3. **Delegate API calls from stores to services** — stores manage state only -4. **Use `