Metadata-Version: 2.4
Name: tuffcli
Version: 0.1.0
Summary: Capability lifecycle manager for coding agents.
Home-Page: https://tuffcli.dev
Author: Kannan Kalidasan
Maintainer: kannandreams
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://tuffcli.dev
Project-URL: Homepage, https://tuffcli.dev
Project-URL: Issues, https://github.com/kannandreams/tuff/issues
Project-URL: Repository, https://github.com/kannandreams/tuff

# Tuff

Tuff manages the skills, tools, hooks, and workflows that coding agents load
from a project.

## Install

```sh
pip install tuffcli
```

For an isolated CLI installation with uv:

```sh
uv tool install tuffcli
```

The distribution is named `tuffcli`, but the installed executable is `tuff`:

```sh
tuff --version
tuff init
```

Tuff currently publishes wheels for macOS arm64, macOS x86_64, and Linux
x86_64. The package contains the Rust CLI binary and does not require Rust or
Python runtime dependencies after installation.

Documentation: https://tuffcli.dev

