2026-05-21 16:03:12 +09:00
|
|
|
export { AGENTS_FILENAME } from "../../rules-engine/src/constants";
|
2026-05-21 02:45:20 +09:00
|
|
|
|
|
|
|
|
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 = "]";
|