Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 807 Bytes

File metadata and controls

20 lines (12 loc) · 807 Bytes

agents.md

The role of this file is to describe common mistakes and confusion points that agents might encounter as they work in this project. If you ever encounter something in the project that surprises you, please alert the developer working with you and indicate that this is the case in the AgentsMD file to help prevent future agents from having the same issue.


basic rules

  • search for context in README.md
  • search for tool calls in the Makefile
  • always verify changes you make (make check)
  • always preserve code comments, especially doc-comments (///, //!), but also disabled code (commented-out lines)

dioxus in-depth

NOTE: only read this if the code change will effect core parts with dioxus

you can find in-depth dioxus docs under <./.docs/dioxus.md>