Metadata-Version: 2.4
Name: workbay
Version: 0.2.1
Summary: WorkBay front door: one command — `workbay install` — to hoist the WorkBay agentic-workflow surface into any repo. The runtime version anchor: pins every published WorkBay runtime member.
Project-URL: Homepage, https://github.com/darce/workbay
Project-URL: Source, https://github.com/darce/workbay/tree/main/packages/workbay
Project-URL: Documentation, https://github.com/darce/workbay/blob/main/docs/CONSUMER.md
Project-URL: Changelog, https://github.com/darce/workbay/blob/main/packages/workbay/CHANGELOG.md
Project-URL: Issues, https://github.com/darce/workbay/issues
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: mcp-workbay-handoff==0.2.0
Requires-Dist: mcp-workbay-orchestrator==0.2.0
Requires-Dist: workbay-bootstrap==0.2.1
Requires-Dist: workbay-protocol==0.2.0
Requires-Dist: workbay-system==0.2.1
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == 'dev'
Description-Content-Type: text/markdown

# workbay

> **Start here — install entry point.** This is the single command that installs the WorkBay stack.

The WorkBay front door. One command hoists the WorkBay agentic-workflow
surface into any repository:

```sh
uvx workbay install --target <repo>
```

or install the entry point and run it directly:

```sh
uv tool install workbay
workbay install --target <repo>
```

`workbay install` delegates to `workbay-bootstrap`, defaulting the overlay
source to the published distribution payload (`--source package`). Pass any
other `workbay-bootstrap` subcommand — `doctor`, `status`, `update` — straight
through.

This distribution carries no runtime code of its own: it is the version anchor
for the WorkBay runtime, pinning every published member at the exact version
released together (`workbay-protocol`, `mcp-workbay-handoff`,
`mcp-workbay-orchestrator`, `workbay-bootstrap`, `workbay-system`) plus the
bootstrap installer it delegates to. See
[`docs/CONSUMER.md`](https://github.com/darce/workbay/blob/main/docs/CONSUMER.md)
for the full install guide.
