Metadata-Version: 2.4
Name: aicfg
Version: 0.0.2
Summary: Unified AI assistant configuration management
Author-email: Tomer Figenblat <tomer@figenblat.com>
License: MIT
Requires-Python: >=3.11
Requires-Dist: pyyaml
Description-Content-Type: text/markdown

# aicfg

Unified AI assistant configuration management.

## Usage

```bash
aicfg link agents --to claude,cursor --dry-run
aicfg link agents --to claude,cursor
```

## Known Assistants

- claude
- cursor
- copilot
- agents
- opencode

## Windows

Windows users require Developer Mode enabled for symlinks to work. See [Microsoft docs](https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development).
