MCPcopy
hub / github.com/codeaashu/claude-code / isProactiveActive_SAFE_TO_CALL_ANYWHERE

Function isProactiveActive_SAFE_TO_CALL_ANYWHERE

src/utils/systemPrompt.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22/* eslint-enable @typescript-eslint/no-require-imports */
23
24function isProactiveActive_SAFE_TO_CALL_ANYWHERE(): boolean {
25 return proactiveModule?.isProactiveActive() ?? false
26}
27
28/**
29 * Builds the effective system prompt array based on priority:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected