Metadata-Version: 2.4
Name: workbay-stack
Version: 0.1.0
Summary: WorkBay meta-package: one version anchor that pins the full published WorkBay runtime stack (payload, protocol, bootstrap, MCP servers).
Project-URL: Homepage, https://github.com/darce/workbay
Project-URL: Source, https://github.com/darce/workbay/tree/main/packages/workbay-stack
Project-URL: Changelog, https://github.com/darce/workbay/blob/main/packages/workbay-stack/CHANGELOG.md
Project-URL: Issues, https://github.com/darce/workbay/issues
License-Expression: MIT
Requires-Python: >=3.12
Requires-Dist: mcp-workbay-handoff==0.1.0
Requires-Dist: mcp-workbay-orchestrator==0.1.0
Requires-Dist: workbay-bootstrap==0.1.0
Requires-Dist: workbay-protocol==0.1.0
Requires-Dist: workbay-system==0.1.0
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == 'dev'
Description-Content-Type: text/markdown

# workbay-stack

One-number version anchor for the WorkBay runtime stack.

Installing or upgrading this meta-package pulls every published WorkBay
runtime member at the exact versions released together:

```sh
pip install --upgrade workbay-stack
```

Pinned members (exact `==` pins, regenerated by `make stack-pins-sync`,
gated by `make stack-pins-check`):

- `workbay-protocol`
- `mcp-workbay-handoff`
- `mcp-workbay-orchestrator`
- `workbay-bootstrap`
- `workbay-system`

Deliberately excluded: `workbay-canvas-mcp` (private, `publish=false`) and
`workbay-codex-bridge` (optional host-specific bridge; future
`workbay-stack[codex]` extra).

The package ships no code — `workbay_stack` is an empty module for wheel
validity. Consumers normally reach it through `make workbay-update`
(implementation note), which upgrades this anchor and then re-materializes the repo
overlay via `workbay-bootstrap update`.
