@next/codemod 16.2.0-canary.7 → 16.2.0-canary.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/agents-md.js +1 -1
- package/package.json +1 -1
package/lib/agents-md.js
CHANGED
|
@@ -198,7 +198,7 @@ function generateClaudeMdIndex(data) {
|
|
|
198
198
|
const parts = [];
|
|
199
199
|
parts.push('[Next.js Docs Index]');
|
|
200
200
|
parts.push(`root: ${docsPath}`);
|
|
201
|
-
parts.push('
|
|
201
|
+
parts.push('STOP. What you remember about Next.js is WRONG for this project. Always search docs and read before any task.');
|
|
202
202
|
const targetFile = outputFile || 'CLAUDE.md';
|
|
203
203
|
parts.push(`If docs missing, run this command first: npx @next/codemod agents-md --output ${targetFile}`);
|
|
204
204
|
const allFiles = collectAllFilesFromSections(sections);
|