Metadata-Version: 2.4
Name: claude-total-memory
Version: 11.3.0
Summary: DEPRECATED: this package has been renamed to total-agent-memory. Install total-agent-memory instead. This shim re-exports the new package with a DeprecationWarning.
Author-email: Vitalii Cherepanov <vbcherepanov@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/vbcherepanov/total-agent-memory
Project-URL: Repository, https://github.com/vbcherepanov/total-agent-memory
Keywords: mcp,memory,deprecated,alias
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: total-agent-memory>=12.0.0
Dynamic: license-file

# claude-total-memory (DEPRECATED — renamed to `total-agent-memory`)

This package has been renamed. Please install:

    pip install total-agent-memory

This release (``claude-total-memory==11.3.0``) is a thin compatibility
shim that depends on ``total-agent-memory>=12.0.0`` and re-exports it,
so:

- ``pip install claude-total-memory`` keeps working (pulls in the new
  package automatically).
- ``import claude_total_memory``, ``from claude_total_memory.server import …``,
  ``from claude_total_memory.lookup import …`` keep working with a
  ``DeprecationWarning``.
- The ``claude-total-memory`` and ``ctm-lookup`` CLI binaries keep
  working — they're entry-points that delegate to the renamed package.

Migration:

| Before | After |
| --- | --- |
| ``pip install claude-total-memory`` | ``pip install total-agent-memory`` |
| ``from claude_total_memory import x`` | ``from total_agent_memory import x`` |
| ``claude-total-memory --help`` | ``total-agent-memory --help`` (or ``tam --help``) |
| ``ctm-lookup "query"`` | ``tam-lookup "query"`` (or ``lookup-memory "query"``) |
| ``CLAUDE_MEMORY_DIR=/path`` | ``TAM_MEMORY_DIR=/path`` |
| ``~/.claude-memory/`` | ``~/.tam/`` (auto-migrated on first run) |

Repo: https://github.com/vbcherepanov/total-agent-memory
