Skip to content

Commit 84b320a

Browse files
committed
Pin basic-memory semantic install to test commit
1 parent 66cb4d0 commit 84b320a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ For a practical runbook, see [Memory + Task Flow](./MEMORY_TASK_FLOW.md).
1818
1. **Basic Memory CLI** (`bm`) with `watch` command support and native tool commands:
1919
- `bm tool read-note --strip-frontmatter`
2020
- `bm tool edit-note --format json`
21+
- Pinned for testing to commit `9259a7eb59be7aa8a72c3ec20d0740bd19ba9657`
2122
```bash
22-
uv tool install 'basic-memory[semantic]' --with 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
23+
uv tool install 'basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@9259a7eb59be7aa8a72c3ec20d0740bd19ba9657' --with 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
2324

2425
# Alternative (inside an existing Python environment):
25-
uv pip install 'basic-memory[semantic]' 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
26+
uv pip install 'basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@9259a7eb59be7aa8a72c3ec20d0740bd19ba9657' 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
2627
```
2728

2829
2. **OpenClaw** with plugin support

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Install dependencies
44
install:
55
bun install
6-
uv tool install 'basic-memory[semantic]' --with 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
6+
uv tool install 'basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@9259a7eb59be7aa8a72c3ec20d0740bd19ba9657' --with 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
77

88
# Setup Basic Memory project
99
setup:

0 commit comments

Comments
 (0)