workstate-stack 0.1.1__tar.gz → 0.1.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: workstate-stack
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Workstate meta-package: one version anchor that pins the full published Workstate runtime stack (payload, protocol, bootstrap, MCP servers).
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/darce/workstate
@@ -12,7 +12,7 @@ Description-Content-Type: text/markdown
12
12
  Requires-Dist: workstate-protocol==0.2.2
13
13
  Requires-Dist: mcp-workstate-handoff==0.12.4
14
14
  Requires-Dist: mcp-workstate-orchestrator==0.6.1
15
- Requires-Dist: workstate-bootstrap==0.8.3
15
+ Requires-Dist: workstate-bootstrap==0.8.4
16
16
  Requires-Dist: workstate-system==0.2.2
17
17
  Provides-Extra: dev
18
18
  Requires-Dist: pytest>=8; extra == "dev"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "workstate-stack"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "Workstate meta-package: one version anchor that pins the full published Workstate runtime stack (payload, protocol, bootstrap, MCP servers)."
9
9
  readme = "README.md"
10
10
  # Floor must match the strictest member pin (mcp-workstate-handoff >=3.12);
@@ -19,7 +19,7 @@ dependencies = [
19
19
  "workstate-protocol==0.2.2",
20
20
  "mcp-workstate-handoff==0.12.4",
21
21
  "mcp-workstate-orchestrator==0.6.1",
22
- "workstate-bootstrap==0.8.3",
22
+ "workstate-bootstrap==0.8.4",
23
23
  "workstate-system==0.2.2",
24
24
  # <<< STACK PINS <<<
25
25
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: workstate-stack
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Workstate meta-package: one version anchor that pins the full published Workstate runtime stack (payload, protocol, bootstrap, MCP servers).
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/darce/workstate
@@ -12,7 +12,7 @@ Description-Content-Type: text/markdown
12
12
  Requires-Dist: workstate-protocol==0.2.2
13
13
  Requires-Dist: mcp-workstate-handoff==0.12.4
14
14
  Requires-Dist: mcp-workstate-orchestrator==0.6.1
15
- Requires-Dist: workstate-bootstrap==0.8.3
15
+ Requires-Dist: workstate-bootstrap==0.8.4
16
16
  Requires-Dist: workstate-system==0.2.2
17
17
  Provides-Extra: dev
18
18
  Requires-Dist: pytest>=8; extra == "dev"
@@ -1,7 +1,7 @@
1
1
  workstate-protocol==0.2.2
2
2
  mcp-workstate-handoff==0.12.4
3
3
  mcp-workstate-orchestrator==0.6.1
4
- workstate-bootstrap==0.8.3
4
+ workstate-bootstrap==0.8.4
5
5
  workstate-system==0.2.2
6
6
 
7
7
  [dev]