specfuse 0.2.6__tar.gz → 0.2.7__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: specfuse
3
- Version: 0.2.6
3
+ Version: 0.2.7
4
4
  Summary: Specfuse umbrella CLI — bridges the pip-installed driver and the Claude Code plugin (init / upgrade).
5
5
  Author: Specfuse contributors
6
6
  License: Apache-2.0
@@ -17,7 +17,7 @@ Requires-Python: >=3.10
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
19
  License-File: NOTICE
20
- Requires-Dist: specfuse-loop>=0.3.3
20
+ Requires-Dist: specfuse-loop>=0.3.4
21
21
  Provides-Extra: dev
22
22
  Requires-Dist: coverage>=7.0; extra == "dev"
23
23
  Requires-Dist: ruff>=0.6; extra == "dev"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "specfuse"
7
- version = "0.2.6"
7
+ version = "0.2.7"
8
8
  description = "Specfuse umbrella CLI — bridges the pip-installed driver and the Claude Code plugin (init / upgrade)."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -25,7 +25,7 @@ classifiers = [
25
25
  # `specfuse.loop.scaffold`, which only exists in specfuse-loop 0.3.0+ (added by
26
26
  # FEAT-2026-0026). A 0.2.x driver would import-fail at `specfuse init`.
27
27
  dependencies = [
28
- "specfuse-loop>=0.3.3",
28
+ "specfuse-loop>=0.3.4",
29
29
  ]
30
30
 
31
31
  [project.optional-dependencies]
@@ -38,7 +38,7 @@ specfuse = "specfuse.cli:main"
38
38
  # not its dependencies' — without these, `specfuse-loop`/`specfuse-lint` (from
39
39
  # the specfuse-loop dep) would be hidden and users would have to install the
40
40
  # driver separately or pass --include-deps. The targets resolve against the
41
- # specfuse.loop modules the pinned specfuse-loop>=0.3.3 dependency provides.
41
+ # specfuse.loop modules the pinned specfuse-loop>=0.3.4 dependency provides.
42
42
  specfuse-loop = "specfuse.loop.loop:main"
43
43
  specfuse-lint = "specfuse.loop.lint_plan:main"
44
44
 
@@ -32,7 +32,7 @@ from pathlib import Path
32
32
 
33
33
  from specfuse.loop import scaffold
34
34
 
35
- __version__ = "0.2.6"
35
+ __version__ = "0.2.7"
36
36
 
37
37
  MARKETPLACE = "specfuse/specfuse"
38
38
  PLUGIN = "specfuse@specfuse"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: specfuse
3
- Version: 0.2.6
3
+ Version: 0.2.7
4
4
  Summary: Specfuse umbrella CLI — bridges the pip-installed driver and the Claude Code plugin (init / upgrade).
5
5
  Author: Specfuse contributors
6
6
  License: Apache-2.0
@@ -17,7 +17,7 @@ Requires-Python: >=3.10
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
19
  License-File: NOTICE
20
- Requires-Dist: specfuse-loop>=0.3.3
20
+ Requires-Dist: specfuse-loop>=0.3.4
21
21
  Provides-Extra: dev
22
22
  Requires-Dist: coverage>=7.0; extra == "dev"
23
23
  Requires-Dist: ruff>=0.6; extra == "dev"
@@ -1,4 +1,4 @@
1
- specfuse-loop>=0.3.3
1
+ specfuse-loop>=0.3.4
2
2
 
3
3
  [dev]
4
4
  coverage>=7.0
File without changes
File without changes
File without changes
File without changes
File without changes