Metadata-Version: 2.4
Name: rewindex
Version: 0.1.8
Summary: Version control for AI agents. Every change saved automatically. Every mistake undone instantly.
License: Proprietary
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: watchdog<7,>=4.0
Requires-Dist: questionary<3,>=2.0
Requires-Dist: click<9,>=8.0
Requires-Dist: pyyaml<7,>=6.0
Requires-Dist: psutil<6,>=5.9
Requires-Dist: rich<15,>=13.0

# Rewindex

![python](https://img.shields.io/badge/python-3.10%2B-blue)
![license](https://img.shields.io/badge/license-proprietary-red)

**Version control for AI agents. Every change saved automatically. Every mistake undone instantly.**

Rewindex runs silently in the background and snapshots every file your AI agent touches. When something goes wrong, rewind any file to any point in time — no commits needed, no manual saves, no lost work.

## Installation

```bash
# pip
pip install rewindex

# pipx (recommended)
pipx install rewindex

# uv
uv tool install rewindex
```

Requires Python 3.10+. Supported platforms: macOS and Linux.

## Quick Start

```bash
rewindex init        # set up your project and start the daemon
rewindex log         # see what changed
rewindex rewind      # restore files to a previous state
```

## Documentation

Full documentation, commands reference, and SKILL.md for AI agents:
**[github.com/crsxmd/rewindex](https://github.com/crsxmd/rewindex)**

## License

Proprietary. See [LICENSE](https://github.com/crsxmd/rewindex/blob/main/LICENSE) for details.
