Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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.