MCPcopy
hub / github.com/Doorman11991/smallcode / _getPrompts

Function _getPrompts

bin/features_adapter.js:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19let _contextRetriever = null;
20
21function _getPrompts() {
22 if (_prompts) return _prompts;
23 try { _prompts = require('../src/compiled/features/prompts'); return _prompts; } catch { return null; }
24}
25
26function _getPolicy() {
27 if (_policy) return _policy;

Callers 10

repairToolCallFunction · 0.85
summarizeFileCompiledFunction · 0.85
extractPlanStepsFunction · 0.85
generateCommitMessageFunction · 0.85
checkNeedsClarificationFunction · 0.85
validateEditCompiledFunction · 0.85
diagnoseErrorFunction · 0.85
decomposeTaskFunction · 0.85
semanticMergeFunction · 0.85
isFeaturesAvailableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected