MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / MemoryWithConfidence

Interface MemoryWithConfidence

src/memory/store.ts:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179};
180
181export interface MemoryWithConfidence extends Memory {
182 effectiveConfidence: number;
183 stale: boolean;
184}
185
186/**
187 * Compute confidence decay: confidence = 2^(-age_days / half_life)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected