選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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.