specpulse 1.4.0__py3-none-any.whl → 1.4.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.
- specpulse/__init__.py +1 -1
- {specpulse-1.4.0.dist-info → specpulse-1.4.1.dist-info}/METADATA +5 -2
- {specpulse-1.4.0.dist-info → specpulse-1.4.1.dist-info}/RECORD +7 -7
- {specpulse-1.4.0.dist-info → specpulse-1.4.1.dist-info}/WHEEL +0 -0
- {specpulse-1.4.0.dist-info → specpulse-1.4.1.dist-info}/entry_points.txt +0 -0
- {specpulse-1.4.0.dist-info → specpulse-1.4.1.dist-info}/licenses/LICENSE +0 -0
- {specpulse-1.4.0.dist-info → specpulse-1.4.1.dist-info}/top_level.txt +0 -0
specpulse/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: specpulse
|
3
|
-
Version: 1.4.
|
3
|
+
Version: 1.4.1
|
4
4
|
Summary: Specification-Driven Development Framework
|
5
5
|
Home-page: https://github.com/specpulse
|
6
6
|
Author: SpecPulse
|
@@ -67,7 +67,10 @@ Dynamic: requires-python
|
|
67
67
|
|
68
68
|
SpecPulse is a universal **Specification-Driven Development (SDD)** framework that works with ANY software project - web apps, mobile apps, desktop software, games, APIs, ML projects, and more. It ensures every feature starts with clear specifications, validated plans, and tracked tasks.
|
69
69
|
|
70
|
-
> **Latest Update (v1.4.
|
70
|
+
> **Latest Update (v1.4.1)** - Bug Fix Release:
|
71
|
+
> - 🐛 **Fixed Version Display**: Corrected `--version` command showing old version
|
72
|
+
>
|
73
|
+
> **v1.4.0** - Complete Framework Revolution:
|
71
74
|
> - 🚀 **Universal SDD Framework**: Transformed from Constitutional to Specification-Driven Development
|
72
75
|
> - 🎯 **No Technology Restrictions**: Support for ANY technology stack - web, mobile, desktop, games, ML
|
73
76
|
> - 🧪 **86% Test Coverage**: Complete test suite rewrite with 98.3% success rate
|
@@ -1,4 +1,4 @@
|
|
1
|
-
specpulse/__init__.py,sha256=
|
1
|
+
specpulse/__init__.py,sha256=w98QJ9IboOXTYXIWCJCANObSKKyVq9qWgWC6UTT9Nfk,270
|
2
2
|
specpulse/cli/__init__.py,sha256=DpX6FoRJtSNjudsmZ3mTih_RIaWyiIgxew4-f8mOmFY,70
|
3
3
|
specpulse/cli/main.py,sha256=8kiDlmVLe42AjUAaBKfzxSFJqZsk0gddYGGD-gUzs2s,34363
|
4
4
|
specpulse/core/__init__.py,sha256=VKHGdPDM38QM9yDIq05jxol4q8WFlFAeltOzYLsPuto,132
|
@@ -45,9 +45,9 @@ specpulse/utils/__init__.py,sha256=VTGRDsVLl2JIXYyHB9Sidxj5acY_W-LJI2MMtY1pwb0,1
|
|
45
45
|
specpulse/utils/console.py,sha256=xn4Koc1_ph61bvBTlvPOwAbqZ5ac7TZ51xTWJbwG0sc,12973
|
46
46
|
specpulse/utils/git_utils.py,sha256=RzJBZoyWp5on1_wq2lY1bs__UJsGKSDpAUeDKFdRYlQ,6095
|
47
47
|
specpulse/utils/version_check.py,sha256=Cg30K0BRq_y8B9v62aJbtIuBDmPnHcwHTim7HZnoGZc,3424
|
48
|
-
specpulse-1.4.
|
49
|
-
specpulse-1.4.
|
50
|
-
specpulse-1.4.
|
51
|
-
specpulse-1.4.
|
52
|
-
specpulse-1.4.
|
53
|
-
specpulse-1.4.
|
48
|
+
specpulse-1.4.1.dist-info/licenses/LICENSE,sha256=ImSFezK-Phy0oTBqZipcajsJfPZT8mmg8m3jkgNdNhA,1066
|
49
|
+
specpulse-1.4.1.dist-info/METADATA,sha256=YZsuHdghgIz1J8McY8xAVkK4bgbv1bFh9U0H1aDtBa0,22988
|
50
|
+
specpulse-1.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
51
|
+
specpulse-1.4.1.dist-info/entry_points.txt,sha256=GwMaCKWSCFZlJMrTNavEYrnREynIS6dM3B0ILxnaouA,83
|
52
|
+
specpulse-1.4.1.dist-info/top_level.txt,sha256=pEfkFil5xe38J00OHrBrJ07xpbm6bRnGhI8B07O9KeI,10
|
53
|
+
specpulse-1.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|