chore(core): release v0.23.0 - #1312
Conversation
Signed-off-by: phernandez <paul@basicmachines.co>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8da9b6e007
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "name": "basic-memory", | ||
| "description": "The bridge between Claude's working memory and Basic Memory's durable knowledge graph \u2014 session briefings, pre-compaction checkpoints, and capture reflexes", | ||
| "version": "0.22.1", | ||
| "version": "0.23.0", |
There was a problem hiding this comment.
Bump the Claude hook dependency floors
When this manifest advertises the Claude plugin as 0.23.0, both PEP 723 launchers under plugins/claude-code/hooks/ still require only basic-memory>=0.22.1, so uv may run the 0.23.0 plugin against the older CLI. The mismatch also makes uv run pytest tests/test_claude_plugin_hooks.py -q fail for both hooks (0.22.1 != 0.23.0). Include and stage both Claude hook scripts in this release bump.
AGENTS.md reference: AGENTS.md:L61-L62
Useful? React with 👍 / 👎.
Version bump for v0.23.0. See CHANGELOG.md for release notes.