Metadata-Version: 2.4
Name: ai-code-forge
Version: 2.92.0
Summary: Configuration management tool for AI Code Forge
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
Author-email: AI Code Forge <noreply@example.com>
License: MIT
Keywords: ai,claude,cli,configuration,development
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Installation/Setup
Requires-Python: >=3.13
Requires-Dist: click>=8.1
Description-Content-Type: text/markdown

# AI Code Forge

Configuration management tool for AI Code Forge - automated deployment of Claude Code configurations, templates, and development tools.

## Installation

```bash
pip install ai-code-forge
```

## Usage

### Install Configuration

Deploy complete AI Code Forge configuration to your project:

```bash
acf install
```

Options:
- `--target PATH` - Install to specific directory (default: current directory)
- `--force` - Overwrite existing files

### Check Status

Verify your AI Code Forge installation:

```bash
acf status
```

## What Gets Installed

- **`.claude/`** - Claude Code agents, commands, and settings
- **`.acf/`** - Templates, documentation, and scripts
- **`CLAUDE.md`** - Core operational rules and guidelines

## Requirements

- Python 3.13+
- Claude Code CLI

## Project

This tool is part of the [AI Code Forge](https://github.com/ondrasek/ai-code-forge) project - a comprehensive template system that enhances Claude Code with specialized AI agents, technology stack configurations, and automated workflows.