claude-memory-mcp/tests
Viktor Barzin 43a5513f6c feat: make all memories public by default
All memories are now visible to all users in recall/list/count queries.
Each memory still has an owner (user_id) who retains exclusive delete
rights. This removes the need for explicit sharing — wizard and emo
automatically see each other's memories.

Changes:
- recall/list: single query without user_id filter, added owner field
- count: counts all memories globally
- REST categories/tags: show all users' data
- Delete/update: unchanged (owner-only or write-share)
- Sync: unchanged (stays user-scoped)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 13:27:58 +00:00
..
__init__.py feat: standalone claude-memory-mcp with multi-user support and Vault integration 2026-03-14 09:42:05 +00:00
test_api.py feat: make all memories public by default 2026-04-08 13:27:58 +00:00
test_auth.py feat: standalone claude-memory-mcp with multi-user support and Vault integration 2026-03-14 09:42:05 +00:00
test_credential_detector.py fix: resolve ruff lint errors (unused imports and variables) 2026-03-14 10:01:41 +00:00
test_crypto.py fix: resolve ruff lint errors (unused imports and variables) 2026-03-14 10:01:41 +00:00
test_mcp_server.py resilient memory sync: decouple push/pull, startup full resync, auth failure handling 2026-03-16 18:37:59 +00:00
test_properties.py feat: sharing tests, property tests, tag-share UI, inline errors, route fix 2026-03-22 23:36:13 +02:00
test_sync.py fix: remove unused variable to pass ruff lint 2026-03-16 19:45:01 +00:00
test_vault_client.py fix: resolve ruff lint errors (unused imports and variables) 2026-03-14 10:01:41 +00:00