Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 395 Bytes

File metadata and controls

10 lines (7 loc) · 395 Bytes

AGENTS.md

Most important: Always respond in Simplified Chinese unless the user explicitly asks for another language.

Git Workflow

  • Git commit messages must follow Conventional Commits.
  • Git commit messages must be written in English.
  • After completing a coherent set of changes, create a focused commit.
  • After verification is complete, push the commit to the remote repository.