Metadata-Version: 2.4
Name: java-codebase-rag
Version: 0.12.1
Summary: Renamed to jrag-cli; this package only depends on jrag-cli. New setups: pip install jrag-cli.
Author: HumanBean17
License-Expression: MIT
Project-URL: Homepage, https://github.com/HumanBean17/jrag
Project-URL: Repository, https://github.com/HumanBean17/jrag
Project-URL: Issues, https://github.com/HumanBean17/jrag/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: jrag-cli==0.12.1

# java-codebase-rag (renamed to `jrag-cli`)

This package has been **renamed to [`jrag-cli`](https://github.com/HumanBean17/jrag)**.

`java-codebase-rag` remains on PyPI as a thin compatibility shim that depends
on `jrag-cli` and ships no code of its own. Upgrading an existing install
pulls `jrag-cli` in transparently:

```bash
pip install -U java-codebase-rag   # installs jrag-cli behind the scenes
```

For new setups, install the canonical package directly:

```bash
pip install jrag-cli
```

The CLI entry points, MCP server, and module layout are unchanged — `jrag`
and `jrag-mcp` (plus the legacy `java-codebase-rag` / `java-codebase-rag-mcp`
aliases) are all provided by `jrag-cli`. See
[HumanBean17/jrag](https://github.com/HumanBean17/jrag) for documentation.
