specpulse 1.4.0__py3-none-any.whl → 1.4.2__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.
Files changed (31) hide show
  1. specpulse/__init__.py +1 -1
  2. specpulse/cli/main.py +30 -8
  3. specpulse/core/specpulse.py +328 -3
  4. specpulse/core/validator.py +115 -5
  5. specpulse/resources/commands/gemini/sp-pulse.toml +80 -23
  6. specpulse/resources/commands/gemini/sp-spec.toml +90 -45
  7. specpulse/resources/scripts/sp-pulse-decompose.ps1 +74 -0
  8. specpulse/resources/scripts/sp-pulse-execute.ps1 +177 -0
  9. specpulse/resources/scripts/sp-pulse-init.ps1 +36 -11
  10. specpulse/resources/scripts/sp-pulse-init.sh +29 -8
  11. specpulse/resources/scripts/sp-pulse-plan.sh +42 -17
  12. specpulse/resources/scripts/sp-pulse-spec.sh +49 -25
  13. specpulse/resources/scripts/sp-pulse-task.sh +49 -17
  14. specpulse/resources/templates/decomposition/api-contract.yaml +344 -12
  15. specpulse/resources/templates/decomposition/integration-plan.md +249 -97
  16. specpulse/resources/templates/decomposition/interface.ts +244 -13
  17. specpulse/resources/templates/decomposition/microservice.md +151 -0
  18. specpulse/resources/templates/decomposition/service-plan.md +187 -155
  19. specpulse/resources/templates/plan.md +134 -225
  20. specpulse/resources/templates/spec.md +94 -125
  21. specpulse/resources/templates/task.md +216 -161
  22. specpulse/utils/console.py +54 -6
  23. specpulse/utils/git_utils.py +47 -4
  24. specpulse/utils/version_check.py +15 -2
  25. {specpulse-1.4.0.dist-info → specpulse-1.4.2.dist-info}/METADATA +36 -17
  26. {specpulse-1.4.0.dist-info → specpulse-1.4.2.dist-info}/RECORD +30 -28
  27. specpulse/resources/templates/decomposition/microservices.md +0 -35
  28. {specpulse-1.4.0.dist-info → specpulse-1.4.2.dist-info}/WHEEL +0 -0
  29. {specpulse-1.4.0.dist-info → specpulse-1.4.2.dist-info}/entry_points.txt +0 -0
  30. {specpulse-1.4.0.dist-info → specpulse-1.4.2.dist-info}/licenses/LICENSE +0 -0
  31. {specpulse-1.4.0.dist-info → specpulse-1.4.2.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,9 @@
1
- specpulse/__init__.py,sha256=yiF_JN2-cvTId2cojs_w7kxMhDpqkQdvspUvfA2e0hk,270
1
+ specpulse/__init__.py,sha256=S9i8eeS7i75zkwKFr3D80BgRXO3QW1rXi_B8dNQaGeE,270
2
2
  specpulse/cli/__init__.py,sha256=DpX6FoRJtSNjudsmZ3mTih_RIaWyiIgxew4-f8mOmFY,70
3
- specpulse/cli/main.py,sha256=8kiDlmVLe42AjUAaBKfzxSFJqZsk0gddYGGD-gUzs2s,34363
3
+ specpulse/cli/main.py,sha256=p32z6MovqiWI94CsojLKIP65Kmq0C3sX_xpQlqXYsZM,35251
4
4
  specpulse/core/__init__.py,sha256=VKHGdPDM38QM9yDIq05jxol4q8WFlFAeltOzYLsPuto,132
5
- specpulse/core/specpulse.py,sha256=d_aDIQY0jP3KMqF0Pv1FROHXZ5Zsg9uqtcxCOCQdIDo,30965
6
- specpulse/core/validator.py,sha256=KTXlYMmdQ6kNuRh2Gq7RyYiUDGZMSXCqBUGG89IZufo,18773
5
+ specpulse/core/specpulse.py,sha256=ull3PxD1nBybSegOHefS32f7OXvkwaeY-aw6ZyXhhQI,42267
6
+ specpulse/core/validator.py,sha256=xSWqR_-ZDV-vPNEqkmK7r-YRyKvJON5wXelXz-sXGN0,22725
7
7
  specpulse/resources/commands/claude/sp-continue.md,sha256=3_vikDSNRN0slNtKQGWl9dWEgkT-Q7nFpUxHKnzBCKs,5175
8
8
  specpulse/resources/commands/claude/sp-decompose.md,sha256=VBWthGczLdI6onXKdfcN5JTiRTY43Xe6OQ7JTbk3Fao,8054
9
9
  specpulse/resources/commands/claude/sp-execute.md,sha256=zkWcp_u8Dz9BgFp36ikssOQZ2eM2uPOCiWtY1DsyTUk,4850
@@ -16,38 +16,40 @@ specpulse/resources/commands/gemini/sp-continue.toml,sha256=_iyo_g9IV0-FtIpiVknK
16
16
  specpulse/resources/commands/gemini/sp-decompose.toml,sha256=uQdx0tavjUGRns9yNaz9Hlbk6eCip801bi-ijH88Rj4,1495
17
17
  specpulse/resources/commands/gemini/sp-execute.toml,sha256=6tLZRfZkoeVIsMu7scREE3OrS3ZM_Bt8YXKVhiuGYYk,1623
18
18
  specpulse/resources/commands/gemini/sp-plan.toml,sha256=fyrmMnpLK3UYl6Ok0Rf5B5A_GaKylT3PFbMruwWBXQg,2138
19
- specpulse/resources/commands/gemini/sp-pulse.toml,sha256=lDqgCbGlniOf6sAr7WsdSeMH0fRTwOgIs9jollBTDEc,1201
20
- specpulse/resources/commands/gemini/sp-spec.toml,sha256=ez7_opu5Quvs5sW7LljK22Ega4mDWs6s7_W89G8UtNc,2100
19
+ specpulse/resources/commands/gemini/sp-pulse.toml,sha256=L4WjeT78r_GBmENICcYjwpeerT34ESaf--QaGcP432c,3442
20
+ specpulse/resources/commands/gemini/sp-spec.toml,sha256=hdXxX8tpvriLN2AN4Y8tlIw74m4woMCgtHx1QIKxP5Y,3724
21
21
  specpulse/resources/commands/gemini/sp-status.toml,sha256=PNZvCwwbzTYyA5Bm2M4SYw1ndz0vRqCkqT-_3pYJ_Qs,1979
22
22
  specpulse/resources/commands/gemini/sp-task.toml,sha256=ha7Juew5rghvYxAqDpXfs5udGA2GkuT6WP2LftAPV2w,2387
23
23
  specpulse/resources/memory/constitution.md,sha256=uom1OSF13usmJK-TPPLIUMo4l-elHdTbHdms_U8Fd8o,10301
24
24
  specpulse/resources/memory/context.md,sha256=B-6m5f4WP8x_VXp0S9fbqm8tHH-2PZ7d9VWzW934hpo,1957
25
25
  specpulse/resources/memory/decisions.md,sha256=ZwzVyOPB2mIzwveWpGmedej7ncI81GALg8WVy6AeZA4,686
26
+ specpulse/resources/scripts/sp-pulse-decompose.ps1,sha256=KVrcDHYxibCyzY_Z9SKo7gMdM8mfKY7RukUPKVCaJ_A,2376
26
27
  specpulse/resources/scripts/sp-pulse-decompose.sh,sha256=EN8iF02pij4yse3of3fgO8ZI6YKFUV7Z7f4epEmaKXI,1431
28
+ specpulse/resources/scripts/sp-pulse-execute.ps1,sha256=k4U5qoVjtEg0S3HD5g1bViZcMrG_1Zj9hNT269Oj_hU,6376
27
29
  specpulse/resources/scripts/sp-pulse-execute.sh,sha256=696vgsj0NpV-Mr0KMyoJ63NkTqmS1tmQ1X4BzK0kQGA,5493
28
- specpulse/resources/scripts/sp-pulse-init.ps1,sha256=VXmLRg4d9xwy2Lbhrv3h7L_RJ0c-eido8zRyvNaeqx0,4058
29
- specpulse/resources/scripts/sp-pulse-init.sh,sha256=ECqLvgt6H-Wtp1hpKhkCKv_k70ZVfkmb13YyxT8Ni2M,3285
30
+ specpulse/resources/scripts/sp-pulse-init.ps1,sha256=NaQvpjEEfegvr2QQtYw6K_MYzh4EkfUPF7zjf_ffHUg,4799
31
+ specpulse/resources/scripts/sp-pulse-init.sh,sha256=WDSRmf-qgcSs2sGpBLe44ObL3dAvJOdnbxsmpspcglI,4368
30
32
  specpulse/resources/scripts/sp-pulse-plan.ps1,sha256=Aw-XKJfLTkavYSqVD3lVs5JQ9h3K4ZcHzprqDYS8MWo,4369
31
- specpulse/resources/scripts/sp-pulse-plan.sh,sha256=g6w1tO6nmm6H3iKPb0SlLIb2Z1jufyHFKefKg41OrJw,3835
33
+ specpulse/resources/scripts/sp-pulse-plan.sh,sha256=zh-mfuqWWG20R513KtyhhAmA2llmhLy6l_TrbYHMtHs,5048
32
34
  specpulse/resources/scripts/sp-pulse-spec.ps1,sha256=u71r-wfGB8f7RJCuENufCJLlSuXlWcnUHYiSpjrPEQ4,4075
33
- specpulse/resources/scripts/sp-pulse-spec.sh,sha256=1QBHkJKpopH2Vn8fIGYSMuuiqMrtu3F1WZCyk5liN-Y,3906
35
+ specpulse/resources/scripts/sp-pulse-spec.sh,sha256=Tr4DBie3DuCKBJWEisPNYcJ4cLFWyygnI1HIw63bABI,5336
34
36
  specpulse/resources/scripts/sp-pulse-task.ps1,sha256=Uqp6lobaQb4mW5OiQ9LjEtyuYSewcRMjUj1GqHVoh6g,5664
35
- specpulse/resources/scripts/sp-pulse-task.sh,sha256=JeMnBgLUUan0ZOykSrAF4PbqOXX50JwyGZMwkJfr05M,4724
36
- specpulse/resources/templates/plan.md,sha256=2iEbkODjYURoqaltFVAAfk0N_RYPgqme5kUjmBEYUXw,7180
37
- specpulse/resources/templates/spec.md,sha256=yVWn2LhZn0IMLJ9XuBjPWSWNS4GYJFowRrqRMT2wJf4,3748
38
- specpulse/resources/templates/task.md,sha256=Gy1N3fjP7ZzSuBXpNKIdqHdIv8ApAoBn0BcNLHVG6hI,5110
39
- specpulse/resources/templates/decomposition/api-contract.yaml,sha256=bi-Gkm_YN-ghequB2qDg9ZZ3xHFdWngZ9RXODyP0EG8,322
40
- specpulse/resources/templates/decomposition/integration-plan.md,sha256=f7VR4GmdSKWPthH5uy9S9c2wt9yohXwVT-raGNcjRUM,2715
41
- specpulse/resources/templates/decomposition/interface.ts,sha256=hctQVneU8If19dP3b1_pQG-1P0qrr2HTa1JJZFn6x3w,324
42
- specpulse/resources/templates/decomposition/microservices.md,sha256=x1aHJlP-38IQJYWhXL6jWICxDLgvItKHqpBGrVUsrWs,923
43
- specpulse/resources/templates/decomposition/service-plan.md,sha256=fznEYmmJY7CEz3UceSCSAVpMMwBMcn5n2XFiZ5lRJ8w,3135
37
+ specpulse/resources/scripts/sp-pulse-task.sh,sha256=f6biPNGG7V9merxHw5W_i_avQCheSAAEdqJ-UOey5wk,6125
38
+ specpulse/resources/templates/plan.md,sha256=ieouqeIhLEfzP-_vytCmKHqxNGh8ITNZ5sub3nufvZ0,3349
39
+ specpulse/resources/templates/spec.md,sha256=wGXSyD7AWRofeeW5a2rVrSIxeYK5zolQulN1xJRni44,2234
40
+ specpulse/resources/templates/task.md,sha256=X3_BOYIZ40qMGRxDs-stGh0pAVyZHYkvSNuvXJO981o,4658
41
+ specpulse/resources/templates/decomposition/api-contract.yaml,sha256=n6K9_rDuqK2T3Vu6_pbVvdPUYA3eMvqLTLKid2rdqPo,8568
42
+ specpulse/resources/templates/decomposition/integration-plan.md,sha256=XV27jI1hhEZn714Pg5TggFsKSOcm_jwBqs_zTfVsrYk,6654
43
+ specpulse/resources/templates/decomposition/interface.ts,sha256=glKKwvHkkZNiTbCEwYD8PBcxJ7bq2LdXGt2s0nPnRwk,6373
44
+ specpulse/resources/templates/decomposition/microservice.md,sha256=b3zJk-5AnAmL7lQI6ffUSTQk4sBkfazm1sbkB-o6dCo,3773
45
+ specpulse/resources/templates/decomposition/service-plan.md,sha256=zRnowiSR1Hy0VcJJS3wMy9EcMxg1MW8FvW-a0b0AoUc,5922
44
46
  specpulse/utils/__init__.py,sha256=VTGRDsVLl2JIXYyHB9Sidxj5acY_W-LJI2MMtY1pwb0,122
45
- specpulse/utils/console.py,sha256=xn4Koc1_ph61bvBTlvPOwAbqZ5ac7TZ51xTWJbwG0sc,12973
46
- specpulse/utils/git_utils.py,sha256=RzJBZoyWp5on1_wq2lY1bs__UJsGKSDpAUeDKFdRYlQ,6095
47
- specpulse/utils/version_check.py,sha256=Cg30K0BRq_y8B9v62aJbtIuBDmPnHcwHTim7HZnoGZc,3424
48
- specpulse-1.4.0.dist-info/licenses/LICENSE,sha256=ImSFezK-Phy0oTBqZipcajsJfPZT8mmg8m3jkgNdNhA,1066
49
- specpulse-1.4.0.dist-info/METADATA,sha256=5KvhMB-SbTDnhsMrr6A1rCZsvoLrXP-KVHjCSwlf0e4,22865
50
- specpulse-1.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
51
- specpulse-1.4.0.dist-info/entry_points.txt,sha256=GwMaCKWSCFZlJMrTNavEYrnREynIS6dM3B0ILxnaouA,83
52
- specpulse-1.4.0.dist-info/top_level.txt,sha256=pEfkFil5xe38J00OHrBrJ07xpbm6bRnGhI8B07O9KeI,10
53
- specpulse-1.4.0.dist-info/RECORD,,
47
+ specpulse/utils/console.py,sha256=1Dn6m81dZa3XZkeKvGFgQywE9FyQnhlOorNtE0f86VM,14793
48
+ specpulse/utils/git_utils.py,sha256=jH5RWbC-lx2iPKVm2dWP7Iqqh1_CdmbNi7q4S_c4W8s,7393
49
+ specpulse/utils/version_check.py,sha256=9Ug0Td1SesRskx2JFy7QS59ikomKRxuSM9OUHrZtEO4,3877
50
+ specpulse-1.4.2.dist-info/licenses/LICENSE,sha256=ImSFezK-Phy0oTBqZipcajsJfPZT8mmg8m3jkgNdNhA,1066
51
+ specpulse-1.4.2.dist-info/METADATA,sha256=MDzhFVbNNaUScmAhhm02ZevL6mWodAah8gXOiwhQPPg,24325
52
+ specpulse-1.4.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
53
+ specpulse-1.4.2.dist-info/entry_points.txt,sha256=GwMaCKWSCFZlJMrTNavEYrnREynIS6dM3B0ILxnaouA,83
54
+ specpulse-1.4.2.dist-info/top_level.txt,sha256=pEfkFil5xe38J00OHrBrJ07xpbm6bRnGhI8B07O9KeI,10
55
+ specpulse-1.4.2.dist-info/RECORD,,
@@ -1,35 +0,0 @@
1
- # Microservice Decomposition: {{ feature_name }}
2
-
3
- ## Metadata
4
- - **Spec ID**: {{ spec_id }}
5
- - **Decomposed**: {{ date }}
6
- - **Version**: {{ version }}
7
-
8
- ## Service Boundaries
9
-
10
- {{ services }}
11
-
12
- ## Communication Matrix
13
-
14
- {{ communication_patterns }}
15
-
16
- ## Data Ownership
17
-
18
- {{ data_boundaries }}
19
-
20
- ## Integration Points
21
-
22
- {{ integration_points }}
23
-
24
- ## SDD Compliance
25
- - [ ] Service specifications clear (Principle 1: Specification First)
26
- - [ ] Phased service rollout planned (Principle 2: Incremental Planning)
27
- - [ ] Service tasks decomposed (Principle 3: Task Decomposition)
28
- - [ ] Test strategy defined per service (Principle 6: Quality Assurance)
29
- - [ ] Architecture decisions documented (Principle 7: Architecture Documentation)
30
-
31
- ## Next Steps
32
- 1. Review service boundaries with team
33
- 2. Run `/sp-plan generate` with decomposition context
34
- 3. Create tasks per service with `/sp-task breakdown`
35
- 4. Validate with `/sp-validate decomposition`