diff --git a/plugins/codex/hooks/pre_compact.py b/plugins/codex/hooks/pre_compact.py index d8320948b..fe814d168 100755 --- a/plugins/codex/hooks/pre_compact.py +++ b/plugins/codex/hooks/pre_compact.py @@ -2,7 +2,7 @@ # /// script # requires-python = ">=3.12" # dependencies = [ -# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@1cb7a541fbb43c5a4f1b552c0123a1c55beb8dfb", +# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@c28159d2077158c4f596fb62f351e6e9012b95a5", # ] # /// """PreCompact hook launcher backed by a pinned Basic Memory revision. diff --git a/plugins/codex/hooks/session_start.py b/plugins/codex/hooks/session_start.py index 7de758853..7cc0fb61c 100755 --- a/plugins/codex/hooks/session_start.py +++ b/plugins/codex/hooks/session_start.py @@ -2,7 +2,7 @@ # /// script # requires-python = ">=3.12" # dependencies = [ -# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@1cb7a541fbb43c5a4f1b552c0123a1c55beb8dfb", +# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@c28159d2077158c4f596fb62f351e6e9012b95a5", # ] # /// """SessionStart hook launcher backed by a pinned Basic Memory revision. diff --git a/plugins/codex/hooks/stop.py b/plugins/codex/hooks/stop.py index 078a8ce31..cee5ee61d 100755 --- a/plugins/codex/hooks/stop.py +++ b/plugins/codex/hooks/stop.py @@ -2,7 +2,7 @@ # /// script # requires-python = ">=3.12" # dependencies = [ -# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@1cb7a541fbb43c5a4f1b552c0123a1c55beb8dfb", +# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@c28159d2077158c4f596fb62f351e6e9012b95a5", # ] # /// """Stop hook launcher backed by a pinned Basic Memory revision.