Metadata-Version: 2.4
Name: transcendence-memory-cli
Version: 0.1.0
Summary: Shell CLI for the transcendence-memory self-hosted RAG memory service
Project-URL: Homepage, https://github.com/leekkk2/transcendence-memory-server
Project-URL: Repository, https://github.com/leekkk2/transcendence-memory-server
Project-URL: Issues, https://github.com/leekkk2/transcendence-memory-server/issues
Author: leekkk2
License-Expression: MIT
Keywords: cli,memory,rag,transcendence-memory
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: rich>=13
Requires-Dist: tomli>=2.0; python_version < '3.11'
Requires-Dist: typer[all]>=0.12
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# transcendence-memory-cli

Shell CLI for the transcendence-memory self-hosted RAG memory service.

```bash
pipx install transcendence-memory-cli
tm connect <token>
tm status
tm search "docker port conflict"
tm remember "Daily standup at 09:30 UTC"
```

Same `~/.transcendence-memory/config.toml` as the Claude Code skill — pair once,
use everywhere.

See `docs/cli/README.md` in the upstream server repository for the full reference.

## Entry point

After install:

```bash
tm --help
```

## License

MIT.
