We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4edac commit 655d408Copy full SHA for 655d408
1 file changed
AGENTS.md
@@ -156,6 +156,7 @@ Auto-instrumentation comes from the tracer "monitoring home" deployed separately
156
- Prefer modern collection expressions (`[]`)
157
- Use `StringUtil.IsNullOrEmpty()` instead of `string.IsNullOrEmpty()` for compatibility across all supported runtimes
158
- StyleCop: see `tracer/stylecop.json`; address warnings before pushing
159
+- Never manually edit generated files (`.g.` in the file extension). Read the file header for regeneration instructions instead.
160
161
**C/C++ style:**
162
- See `.clang-format`; keep consistent naming
0 commit comments