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

# workstate-stack

One-number version anchor for the Workstate runtime stack.

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

```sh
pip install --upgrade workstate-stack
```

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

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

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

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