25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

AGENTS.md 436 B

123456789101112
  1. # FPSMS Agent Notes
  2. ## Repository Relationship
  3. - Current backend repo: `FPSMS-backend`
  4. - Paired frontend repo location: `../FPSMS-frontend`
  5. ## Working Convention
  6. - If a task is about UI behavior (charts, clicks, page rendering, dialogs), check `../FPSMS-frontend`.
  7. - If a task is about API/business logic/data query, check this backend repo.
  8. - For end-to-end changes, update both repos and keep API request/response fields aligned.