Metadata-Version: 2.4
Name: context-surfaces
Version: 0.0.4
Summary: Compatibility shim — installs redis-context-retriever. Please depend on redis-context-retriever directly.
Author: Redis AI Services Team
License: MIT
Keywords: context-surfaces,deprecated-name,mcp,redis
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: redis-context-retriever==0.0.4
Description-Content-Type: text/markdown

# context-surfaces (compatibility shim)

> **This package has been renamed.**
>
> `context-surfaces` is now a metadata-only compatibility package that installs
> [`redis-context-retriever`](https://pypi.org/project/redis-context-retriever/).
> Please depend on `redis-context-retriever` directly in new projects.
>
> The Python import path `from context_surfaces import ...` continues to work
> unchanged — both distribution names install the same module.

## Migration

Replace in your dependency manifest:

```
context-surfaces  →  redis-context-retriever
```

No code changes are required. Pinned versions of `context-surfaces` remain
available indefinitely; this shim guarantees that `pip install context-surfaces`
continues to resolve to a working installation by pulling in
`redis-context-retriever` at the matching version.

## What this package contains

This distribution ships no public Python code of its own. Installing it brings
in `redis-context-retriever`, which provides the `context_surfaces` Python
module along with the `ctxctl` and `ctxcli` CLI entry points.
