We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059aa0c commit b549be4Copy full SHA for b549be4
src/preflight/evidence-lock.ts
@@ -221,6 +221,7 @@ export function buildEvidenceLock(input: BuildEvidenceLockInput): EvidenceLock {
221
222
const readyToEdit =
223
status === 'pass' &&
224
+ input.indexFreshness !== 'stale' &&
225
(!epistemicStress || !epistemicStress.abstain) &&
226
input.searchQualityStatus !== 'low_confidence';
227
src/tools/types.ts
@@ -82,7 +82,6 @@ export interface SearchResultItem {
82
};
83
hints?: {
84
callers?: string[];
85
- consumers?: string[];
86
tests?: string[];
87
88
snippet?: string;
0 commit comments