Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v6

- name: Install dependencies
run: npm ci
run: npm install

- name: Run Grype vulnerability scanner
uses: anchore/scan-action@v7
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Format follows [Keep a Changelog](https://keepachangelog.com/). Versions follow
- Synced delta specs to main spec `openspec/specs/index-retry/spec.md`
- Added 3 new requirements with 7 scenarios covering commit-conflict handling, jitter backoff, final-pass check

### Dependencies

- Upgraded `@lancedb/lancedb` from `0.27.1` to `0.27.2`

### Documentation

- Updated `docs/backlog.md` with BL-051 (FTS/Vector index concurrent-process race condition fix)
Expand Down
101 changes: 101 additions & 0 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prepublishOnly": "npm run verify:full"
},
"dependencies": {
"@lancedb/lancedb": "^0.27.1",
"@lancedb/lancedb": "^0.27.2",
"@opencode-ai/plugin": "1.2.25",
"@opencode-ai/sdk": "1.2.25"
},
Expand Down