MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / verifiedPrPrompt

Function verifiedPrPrompt

src/schedule/recipes.ts:69–71  ·  view source on GitHub ↗
(goal: string)

Source from the content-addressed store, hash-verified

67];
68
69function verifiedPrPrompt(goal: string): string {
70 return [...UNATTENDED_HEADER, '', `GOAL: ${goal.trim()}`, '', ...VERIFIED_PR_PROTOCOL].join('\n');
71}
72
73/** The self-improving `maintain` recipe has SCOPES — each a conservative, provable cleanup. */
74export type MaintainScope = 'dead-code' | 'unused-imports' | 'unused-locals' | 'unused-params' | 'lint-fix' | 'dep-bump' | 'consolidate-dupes' | 'extract-helper';

Callers 1

buildRecipePromptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected