Skip to content

Commit c9cc174

Browse files
phernandezclaude
andcommitted
chore: pin basic-memory dependency to v0.19.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8b16c01 commit c9cc174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup-bm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -euo pipefail
55

66
BM_REPO="https://github.com/basicmachines-co/basic-memory.git"
7-
BM_REF="${BM_REF:-main}"
7+
BM_REF="${BM_REF:-v0.19.0}"
88

99
# ── check for uv ──────────────────────────────────────────────────
1010
if ! command -v uv >/dev/null 2>&1; then

0 commit comments

Comments
 (0)