Metadata-Version: 2.4
Name: tautline
Version: 0.25.0
Summary: Tautline - the governor for AI coding agents. Enforced completion gates, per-project adapters, and lifecycle guards for AI-driven delivery.
Project-URL: Homepage, https://github.com/Tautlines/tautline
Project-URL: Repository, https://github.com/Tautlines/tautline
Project-URL: Issues, https://github.com/Tautlines/tautline/issues
License: MIT
License-File: LICENSE
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Tautline

The governor for AI coding agents.

## Install

Requires Python 3.10+.

```
pipx install tautline
```

Or into an existing virtualenv:

```
pip install tautline
```

Updates arrive through the same channel: `pipx upgrade tautline` or
`pip install -U tautline`.

## Full runtime from a checkout

The installed package is a stamped snapshot of one release; it updates only
when you update it. For the auto-updating runtime, use the checkout mode:

```
git clone https://github.com/tautlines/tautline
cd tautline
bin/tautline install-cli
```

## Links

- Source: https://github.com/tautlines/tautline
- Roadmap: https://github.com/tautlines/tautline/blob/main/ROADMAP.md
- Issues: https://github.com/tautlines/tautline/issues
- License: MIT
