Skip to content

Commit b0cb111

Browse files
committed
fix: improve md file to guide AI assistants used by our integrators
1 parent beeac33 commit b0cb111

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

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
@@ -160,7 +160,7 @@
160160
"dist",
161161
"package.json",
162162
"README.md",
163-
"INTEGRATION_GUIDE.md"
163+
"AI.md"
164164
],
165165
"devDependencies": {
166166
"@axe-core/react": "^4.3.2",

0 commit comments

Comments
Β (0)