MCPcopy Index your code
hub / github.com/Opencode-DCP/opencode-dynamic-context-pruning / PromptDefinition

Interface PromptDefinition

lib/prompts/store.ts:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 | "iterationNudge"
28
29interface PromptDefinition {
30 key: PromptKey
31 fileName: string
32 label: string
33 description: string
34 usage: string
35 runtimeField: EditablePromptField
36}
37
38interface PromptOverrideCandidate {
39 path: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected