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.
- 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)
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>