refactor(packages): extract agents-md-core package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export const AGENTS_FILENAME = "AGENTS.md";
|
||||
|
||||
export const TRUNCATION_NOTICE_PREFIX =
|
||||
"\n\n[Note: Content was truncated to save context window space. For full context, please read the file directly: ";
|
||||
|
||||
export const TRUNCATION_NOTICE_SUFFIX = "]";
|
||||
Reference in New Issue
Block a user