atdd 0.4.7__py3-none-any.whl → 0.6.0__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.
- atdd/coach/schemas/config.schema.json +63 -0
- atdd/coach/utils/coverage_phase.py +97 -0
- atdd/coach/validators/shared_fixtures.py +154 -0
- atdd/coder/conventions/coverage.convention.yaml +85 -0
- atdd/coder/validators/conftest.py +5 -0
- atdd/coder/validators/test_hierarchy_coverage.py +361 -0
- atdd/planner/conventions/coverage.convention.yaml +95 -0
- atdd/planner/validators/test_hierarchy_coverage.py +433 -0
- atdd/tester/conventions/coverage.convention.yaml +114 -0
- atdd/tester/validators/test_hierarchy_coverage.py +604 -0
- {atdd-0.4.7.dist-info → atdd-0.6.0.dist-info}/METADATA +1 -1
- {atdd-0.4.7.dist-info → atdd-0.6.0.dist-info}/RECORD +16 -8
- {atdd-0.4.7.dist-info → atdd-0.6.0.dist-info}/WHEEL +0 -0
- {atdd-0.4.7.dist-info → atdd-0.6.0.dist-info}/entry_points.txt +0 -0
- {atdd-0.4.7.dist-info → atdd-0.6.0.dist-info}/licenses/LICENSE +0 -0
- {atdd-0.4.7.dist-info → atdd-0.6.0.dist-info}/top_level.txt +0 -0
|
@@ -25,18 +25,19 @@ atdd/coach/commands/tests/test_telemetry_array_validation.py,sha256=WK5ZXvR1avlz
|
|
|
25
25
|
atdd/coach/conventions/session.convention.yaml,sha256=1wCxQ_Y2Wb2080Xt2JZs0_WsV8_4SC0Tq87G_BCGdiE,26049
|
|
26
26
|
atdd/coach/overlays/__init__.py,sha256=2lMiMSgfLJ3YHLpbzNI5B88AdQxiMEwjIfsWWb8t3To,123
|
|
27
27
|
atdd/coach/overlays/claude.md,sha256=33mhpqhmsRhCtdWlU7cMXAJDsaVra9uBBK8URV8OtQA,101
|
|
28
|
-
atdd/coach/schemas/config.schema.json,sha256=
|
|
28
|
+
atdd/coach/schemas/config.schema.json,sha256=XcqpISpV-57Kk7HdBXz_4K0jqj_SdKgBHy9VyVpNRD8,4191
|
|
29
29
|
atdd/coach/schemas/manifest.schema.json,sha256=WO13-YF_FgH1awh96khCtk-112b6XSC24anlY3B7GjY,2885
|
|
30
30
|
atdd/coach/templates/ATDD.md,sha256=MLbrVbCETJre4c05d5FXGuf6W95Hz9E0jpE4RI9r4cg,13237
|
|
31
31
|
atdd/coach/templates/SESSION-TEMPLATE.md,sha256=cGT_0x5KLbPHOCiuM8evLGpWKIlR-aggqxiBtbjSJoo,9478
|
|
32
32
|
atdd/coach/utils/__init__.py,sha256=7Jbo-heJEKSAn6I0s35z_2S4R8qGZ48PL6a2IntcNYg,148
|
|
33
33
|
atdd/coach/utils/config.py,sha256=6XXaaeVfjTrJwdaR0IZ6Kf1-1ZHhaCVLO5pNx_A2el4,3320
|
|
34
|
+
atdd/coach/utils/coverage_phase.py,sha256=14CzGiTEeb-Z-CMYnJjx1-4dn3LbQVJUlFr_-1bKVMc,3250
|
|
34
35
|
atdd/coach/utils/repo.py,sha256=0kiF5WpVTen0nO14u5T0RflznZhgGco2i9CwKobOh38,3757
|
|
35
36
|
atdd/coach/utils/train_spec_phase.py,sha256=Mk8CiMoO6jb-VGttHgI20KIG26r9cjSz4gDfk01q1M0,3025
|
|
36
37
|
atdd/coach/utils/graph/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
37
38
|
atdd/coach/utils/graph/urn.py,sha256=O2AHIB_CmmMUvXzyejc_oFReNW_rOcw7m4qaqSYcnNQ,33558
|
|
38
39
|
atdd/coach/validators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
39
|
-
atdd/coach/validators/shared_fixtures.py,sha256=
|
|
40
|
+
atdd/coach/validators/shared_fixtures.py,sha256=q-J39x0pxdEWJmRWe45i6VyYy8-0MHsi9ElMAvDx3MA,19474
|
|
40
41
|
atdd/coach/validators/test_enrich_wagon_registry.py,sha256=WeTwYJqoNY6mEYc-QAvQo7YVagSOjaNKxB6Q6dpWqIM,6561
|
|
41
42
|
atdd/coach/validators/test_registry.py,sha256=ffN70yA_1xxL3R8gdpGbY2M8dQXyuajIZhBZ-ylNiNs,17845
|
|
42
43
|
atdd/coach/validators/test_release_versioning.py,sha256=B40DfbtrSGguPc537zXmjT75hhySfocWLzJWqOKZQcU,5678
|
|
@@ -52,6 +53,7 @@ atdd/coder/conventions/boundaries.convention.yaml,sha256=FTv9V-67g-CM2SvopQuA8sM
|
|
|
52
53
|
atdd/coder/conventions/commons.convention.yaml,sha256=zwfO4dYNrFjy4MLZ9RLK3Yd7gotTWYdFfXMPp3EfU0A,17309
|
|
53
54
|
atdd/coder/conventions/complexity.recipe.yaml,sha256=fjVnsb0kGGstTDKTaeYO_1XJ3408wE0lheAxf02Hm3s,3636
|
|
54
55
|
atdd/coder/conventions/component-naming.convention.yaml,sha256=w1LKJM7lhmpFqBCpRAvx03Z_Ugujd3P6rFfmp5xbhg0,7444
|
|
56
|
+
atdd/coder/conventions/coverage.convention.yaml,sha256=ZPDRCz0RzUVCPkBV4Ksf08CgDpQkY1IPdYWvC5S1mSk,2927
|
|
55
57
|
atdd/coder/conventions/design.convention.yaml,sha256=HfuuAmAnFa2cALsxcdDp1DOTJFZ05PAw2Vi9ycXGC0k,11484
|
|
56
58
|
atdd/coder/conventions/design.recipe.yaml,sha256=LP2S504JpfzwoL3jPdSmYKMmg-_Bzlo-5vD21ynJJLw,9436
|
|
57
59
|
atdd/coder/conventions/dto.convention.yaml,sha256=aawWJVwoXU5yV73-rpHDSYtYMfm0XSWRRMujGCQrtYY,23700
|
|
@@ -71,6 +73,7 @@ atdd/coder/conventions/tests/test_component_urn_naming.py,sha256=lYrHzBtSpjfVS0D
|
|
|
71
73
|
atdd/coder/conventions/tests/test_thinness_recipe.py,sha256=cO2BpGnlN62rwje43e-zoh1mADqrtQadPeqRARM9_YE,8702
|
|
72
74
|
atdd/coder/schemas/design_system.schema.json,sha256=KgHxYa3DeNZdXwn17WniTPN-T-ALdHJpk96YZv4WapU,10101
|
|
73
75
|
atdd/coder/validators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
76
|
+
atdd/coder/validators/conftest.py,sha256=jT1Tr_TaICbffdgZ_rYCEOfXq_GZEf59-Pke3vc7UZA,153
|
|
74
77
|
atdd/coder/validators/test_commons_structure.py,sha256=vxNa0-BIOr30Nb4WcmzDS5aJVE9ozJpGeplSdzjalMs,15577
|
|
75
78
|
atdd/coder/validators/test_complexity.py,sha256=jWDLOUfs66L4vrzWJ41qJTA_AVOeZzXKW94SqMz80I4,12310
|
|
76
79
|
atdd/coder/validators/test_cross_language_consistency.py,sha256=FTHJByvA_zJmJyK8VAK9h0EZaKafP6FmQn9wuoySlks,13204
|
|
@@ -80,6 +83,7 @@ atdd/coder/validators/test_green_cross_stack_layers.py,sha256=xBgAL4bWLZl0acG60l
|
|
|
80
83
|
atdd/coder/validators/test_green_layer_dependencies.py,sha256=8TWuTD3RrDBqp9LUCSU1gnRzT5c_PG2MD74_k9XtxyI,5626
|
|
81
84
|
atdd/coder/validators/test_green_python_layer_structure.py,sha256=WXo1VA5-WprgtAQgC8ekhuIRJR47b_qgTYTjPn7svms,4389
|
|
82
85
|
atdd/coder/validators/test_green_supabase_layer_structure.py,sha256=cLj85acLX6Knewk9AWbiJDwEzoaE-NBNollyJCvRUD0,4371
|
|
86
|
+
atdd/coder/validators/test_hierarchy_coverage.py,sha256=1JuaiO4k-v3_rL5x4-MPsKajAv-K5cTzevW5eS4cC-U,12240
|
|
83
87
|
atdd/coder/validators/test_import_boundaries.py,sha256=3kzVMKIwZU9FcS0YLU8gsuHSDRlRr2rU3UPgoraV2FU,11811
|
|
84
88
|
atdd/coder/validators/test_init_file_urns.py,sha256=uDJ2MgfJNFcjzoIKItn73n9V08m3ZBkt1SAZgHWdXPs,17914
|
|
85
89
|
atdd/coder/validators/test_preact_layer_boundaries.py,sha256=rabXY9gif3b8QH9_Kz5Pu6FZSvDpfQKDm_SKjdpLD44,7766
|
|
@@ -97,6 +101,7 @@ atdd/planner/conventions/acceptance.convention.yaml,sha256=q_1hm-uJ2Sbh6VqGHQ543
|
|
|
97
101
|
atdd/planner/conventions/appendix.convention.yaml,sha256=wuv9mnSZ-L1vUp2xx0OmyOsYurApitsmO_MilLVGcOc,9394
|
|
98
102
|
atdd/planner/conventions/artifact-naming.convention.yaml,sha256=4VOfmA0qEdt-QrFqePRLA3jthH3BFxyX7Kxd0Jnf-GA,32056
|
|
99
103
|
atdd/planner/conventions/component.convention.yaml,sha256=6rnGFdQkS__YUgO1ya2RSkWJsaVcFwGJgIGp-Da5O_s,25744
|
|
104
|
+
atdd/planner/conventions/coverage.convention.yaml,sha256=ETUQV3kznVioLd9YjlRa-gHNVSxgnXQ1C1xxox1BB2s,3827
|
|
100
105
|
atdd/planner/conventions/criteria.convention.yaml,sha256=twQElTZEu5hGN5blDE66OUx1dWWssk2dJyIrgixdfQk,3339
|
|
101
106
|
atdd/planner/conventions/feature.convention.yaml,sha256=Jksi04E2h8PaUBbjR1GLKMXf-ec9MJrUcOK2lJC2hjg,11324
|
|
102
107
|
atdd/planner/conventions/interface.convention.yaml,sha256=NBWlIbXuwYtmxkc20zzzgFOs43v9ID6V3b82drrzQ3c,16323
|
|
@@ -114,6 +119,7 @@ atdd/planner/schemas/wmbt.schema.json,sha256=KU_D6r0kQTJod-XHQT5QiiHcUUPJrLgg3aP
|
|
|
114
119
|
atdd/planner/validators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
115
120
|
atdd/planner/validators/conftest.py,sha256=CVr3m9mv4xc8G6azcdbZ1VArVvLZw2Utqt2EIOyYdbQ,155
|
|
116
121
|
atdd/planner/validators/test_draft_wagon_registry.py,sha256=Bt4xTjgKddEnnxNOMh8jWhvb3aqRaWGBd227Vv3rWz0,13798
|
|
122
|
+
atdd/planner/validators/test_hierarchy_coverage.py,sha256=7NG_2GL4B-CQKHAHxTHxCvC-pnSwqv7Hs9hfPVPP0R4,14814
|
|
117
123
|
atdd/planner/validators/test_plan_cross_refs.py,sha256=kxlq1uZ2u4mn3r8wHJjXVJsB8nmzwsvSzOlRapJ9pBY,9520
|
|
118
124
|
atdd/planner/validators/test_plan_uniqueness.py,sha256=rlC5khAoBkgpTZJdyHi1JbDUj14v1JiGBFv2iV_AP_Y,7735
|
|
119
125
|
atdd/planner/validators/test_plan_urn_resolution.py,sha256=GoxFiRjOfp69FUmIyKGnsGgpYalOz3qfp6qjyCkga44,9440
|
|
@@ -125,6 +131,7 @@ atdd/planner/validators/test_wmbt_vocabulary.py,sha256=PCivTzV7ntlZBa-PVzpBwEiKq
|
|
|
125
131
|
atdd/tester/__init__.py,sha256=Y08g-sPqui6fz9ziRFyH5EFt_cGN9-_qrgBLXTy0tSs,46
|
|
126
132
|
atdd/tester/conventions/artifact.convention.yaml,sha256=6OJHM3scQeVOrSM3DVJH_D6DTGJ8Mdd7gQhf5hGoRvQ,8434
|
|
127
133
|
atdd/tester/conventions/contract.convention.yaml,sha256=oByzcBZivn-xUHbMg0OeebHeNx5-gwQJwfUDZ_OUgxA,34832
|
|
134
|
+
atdd/tester/conventions/coverage.convention.yaml,sha256=A967PWAwiN3SIi8cig5fuAh0lPiW8rjb5Oe6j9S0riw,4637
|
|
128
135
|
atdd/tester/conventions/filename.convention.yaml,sha256=WywcPhdxIZSoY6F6OSx5v3_AtS2jMMGoSnd6Va4BAaw,19920
|
|
129
136
|
atdd/tester/conventions/migration.convention.yaml,sha256=Xx5EIwNct6wb--sYtm7EJp8wu39qo4eZZ-O8AyfeRgY,20019
|
|
130
137
|
atdd/tester/conventions/red.convention.yaml,sha256=S0mc4JpvNuOSYhqmt6bm0tCuDTCFYFRsSBru3XMwXgs,28901
|
|
@@ -174,6 +181,7 @@ atdd/tester/validators/test_contracts_structure.py,sha256=RRmIzcbwwBtZDVio558TQt
|
|
|
174
181
|
atdd/tester/validators/test_coverage_adequacy.py,sha256=gIaz1LJahSGSn-t-42hTeJochVBJFA4kE7Z_LBg7dtk,27057
|
|
175
182
|
atdd/tester/validators/test_dual_ac_reference.py,sha256=LDhIqXyVxgWVCgj7FneDTLt6DrZe0lAtCtAKqFlAPck,8995
|
|
176
183
|
atdd/tester/validators/test_fixture_validity.py,sha256=Fp4AWwhvZlos1ik_d7NbP030Qq-klZLnCmc12ylptqs,12101
|
|
184
|
+
atdd/tester/validators/test_hierarchy_coverage.py,sha256=o2jd3dsqvqtqQ3I3RQa4FGoYIJE0vArUIISurDxYTgw,21060
|
|
177
185
|
atdd/tester/validators/test_isolation.py,sha256=NYrqJcVDZH0SDRWHlPdazG6THT4w3XEvz_xn4PBxU4E,16489
|
|
178
186
|
atdd/tester/validators/test_migration_coverage.py,sha256=LOx0L9KLH4gVisNHXhxKrzHLgCgj4PVZxeZ-2gg-SQk,7344
|
|
179
187
|
atdd/tester/validators/test_migration_criteria.py,sha256=YDGvWjkVSjUVVNv4RJWLdy4iLoG1EXzmm_ficD0Gt3Q,7896
|
|
@@ -188,9 +196,9 @@ atdd/tester/validators/test_train_frontend_e2e.py,sha256=fpfUwTbAWzuqxbVKoaFw-ab
|
|
|
188
196
|
atdd/tester/validators/test_train_frontend_python.py,sha256=KK2U3oNFWLyBK7YHC0fU7shR05k93gVcO762AI8Q3pw,9018
|
|
189
197
|
atdd/tester/validators/test_typescript_test_naming.py,sha256=E-TyGv_GVlTfsbyuxrtv9sOWSZS_QcpH6rrJFbWoeeU,11280
|
|
190
198
|
atdd/tester/validators/test_typescript_test_structure.py,sha256=eV89SD1RaKtchBZupqhnJmaruoROosf3LwB4Fwe4UJI,2612
|
|
191
|
-
atdd-0.
|
|
192
|
-
atdd-0.
|
|
193
|
-
atdd-0.
|
|
194
|
-
atdd-0.
|
|
195
|
-
atdd-0.
|
|
196
|
-
atdd-0.
|
|
199
|
+
atdd-0.6.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
200
|
+
atdd-0.6.0.dist-info/METADATA,sha256=HNjWP1nADO8JkscZuxdkS5sd0v_r7t25J3WmkO6n2JM,8716
|
|
201
|
+
atdd-0.6.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
202
|
+
atdd-0.6.0.dist-info/entry_points.txt,sha256=-C3yrA1WQQfN3iuGmSzPapA5cKVBEYU5Q1HUffSJTbY,38
|
|
203
|
+
atdd-0.6.0.dist-info/top_level.txt,sha256=VKkf6Uiyrm4RS6ULCGM-v8AzYN8K2yg8SMqwJLoO-xs,5
|
|
204
|
+
atdd-0.6.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|