Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 844 Bytes

File metadata and controls

19 lines (14 loc) · 844 Bytes

AGENTS.md

What to do when the specific task is not given

  • Follow the instructions in .github/copilot-instructions.md.
  • Complete the tasks listed in TODO.md.
  • Fix existing bugs.
  • Do nothing more.

What to do when the specific task is given

  • Follow the instructions in .github/copilot-instructions.md.
  • Make sure the tasks in TODO.md are completed. If not, complete them first and do NOT execute the task user given.
  • After finishing the task, review the code and make sure there is no bugs and/or other issues.

For Auto-fix bots:

  • Follow the instructions in .github/copilot-instructions.md.
  • Just do what you need to do when the specific task is not given.
  • After all the tasks above are done, review the code and make a commit directly to the main branch.