Skip to content

Commit c249ef7

Browse files
authored
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_
2 parents 2efd30e + 7339614 commit c249ef7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
File renamed without changes.

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,7 @@ The library source code is dynamically imported and used only if audio recording
117117

118118
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).
119119
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.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"dist",
141141
"package.json",
142142
"README.md",
143-
"INTEGRATION_GUIDE.md"
143+
"AI.md"
144144
],
145145
"devDependencies": {
146146
"@axe-core/react": "^4.3.2",

0 commit comments

Comments
Β (0)