MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getTeammateIdleHookMessage

Function getTeammateIdleHookMessage

src/utils/hooks.ts:1903–1907  ·  view source on GitHub ↗
(
  blockingError: HookBlockingError,
)

Source from the content-addressed store, hash-verified

1901 * @returns Formatted message to give feedback to the model
1902 */
1903export function getTeammateIdleHookMessage(
1904 blockingError: HookBlockingError,
1905): string {
1906 return `TeammateIdle hook feedback:\n${blockingError.blockingError}`
1907}
1908
1909/**
1910 * Format a blocking error from a TaskCreated hook.

Callers 1

handleStopHooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected