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

Function getHooksSection

src/constants/prompts.ts:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127function getHooksSection(): string {
128 return `Users may configure 'hooks', shell commands that execute in response to events like tool calls, in settings. Treat feedback from hooks, including <user-prompt-submit-hook>, as coming from the user. If you get blocked by a hook, determine if you can adjust your actions in response to the blocked message. If not, ask the user to check their hooks configuration.`
129}
130
131function getSystemRemindersSection(): string {
132 return `- Tool results and user messages may include <system-reminder> tags. <system-reminder> tags contain useful information and reminders. They are automatically added by the system, and bear no direct relation to the specific tool results or user messages in which they appear.

Callers 1

getSimpleSystemSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected