fix(vector): load extension before indexed embedding deletes#82
fix(vector): load extension before indexed embedding deletes#82100yenadmin wants to merge 4 commits into
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
✨ PR AutofixFound fixable formatting / unused-import issues across 229 changed lines. Comment |
evaOS review status: failedPR: #82 - fix(vector): load extension before indexed embedding deletes evaOS review failed for this head and needs retry or operator attention. Automation note: agents should wait for this comment to reach PR URL: #82 Details: Review failed; see bot evidence for operator-only details. |
CI Report✅ All checks passed Pipeline Status
Test Results
✅ All 14623 tests passed 62 test(s) skipped — expand for details
Code CoverageTests
📋 View full run · Generated by CI |
evaOS review status: stale headPR: #82 - fix(vector): load extension before indexed embedding deletes evaOS review stopped because this queued head is no longer the live PR head. Automation note: agents should wait for this comment to reach PR URL: #82 Details: Superseded by a newer PR head. |
…ector-delete-reopen
evaOS review status: completedPR: #82 - fix(vector): load extension before indexed embedding deletes evaOS review completed for this PR head. Automation note: agents should wait for this comment to reach PR URL: #82 Review URL: #82 (review) |
There was a problem hiding this comment.
Walkthrough
PR: #82 - fix(vector): load extension before indexed embedding deletes
Head: 6586cf464973df655a1429cc26989d06bd1a965c into reconcile/r18-vector-diagnostics. Review event: COMMENT.
Provider: GLM/Z.ai through ZCode (zcode-glm, zcode, model GLM-5.2).
Estimated review effort: 1/5 (~10 min)
Changed Files
| File | Status | Churn | Purpose | Risk |
|---|
Review Signal
No validated inline findings.
Dropped findings before posting: 0. High-severity findings: 0.
Risk Taxonomy
No finding categories.
Validation and Proof
1 required validation/proof recommendation(s) selected from changed files.
- required: TypeScript/web build or CI proof - Runtime TypeScript/web files or package/config files changed. Proof: npm run build; typecheck; focused Vitest; green GitHub check.
Proof status: sufficient - PR metadata mentions acceptable proof for each required validation recommendation.
Profile validation hints: Call out stale index, wrong repo identity, memory growth, and destructive analyze behavior.
Profile proof expectations: Look for focused CLI, index, query, or migration proof.
Related Context
Related issues/PRs: #81.
Suggested labels: none.
Suggested reviewers: none from current metadata.
Review Settings Preview
- Profile: assertive
- Enabled sections: Review summary (inline_review); Walkthrough (inline_review); Changed-files table (walkthrough); Effort estimate (walkthrough); Related issues/PRs (walkthrough); Suggested labels (suggestion_only); Review status comment (sticky_status)
- Path instructions: none
- Label suggestions: gitnexus, code-intelligence, backend
- Reviewer suggestions: none
- Suggestion behavior: suggestions only; labels and reviewers are not auto-applied.
- Roadmap-only settings: auto-apply labels; auto-request reviewers; required status checks
Pre-merge checklist
- Inline comments target current RIGHT-side diff lines.
- No secret-like content survived into posted inline comments.
- REQUEST_CHANGES is only used when eligible P0/P1 findings survive validation.
- Required behavior proof is present or not applicable.
- Labels and reviewers are suggestions only; the bot did not auto-apply them.
Fixes #81.
Closes the P0 incremental HNSW deletion blocker discovered by the first OpenClaw-scale canary.
Change
load-onlybeforedeleteNodesForFiles()mutatesCodeEmbedding.No download or install is permitted on the delete path. Unindexed embedding tables keep their existing behavior; a persisted HNSW index without a loadable extension still fails loudly.
Proof
lbug-vector-extension.test.ts9/9 passed.npm run build: passed.Boundary
No package publication, release, deployment, runtime rollout, default-branch merge, live-index mutation, or global extension install is included.