workstate-stack 0.1.1__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: ``workstate-stack`` ships no code of its own.
|
|
2
|
+
|
|
3
|
+
The distribution exists solely to carry exact ``==`` pins on the published
|
|
4
|
+
Workstate runtime members (see ``pyproject.toml``), so consumers upgrade the
|
|
5
|
+
whole stack with one version number:
|
|
6
|
+
``pip install --upgrade workstate-stack``.
|
|
7
|
+
"""
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: workstate-stack
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: Workstate meta-package: one version anchor that pins the full published Workstate runtime stack (payload, protocol, bootstrap, MCP servers).
|
|
5
|
+
License: MIT
|
|
6
|
+
Project-URL: Homepage, https://github.com/darce/workstate
|
|
7
|
+
Project-URL: Source, https://github.com/darce/workstate/tree/main/packages/workstate-stack
|
|
8
|
+
Project-URL: Changelog, https://github.com/darce/workstate/blob/main/packages/workstate-stack/CHANGELOG.md
|
|
9
|
+
Project-URL: Issues, https://github.com/darce/workstate/issues
|
|
10
|
+
Requires-Python: >=3.12
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
Requires-Dist: workstate-protocol==0.2.2
|
|
13
|
+
Requires-Dist: mcp-workstate-handoff==0.12.4
|
|
14
|
+
Requires-Dist: mcp-workstate-orchestrator==0.6.1
|
|
15
|
+
Requires-Dist: workstate-bootstrap==0.8.3
|
|
16
|
+
Requires-Dist: workstate-system==0.2.2
|
|
17
|
+
Provides-Extra: dev
|
|
18
|
+
Requires-Dist: pytest>=8; extra == "dev"
|
|
19
|
+
|
|
20
|
+
# workstate-stack
|
|
21
|
+
|
|
22
|
+
One-number version anchor for the Workstate runtime stack.
|
|
23
|
+
|
|
24
|
+
Installing or upgrading this meta-package pulls every published Workstate
|
|
25
|
+
runtime member at the exact versions released together:
|
|
26
|
+
|
|
27
|
+
```sh
|
|
28
|
+
pip install --upgrade workstate-stack
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Pinned members (exact `==` pins, regenerated by `make stack-pins-sync`,
|
|
32
|
+
gated by `make stack-pins-check`):
|
|
33
|
+
|
|
34
|
+
- `workstate-protocol`
|
|
35
|
+
- `mcp-workstate-handoff`
|
|
36
|
+
- `mcp-workstate-orchestrator`
|
|
37
|
+
- `workstate-bootstrap`
|
|
38
|
+
- `workstate-system`
|
|
39
|
+
|
|
40
|
+
Deliberately excluded: `mcp-workstate-canvas` (private, `publish=false`) and
|
|
41
|
+
`workstate-codex-bridge` (optional host-specific bridge; future
|
|
42
|
+
`workstate-stack[codex]` extra).
|
|
43
|
+
|
|
44
|
+
The package ships no code — `workstate_stack` is an empty module for wheel
|
|
45
|
+
validity. Consumers normally reach it through `make workstate-update`
|
|
46
|
+
(implementation note), which upgrades this anchor and then re-materializes the repo
|
|
47
|
+
overlay via `workstate-bootstrap update`.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
workstate_stack/__init__.py,sha256=HwvIMcLzWOhyzr2ZuDC4xGKU3C4IWCtwfyRJ--WysoM,307
|
|
2
|
+
workstate_stack-0.1.1.dist-info/METADATA,sha256=_M-wd1HvQsW4WMvvCGOOMmGnHFAgHuTVAD_XFDeUtpc,1824
|
|
3
|
+
workstate_stack-0.1.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
workstate_stack-0.1.1.dist-info/top_level.txt,sha256=9wAh1HJy2gqf9lOiZB2bXlhYcWgDfafiQ5Tmr-ZEnxs,16
|
|
5
|
+
workstate_stack-0.1.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
workstate_stack
|