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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ docs/plans/
openspec
.codegraph
.opencode
AGENTS.md
.omo
package/
8 changes: 8 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Repository Instructions

## GitHub Flow

- Never make code, documentation, dependency, lockfile, or generated-file changes directly on `main`.
- Before changing files, check the current branch. If it is `main`, create or switch to a focused feature branch first.
- Keep `main` as the integration branch that only receives reviewed changes through pull requests.
- Do not commit, amend, rebase, or push unless the user explicitly asks for that git action.
11 changes: 7 additions & 4 deletions bun.lock

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@
"franc-min": "^6.2.0",
"iso-639-3": "^3.0.1",
"zod": "^4.3.6",
"@huggingface/transformers": "^4.2.0"
},
"optionalDependencies": {
"usearch": "^2.21.4"
"@huggingface/transformers": "^4.2.0",
"usearch": "2.26.0"
},
"//": "Remove onnxruntime-node override after https://github.com/microsoft/onnxruntime/issues/27961 is resolved",
"overrides": {
Expand Down
Loading