fix: promote untouched L2 candidates that meet thresholds#1994
fix: promote untouched L2 candidates that meet thresholds#1994RerankerGuo wants to merge 1 commit into
Conversation
|
Automated Test Results: FAILED Cloud test-engine full-audit rerun against
Do not merge until this is fixed and cloud tests pass. |
|
Automated Test Results: ENVIRONMENT RETRY The previous cloud test-engine run against
I will post the final pass/fail result when this retry completes. |
|
Automated Test Results: PASSED Cloud test-engine rerun against
Manual code review is still required before merge. |
Summary
Fixes #1932.
l2.policy.updatedevent and include the promoted candidate intouchedPolicyIds.Validation
npm run lintAttempted but blocked by the local environment:
npm test -- --run tests/unit/memory/l2/l2.integration.test.ts -t "untouched candidate"The targeted test fails before assertions because this environment lacks a usable
better-sqlite3native binding. Rebuilding the binding is blocked here by Node 18 and a compiler that rejects-std=c++20.