Skip to content

Commit f89f96e

Browse files
committed
fix: remove orphaned JSDoc comment
1 parent a833cb2 commit f89f96e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/utils/main/instructionFiles.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ async function readFirstAvailableFile(
6666
return null;
6767
}
6868

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-
7669
/**
7770
* Read a base file with optional local variant using the provided file reader.
7871
*

0 commit comments

Comments
 (0)