specpulse 1.4.4__py3-none-any.whl → 1.4.5__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 +2 -1
- specpulse/__main__.py +10 -0
- specpulse/_version.py +8 -0
- {specpulse-1.4.4.dist-info → specpulse-1.4.5.dist-info}/METADATA +7 -2
- {specpulse-1.4.4.dist-info → specpulse-1.4.5.dist-info}/RECORD +9 -7
- {specpulse-1.4.4.dist-info → specpulse-1.4.5.dist-info}/WHEEL +0 -0
- {specpulse-1.4.4.dist-info → specpulse-1.4.5.dist-info}/entry_points.txt +0 -0
- {specpulse-1.4.4.dist-info → specpulse-1.4.5.dist-info}/licenses/LICENSE +0 -0
- {specpulse-1.4.4.dist-info → specpulse-1.4.5.dist-info}/top_level.txt +0 -0
specpulse/__init__.py
CHANGED
specpulse/__main__.py
ADDED
specpulse/_version.py
ADDED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: specpulse
|
3
|
-
Version: 1.4.
|
3
|
+
Version: 1.4.5
|
4
4
|
Summary: Specification-Driven Development Framework
|
5
5
|
Home-page: https://github.com/specpulse
|
6
6
|
Author: SpecPulse
|
@@ -67,7 +67,12 @@ 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.5)** - Version Management:
|
71
|
+
> - 🎯 **Single Source of Truth**: Version now managed only in `_version.py`
|
72
|
+
> - 📦 **Module Support**: Can run with `python -m specpulse`
|
73
|
+
> - 🔧 **Dynamic Version**: No more version sync issues
|
74
|
+
>
|
75
|
+
> **v1.4.4** - Critical Workflow Fixes:
|
71
76
|
> - 🐛 **Fixed Script Numbering**: Resolved `/sp-pulse` creating empty placeholders while subsequent commands created new files
|
72
77
|
> - 🎯 **Fixed Task Detection**: Execute scripts now properly detect task format (`### T001:` with `**Status**:`)
|
73
78
|
> - 📝 **Unified Placeholders**: All scripts use consistent `<!-- INSTRUCTION: Generate -->` markers
|
@@ -1,4 +1,6 @@
|
|
1
|
-
specpulse/__init__.py,sha256=
|
1
|
+
specpulse/__init__.py,sha256=tM1YOpZvMozduKkVIp_x2osI55VsX6LlfCw3PG3xtlM,283
|
2
|
+
specpulse/__main__.py,sha256=wnxZMHidUfeQ9k9aZi1SA2PZBuf0g-Bvk3hKuHGdWMY,163
|
3
|
+
specpulse/_version.py,sha256=3qrQGAfbAMT3m9LOU7xlRL5rwb4TRSzhQn1k552ESX8,192
|
2
4
|
specpulse/cli/__init__.py,sha256=DpX6FoRJtSNjudsmZ3mTih_RIaWyiIgxew4-f8mOmFY,70
|
3
5
|
specpulse/cli/main.py,sha256=p32z6MovqiWI94CsojLKIP65Kmq0C3sX_xpQlqXYsZM,35251
|
4
6
|
specpulse/core/__init__.py,sha256=VKHGdPDM38QM9yDIq05jxol4q8WFlFAeltOzYLsPuto,132
|
@@ -47,9 +49,9 @@ specpulse/utils/__init__.py,sha256=VTGRDsVLl2JIXYyHB9Sidxj5acY_W-LJI2MMtY1pwb0,1
|
|
47
49
|
specpulse/utils/console.py,sha256=1Dn6m81dZa3XZkeKvGFgQywE9FyQnhlOorNtE0f86VM,14793
|
48
50
|
specpulse/utils/git_utils.py,sha256=jH5RWbC-lx2iPKVm2dWP7Iqqh1_CdmbNi7q4S_c4W8s,7393
|
49
51
|
specpulse/utils/version_check.py,sha256=9Ug0Td1SesRskx2JFy7QS59ikomKRxuSM9OUHrZtEO4,3877
|
50
|
-
specpulse-1.4.
|
51
|
-
specpulse-1.4.
|
52
|
-
specpulse-1.4.
|
53
|
-
specpulse-1.4.
|
54
|
-
specpulse-1.4.
|
55
|
-
specpulse-1.4.
|
52
|
+
specpulse-1.4.5.dist-info/licenses/LICENSE,sha256=ImSFezK-Phy0oTBqZipcajsJfPZT8mmg8m3jkgNdNhA,1066
|
53
|
+
specpulse-1.4.5.dist-info/METADATA,sha256=sRd7ZAv1nz8xzal3pSZMbyprvkdHbPuPATZeV9M60q4,25377
|
54
|
+
specpulse-1.4.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
55
|
+
specpulse-1.4.5.dist-info/entry_points.txt,sha256=GwMaCKWSCFZlJMrTNavEYrnREynIS6dM3B0ILxnaouA,83
|
56
|
+
specpulse-1.4.5.dist-info/top_level.txt,sha256=pEfkFil5xe38J00OHrBrJ07xpbm6bRnGhI8B07O9KeI,10
|
57
|
+
specpulse-1.4.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|