Skip to content

Commit b549be4

Browse files
committed
fix: close Phase 8 review follow-ups
1 parent 059aa0c commit b549be4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/preflight/evidence-lock.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ export function buildEvidenceLock(input: BuildEvidenceLockInput): EvidenceLock {
221221

222222
const readyToEdit =
223223
status === 'pass' &&
224+
input.indexFreshness !== 'stale' &&
224225
(!epistemicStress || !epistemicStress.abstain) &&
225226
input.searchQualityStatus !== 'low_confidence';
226227

src/tools/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export interface SearchResultItem {
8282
};
8383
hints?: {
8484
callers?: string[];
85-
consumers?: string[];
8685
tests?: string[];
8786
};
8887
snippet?: string;

0 commit comments

Comments
 (0)