Metadata-Version: 2.4
Name: harnesses-ref
Version: 0.1.3
Summary: Reference library for Agent Harnesses
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: click>=8.0
Requires-Dist: strictyaml>=1.7.3
Description-Content-Type: text/markdown

# harnesses-ref

A reference library for Agent Harnesses.

## Installation

```bash
pip install harnesses-ref
```

## Usage

```bash
harnesses-ref validate <path>
harnesses-ref read <path> <property>
harnesses-ref prompt <path>
```

## Releasing

Versions are derived from git tags. To publish a new release to PyPI:

```bash
git tag v0.1.3
git push origin v0.1.3
```

The CI workflow builds and publishes automatically on any `v*` tag push. No changes to `pyproject.toml` are needed.
