Metadata-Version: 2.4
Name: pmkit
Version: 0.1.1
Summary: Human-first CLI for the pm-system opportunity funnel: discovery + backlog.
Author: Kedar Dabhadkar
License: MIT
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == 'dev'
Provides-Extra: dogfood
Requires-Dist: fastmcp<4,>=3; extra == 'dogfood'
Requires-Dist: playwright>=1.40; extra == 'dogfood'
Description-Content-Type: text/markdown

# pmkit

The human-first CLI for [pm-system](../README.md). Deterministic work — fetching signals,
backlog CRUD, dedup, and RICE math — lives here so a person can run it directly and an agent
can call the exact same surface.

```bash
uv tool install .        # or: pip install .
pmkit --help
```

Core is stdlib-only (no third-party dependencies), so install is trivial and offline-friendly.

The backlog database defaults to `~/.pmkit/backlog.db`; override with `PMKIT_DB_PATH`.
Every command accepts `--json` for machine-readable output (agent parity).
