Metadata-Version: 2.4
Name: ai-code-forge
Version: 3.0.0
Summary: DEPRECATED: This package has been renamed to 'acforge'. Please use 'uv tool install acforge' instead.
Project-URL: Homepage, https://github.com/ondrasek/ai-code-forge
Project-URL: Repository, https://github.com/ondrasek/ai-code-forge
Project-URL: Issues, https://github.com/ondrasek/ai-code-forge/issues
Project-URL: New Package, https://pypi.org/project/acforge/
Author-email: AI Code Forge <noreply@example.com>
License: MIT
Keywords: acforge,ai,cli,configuration,deprecated,development,templates
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.9
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 :: Software Development
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# ⚠️ DEPRECATED: ai-code-forge

**This package has been renamed to `acforge` for better usability.**

## Migration Instructions

### For new installations:
```bash
# Install the new package
uv tool install acforge

# Use the new command
acforge --help
```

### For existing users:
```bash
# Uninstall the old package
uv tool uninstall ai-code-forge

# Install the new package  
uv tool install acforge

# Update your scripts to use 'acforge' instead of 'acf' or 'ai-code-forge'
```

## What Changed

- **Package name**: `ai-code-forge` → `acforge`
- **Command name**: `acf` / `ai-code-forge` → `acforge`
- **Installation**: `uvx ai-code-forge` → `uvx acforge`

## Why the Change?

The new `acforge` name is:
- Shorter and easier to type
- Available on PyPI (ai-code-forge conflicts were resolved)
- More consistent branding

## New Package Details

- **PyPI**: https://pypi.org/project/acforge/
- **Repository**: https://github.com/ondrasek/ai-code-forge
- **Documentation**: Same location, updated for new command name

---

**This deprecation package will display warnings when used and redirect you to install `acforge`.**