We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a833cb2 commit f89f96eCopy full SHA for f89f96e
src/utils/main/instructionFiles.ts
@@ -66,13 +66,6 @@ async function readFirstAvailableFile(
66
return null;
67
}
68
69
-/**
70
- * Attempts to read a local variant of an instruction file.
71
- *
72
- * Local files allow users to keep personal preferences separate from
73
- * shared team instructions (e.g., add AGENTS.local.md to .gitignore).
74
- */
75
-
76
/**
77
* Read a base file with optional local variant using the provided file reader.
78
*
0 commit comments