Metadata-Version: 2.4
Name: afi-cli
Version: 0.8.0
Summary: Deprecated alias for teken — installs teken (the renamed Agent First Interface CLI).
Project-URL: Homepage, https://github.com/agentculture/teken
Project-URL: Issues, https://github.com/agentculture/teken/issues
Author: AgentCulture
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Requires-Dist: teken==0.8.0
Description-Content-Type: text/markdown

# afi-cli — deprecated alias for `teken`

`afi-cli` was renamed to **[`teken`](https://pypi.org/project/teken/)** (Hebrew
תֶּקֶן, "standard"). This package is a thin compatibility wrapper: installing it
pulls in `teken`, which provides the canonical `teken` command and a deprecated
`afi` alias.

```bash
uv tool install afi-cli   # still works — installs teken under the hood
uv tool install teken     # preferred going forward
```

New code should depend on `teken` directly. This wrapper is published in
lockstep with `teken` and will be retired once the migration window closes.
