workbay-stack 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ """Empty anchor module: ``workbay-stack`` ships no code of its own.
2
+
3
+ The distribution exists solely to carry exact ``==`` pins on the published
4
+ WorkBay runtime members (see ``pyproject.toml``), so consumers upgrade the
5
+ whole stack with one version number:
6
+ ``pip install --upgrade workbay-stack``.
7
+ """
@@ -0,0 +1,47 @@
1
+ Metadata-Version: 2.4
2
+ Name: workbay-stack
3
+ Version: 0.1.0
4
+ Summary: WorkBay meta-package: one version anchor that pins the full published WorkBay runtime stack (payload, protocol, bootstrap, MCP servers).
5
+ Project-URL: Homepage, https://github.com/darce/workbay
6
+ Project-URL: Source, https://github.com/darce/workbay/tree/main/packages/workbay-stack
7
+ Project-URL: Changelog, https://github.com/darce/workbay/blob/main/packages/workbay-stack/CHANGELOG.md
8
+ Project-URL: Issues, https://github.com/darce/workbay/issues
9
+ License-Expression: MIT
10
+ Requires-Python: >=3.12
11
+ Requires-Dist: mcp-workbay-handoff==0.1.0
12
+ Requires-Dist: mcp-workbay-orchestrator==0.1.0
13
+ Requires-Dist: workbay-bootstrap==0.1.0
14
+ Requires-Dist: workbay-protocol==0.1.0
15
+ Requires-Dist: workbay-system==0.1.0
16
+ Provides-Extra: dev
17
+ Requires-Dist: pytest>=8; extra == 'dev'
18
+ Description-Content-Type: text/markdown
19
+
20
+ # workbay-stack
21
+
22
+ One-number version anchor for the WorkBay runtime stack.
23
+
24
+ Installing or upgrading this meta-package pulls every published WorkBay
25
+ runtime member at the exact versions released together:
26
+
27
+ ```sh
28
+ pip install --upgrade workbay-stack
29
+ ```
30
+
31
+ Pinned members (exact `==` pins, regenerated by `make stack-pins-sync`,
32
+ gated by `make stack-pins-check`):
33
+
34
+ - `workbay-protocol`
35
+ - `mcp-workbay-handoff`
36
+ - `mcp-workbay-orchestrator`
37
+ - `workbay-bootstrap`
38
+ - `workbay-system`
39
+
40
+ Deliberately excluded: `workbay-canvas-mcp` (private, `publish=false`) and
41
+ `workbay-codex-bridge` (optional host-specific bridge; future
42
+ `workbay-stack[codex]` extra).
43
+
44
+ The package ships no code — `workbay_stack` is an empty module for wheel
45
+ validity. Consumers normally reach it through `make workbay-update`
46
+ (implementation note), which upgrades this anchor and then re-materializes the repo
47
+ overlay via `workbay-bootstrap update`.
@@ -0,0 +1,4 @@
1
+ workbay_stack/__init__.py,sha256=jO5S2faQXXXVBWyJLk_Bvi4abp5kO4gZDJ7zhLMlg-4,301
2
+ workbay_stack-0.1.0.dist-info/METADATA,sha256=43HpyCg-dSyqyCAzrTHd6A00Jrb2Ozey5REMjjIaWgg,1776
3
+ workbay_stack-0.1.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ workbay_stack-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any