Metadata-Version: 2.4
Name: superclaudeai
Version: 1.4.0
Summary: DEPRECATED — renamed to claude-primer. Install with: pip install claude-primer
Project-URL: Homepage, https://github.com/limaronaldo/claude-primer
Author: Ronaldo Lima, Breno Lima
License-Expression: MIT
License-File: LICENSE
Keywords: claude,claude-code,claude-primer,deprecated
Classifier: Development Status :: 7 - Inactive
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Documentation
Requires-Python: >=3.10
Requires-Dist: claude-primer>=1.3.2
Description-Content-Type: text/markdown

# superclaudeai (DEPRECATED)

**This package has been renamed to [`claude-primer`](https://pypi.org/project/claude-primer/).**

## Migration

```bash
pip uninstall superclaudeai
pip install claude-primer
```

Then use `claude-primer` instead of `super-claude`:

```bash
claude-primer                    # interactive setup
claude-primer --force --yes      # non-interactive
```

## Why the rename?

The project was renamed to `claude-primer` for clarity: it primes your repository for Claude Code by generating context-aware knowledge architecture files.

All future development happens at [github.com/limaronaldo/claude-primer](https://github.com/limaronaldo/claude-primer).
