- Strictly follow the authoring and style guides from
README.md - Do not use conversational filler or "fluff" in the generated documentation. Get straight to the point.
- Always check the file structure and existing content to ensure consistent links and hierarchy.
- Never invent features or configuration options. If you are unsure, ask the user.
- Code generation - Prioritize complete, runnable examples over snippets. Ensure standard formatting.
When writing Markdown content Markdown:
- Use
*for lists. Do not use-. - Use
[link title](https://example.com)for links, avoid reference-style links unless there are multiple occurences of the same link in one document. - For internal links, always include the extension (e.g.
.mdor.mdx) - Prefer
csharpovercsto set the language for C# code blocks.