You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,5 @@ This file contains instructions for the Codex agent and its friends when working
69
69
- Submodules need to register in submodules.json
70
70
- No one should be accessing navigator from vendor modules, if navigator needs to be accessed it should be in a common method or library
71
71
- Low priority calls should be import ajax method and use fetch keepalive; they shouldnt use trigger pixel when it can be avoided or fail to specify keepalive.
72
+
- Analytics modules must provide a disableAnalytics method.
73
+
- Metadata files that say do not edit in the comments should not be edited; the build process is responsible for updating the metadata files.
No additional steps above the general review process and making sure it conforms to the [Module Rules](https://docs.prebid.org/dev-docs/module-rules.html).
0 commit comments