specpulse 1.2.5__py3-none-any.whl → 1.2.6__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 CHANGED
@@ -3,7 +3,7 @@ SpecPulse: Specification-Driven Development Framework
3
3
  Built for the AI era
4
4
  """
5
5
 
6
- __version__ = "1.2.5"
6
+ __version__ = "1.2.6"
7
7
  __author__ = "SpecPulse"
8
8
  __url__ = "https://github.com/specpulse"
9
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: specpulse
3
- Version: 1.2.5
3
+ Version: 1.2.6
4
4
  Summary: Specification-Driven Development Framework
5
5
  Home-page: https://github.com/specpulse
6
6
  Author: SpecPulse
@@ -296,6 +296,19 @@ Claude and Gemini use slash commands that accept arguments via `$ARGUMENTS`:
296
296
  - Results are saved in `specs/`, `plans/`, `tasks/` folders
297
297
  - Memory system tracks progress in `memory/` folder
298
298
 
299
+ **🔒 Important Security Rules:**
300
+ - **Protected Directories** (Read-Only after init):
301
+ - `templates/` - Original template files
302
+ - `scripts/` - Shell scripts
303
+ - `commands/` - AI command definitions
304
+ - `.claude/` and `.gemini/` - AI configurations
305
+ - **Editable Directories**:
306
+ - `specs/` - Feature specifications (AI creates/edits here)
307
+ - `plans/` - Implementation plans (AI creates/edits here)
308
+ - `tasks/` - Task breakdowns (AI creates/edits here)
309
+ - `memory/` - Project context and decisions
310
+ - **Workflow**: Templates are COPIED to working directories, never modified directly
311
+
299
312
  **Claude vs Gemini:**
300
313
  - **Claude**: Uses Markdown command files (`.claude/commands/*.md`) with YAML frontmatter
301
314
  - Arguments passed via `$ARGUMENTS` variable to shell scripts
@@ -1,4 +1,4 @@
1
- specpulse/__init__.py,sha256=OzUfXnBAYURSh9aIRnQKtkwYnHxL1ljcHXd-19vU88g,270
1
+ specpulse/__init__.py,sha256=Fz847wPXqn9-Ro8qI7O4T6OSZlNQvS49Sec-ehVNCWs,270
2
2
  specpulse/cli/__init__.py,sha256=DpX6FoRJtSNjudsmZ3mTih_RIaWyiIgxew4-f8mOmFY,70
3
3
  specpulse/cli/main.py,sha256=ixY5LgsQnax1WSc8DvPjIA289UDhpKRcfnbxWun4oiY,32873
4
4
  specpulse/core/__init__.py,sha256=VKHGdPDM38QM9yDIq05jxol4q8WFlFAeltOzYLsPuto,132
@@ -37,9 +37,9 @@ specpulse/resources/templates/decomposition/service-plan.md,sha256=YCAu0-jRKNQ-G
37
37
  specpulse/utils/__init__.py,sha256=VTGRDsVLl2JIXYyHB9Sidxj5acY_W-LJI2MMtY1pwb0,122
38
38
  specpulse/utils/console.py,sha256=xn4Koc1_ph61bvBTlvPOwAbqZ5ac7TZ51xTWJbwG0sc,12973
39
39
  specpulse/utils/git_utils.py,sha256=RzJBZoyWp5on1_wq2lY1bs__UJsGKSDpAUeDKFdRYlQ,6095
40
- specpulse-1.2.5.dist-info/licenses/LICENSE,sha256=ImSFezK-Phy0oTBqZipcajsJfPZT8mmg8m3jkgNdNhA,1066
41
- specpulse-1.2.5.dist-info/METADATA,sha256=9vOxYjDCIPjVZOiqkdbVpsJ0LWUlkPURybWiclSmyUk,18570
42
- specpulse-1.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
43
- specpulse-1.2.5.dist-info/entry_points.txt,sha256=GwMaCKWSCFZlJMrTNavEYrnREynIS6dM3B0ILxnaouA,83
44
- specpulse-1.2.5.dist-info/top_level.txt,sha256=pEfkFil5xe38J00OHrBrJ07xpbm6bRnGhI8B07O9KeI,10
45
- specpulse-1.2.5.dist-info/RECORD,,
40
+ specpulse-1.2.6.dist-info/licenses/LICENSE,sha256=ImSFezK-Phy0oTBqZipcajsJfPZT8mmg8m3jkgNdNhA,1066
41
+ specpulse-1.2.6.dist-info/METADATA,sha256=X6_hkbdQeaD9OrCQmfVOE2lmCUMXJcQT8BeyD-9dCT0,19172
42
+ specpulse-1.2.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
43
+ specpulse-1.2.6.dist-info/entry_points.txt,sha256=GwMaCKWSCFZlJMrTNavEYrnREynIS6dM3B0ILxnaouA,83
44
+ specpulse-1.2.6.dist-info/top_level.txt,sha256=pEfkFil5xe38J00OHrBrJ07xpbm6bRnGhI8B07O9KeI,10
45
+ specpulse-1.2.6.dist-info/RECORD,,