atdd 0.2.6__py3-none-any.whl → 0.2.7__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: atdd
3
- Version: 0.2.6
3
+ Version: 0.2.7
4
4
  Summary: ATDD Platform - Acceptance Test Driven Development toolkit
5
5
  License: MIT
6
6
  Requires-Python: >=3.10
@@ -41,22 +41,15 @@ atdd --help
41
41
  ## Quick Start
42
42
 
43
43
  ```bash
44
- # Initialize ATDD in your project
45
- atdd init
46
-
47
- # Create a planning session
48
- atdd session new my-feature
49
-
50
- # List sessions
51
- atdd session list
52
-
53
- # Sync ATDD rules to agent config files
54
- atdd sync
55
-
56
- # Run validators
57
- atdd --test all
44
+ atdd init # Initialize ATDD in your project
45
+ atdd gate # ⚠️ START EVERY SESSION WITH THIS
46
+ atdd session new my-feature # Create a planning session
47
+ atdd sync # Sync rules to agent config files
48
+ atdd --test all # Run validators
58
49
  ```
59
50
 
51
+ > **⚠️ `atdd gate` is required.** Agents skip instruction files but can't ignore tool output. No gate = no ATDD guarantees.
52
+
60
53
  ## What It Does
61
54
 
62
55
  ATDD provides:
@@ -178,9 +178,9 @@ atdd/tester/validators/test_red_supabase_layer_structure.py,sha256=26cnzPZAwSFy0
178
178
  atdd/tester/validators/test_telemetry_structure.py,sha256=hIUnU2WU-8PNIg9EVHe2fnUdIQKIOUm5AWEtCBUXLVk,22467
179
179
  atdd/tester/validators/test_typescript_test_naming.py,sha256=E-TyGv_GVlTfsbyuxrtv9sOWSZS_QcpH6rrJFbWoeeU,11280
180
180
  atdd/tester/validators/test_typescript_test_structure.py,sha256=eV89SD1RaKtchBZupqhnJmaruoROosf3LwB4Fwe4UJI,2612
181
- atdd-0.2.6.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
182
- atdd-0.2.6.dist-info/METADATA,sha256=uj0liRYhcc9r8GkETlt246mMeGRh4YKAL-dVVKnaEFg,6738
183
- atdd-0.2.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
184
- atdd-0.2.6.dist-info/entry_points.txt,sha256=-C3yrA1WQQfN3iuGmSzPapA5cKVBEYU5Q1HUffSJTbY,38
185
- atdd-0.2.6.dist-info/top_level.txt,sha256=VKkf6Uiyrm4RS6ULCGM-v8AzYN8K2yg8SMqwJLoO-xs,5
186
- atdd-0.2.6.dist-info/RECORD,,
181
+ atdd-0.2.7.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
182
+ atdd-0.2.7.dist-info/METADATA,sha256=xWWAOx07EP3to0A2iMt-KYjp7S5fzrM9SNpt1wZ6gqA,6954
183
+ atdd-0.2.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
184
+ atdd-0.2.7.dist-info/entry_points.txt,sha256=-C3yrA1WQQfN3iuGmSzPapA5cKVBEYU5Q1HUffSJTbY,38
185
+ atdd-0.2.7.dist-info/top_level.txt,sha256=VKkf6Uiyrm4RS6ULCGM-v8AzYN8K2yg8SMqwJLoO-xs,5
186
+ atdd-0.2.7.dist-info/RECORD,,
File without changes