Files
oh-my-opencode/packages/agents-md-core/src/constants.ts
T

7 lines
249 B
TypeScript
Raw Normal View History

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 = "]";