The context manager should be able to read and follow links within markdown files (e.g., .qodeassist/rules/**/*.md) to include the content of linked files (like .clang-format) in the prompt. This would help agents share common project documentation and improve results.
**The problem in question** There is a problem with different agents to share common project documentation. Also, it might be helpful to add clang-tidy, clang-format, cmake-format, etc to the prompt to get better results. **Describe the solution you'd like** Context manager should be able to read all links from .qodeassist/rules/**/*.md files relative to the markdown path. For example, if there is a link `[./.clang-format](../../../.clang-format)` in a markdown file, then context manager should read according link and add to the attached file (or in the rules, idk what's better between those two solutions).