Skip to content

Commit ff60d54

Browse files
jpheinclaude
andcommitted
chore: rebase on upstream/develop — bump plugin versions, ruff format
- .claude-plugin/plugin.json + .codex-plugin/plugin.json: 3.1.0 → 3.3.0 (check-versions workflow added after this branch was last updated) - tests/test_hooks_cli.py: ruff format fix for one wrapped with-statement 51 tests pass in tests/test_hooks_cli.py. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8837c4d commit ff60d54

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mempalace",
3-
"version": "3.1.0",
3+
"version": "3.3.0",
44
"description": "Give your AI a memory — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, and guided setup.",
55
"author": {
66
"name": "milla-jovovich"

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mempalace",
3-
"version": "3.1.0",
3+
"version": "3.3.0",
44
"description": "Give your AI a memory — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, and guided setup.",
55
"author": {
66
"name": "milla-jovovich"

tests/test_hooks_cli.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,9 @@ def test_stop_hook_rejects_injected_stop_hook_active(tmp_path):
634634
transcript,
635635
[{"message": {"role": "user", "content": f"msg {i}"}} for i in range(SAVE_INTERVAL)],
636636
)
637-
with patch("mempalace.hooks_cli._save_diary_direct", return_value={"count": 1, "themes": []}) as mock_save:
637+
with patch(
638+
"mempalace.hooks_cli._save_diary_direct", return_value={"count": 1, "themes": []}
639+
) as mock_save:
638640
_capture_hook_output(
639641
hook_stop,
640642
{

0 commit comments

Comments
 (0)