MCPcopy Index your code
hub / github.com/codeaashu/claude-code / wrapInSystemReminder

Function wrapInSystemReminder

src/utils/messages.ts:3097–3099  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

3095}
3096
3097export function wrapInSystemReminder(content: string): string {
3098 return `<system-reminder>\n${content}\n</system-reminder>`
3099}
3100
3101export function wrapMessagesInSystemReminder(
3102 messages: UserMessage[],

Callers 4

executeInBackgroundFunction · 0.85
ensureSystemReminderWrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected