| # Development Assistant - Meta Prompt for src/dawn |
| |
| This file contains Agentic RAG guidance for `src/dawn`. Use it to find the most |
| relevant files and concepts when working on these files. |
| |
| ## Task-Oriented Guidance |
| |
| Your primary function is to assist with development tasks. Use the following |
| guide to determine which documents to consult. |
| |
| ### **Topic: Core Programming Patterns** |
| |
| #### **Core Dawn Concepts** |
| |
| This is a guide to fundamental architectural concepts in Dawn. Use it to orient |
| yourself before diving into specific component code. |
| |
| - TODO: populate this section. |
| |
| ### **Topic: Modifying BUILD.gn files** |
| |
| - When updating BUILD.gn files, also update the corresponding CMakeLists.txt |
| file that is usually in the same directory. |
| |
| ### **Topic: Debugging** |
| |
| - **For general runtime debugging strategies and useful command-line flags:** |
| - Consult `docs/dawn/debugging.md`. |