MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getAutoModeInstructions

Function getAutoModeInstructions

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

Source from the content-addressed store, hash-verified

3805}
3806
3807function getAutoModeInstructions(attachment: {
3808 reminderType: 'full' | 'sparse'
3809}): UserMessage[] {
3810 if (attachment.reminderType === 'sparse') {
3811 return getAutoModeSparseInstructions()
3812 }
3813 return getAutoModeFullInstructions()
3814}
3815
3816function getAutoModeFullInstructions(): UserMessage[] {
3817 const content = `## Auto Mode Active

Callers 1

Calls 2

Tested by

no test coverage detected