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
fix: improve md file to guide AI assistants used by our integrators (#2912)
### π― Goal
Follow up on #2911
### π Implementation details
_Provide a description of the implementation_
### π¨ UI Changes
_Add relevant screenshots_
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,3 +117,7 @@ The library source code is dynamically imported and used only if audio recording
117
117
118
118
You can obtain the source code for `lamejs` from the [lamejs repository](https://github.com/gideonstele/lamejs) that is a fork of [the original JS library](https://github.com/zhuker/lamejs).
119
119
You can find the source code for LAME at https://lame.sourceforge.net and its license at: https://lame.sourceforge.net/license.txt
120
+
121
+
Using AI assistants (Cursor/Codex/Copilot):
122
+
See [AI.md](./AI.md) for integration guide, rules and common pitfalls.
123
+
See [AGENTS.md](./AGENTS.md) about repository and project structure, contribution guides.
0 commit comments