Metadata-Version: 2.4
Name: steward-cli
Version: 0.2.0
Summary: Steward — aligns and maintains resident agents across Culture projects.
Project-URL: Homepage, https://github.com/agentculture/steward
Project-URL: Issues, https://github.com/agentculture/steward/issues
Author: AgentCulture
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# steward

Steward aligns and maintains resident agents across Culture projects.

## Install

```bash
pip install steward-cli
```

Or, with [uv](https://github.com/astral-sh/uv):

```bash
uv tool install steward-cli
```

## Usage

```bash
steward --version
steward --help

# Show a Culture agent's full configuration in one view
# (CLAUDE.md + the parallel culture.yaml + .claude/skills/ index).
# Run from inside a Steward checkout — the command finds the agent-config
# skill script via a walk-up from the current working directory.
steward show ../culture
steward show ../daria
```

`steward show` is a thin wrapper over the `agent-config` skill at
`.claude/skills/agent-config/scripts/show.sh`. The skill remains the canonical
implementation; the CLI is the typed entry point.

See [`CLAUDE.md`](CLAUDE.md) for project-shape, build/test/publish details, and
the skills convention.

## License

MIT — see [`LICENSE`](LICENSE).
