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

Function getAutoModeInstructions

src/utils/messages.ts:3419–3426  ·  view source on GitHub ↗
(attachment: {
  reminderType: 'full' | 'sparse'
})

Source from the content-addressed store, hash-verified

3417}
3418
3419function getAutoModeInstructions(attachment: {
3420 reminderType: 'full' | 'sparse'
3421}): UserMessage[] {
3422 if (attachment.reminderType === 'sparse') {
3423 return getAutoModeSparseInstructions()
3424 }
3425 return getAutoModeFullInstructions()
3426}
3427
3428function getAutoModeFullInstructions(): UserMessage[] {
3429 const content = `## Auto Mode Active

Callers 1

Calls 2

Tested by

no test coverage detected