atdd 0.2.10__py3-none-any.whl → 0.2.12__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.
@@ -88,11 +88,11 @@ class TestRunner:
88
88
  # Show collected tests summary
89
89
  cmd.append("--tb=short")
90
90
 
91
- # Run pytest
91
+ # Run pytest from current directory (consumer repo)
92
92
  print(f"🧪 Running: {' '.join(cmd)}")
93
93
  print("=" * 60)
94
94
 
95
- result = subprocess.run(cmd, cwd=self.repo_root)
95
+ result = subprocess.run(cmd)
96
96
  return result.returncode
97
97
 
98
98
  def run_phase(self, phase: str, **kwargs) -> int:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: atdd
3
- Version: 0.2.10
3
+ Version: 0.2.12
4
4
  Summary: ATDD Platform - Acceptance Test Driven Development toolkit
5
5
  License: MIT
6
6
  Requires-Python: >=3.10
@@ -54,7 +54,9 @@ atdd sync # Sync rules to agent config files
54
54
  atdd --test all # Run validators
55
55
  ```
56
56
 
57
- > **⚠️ `atdd gate` is required.** 🤖 Tell your agent: "Run `atdd gate` and follow ATDD rigorously." Agents skip instruction files but can't ignore tool output. No gate = no ATDD guarantees.
57
+ > **⚠️ `atdd gate` is required.**
58
+ > 🤖 Tell your agent: "Run `atdd gate` and follow ATDD rigorously."
59
+ > Agents skip instruction files but can't ignore tool output. No gate = no ATDD guarantees.
58
60
 
59
61
  ## What It Does
60
62
 
@@ -18,7 +18,7 @@ atdd/coach/commands/registry.py,sha256=r1QWg841eK6bS4vEbYEviylDCpFkInUVMTsf5h4Ar
18
18
  atdd/coach/commands/session.py,sha256=MhuWXd5TR6bB3w0t8vANeZx3L476qwLT6EUQMwg-wQA,14268
19
19
  atdd/coach/commands/sync.py,sha256=dA6BYsebTT1zOMXgea6DqawkvjU_N-JJJMFj9GP2onk,12259
20
20
  atdd/coach/commands/test_interface.py,sha256=a7ut2Hhk0PnQ5LfJZkoQwfkfkVuB5OHA4QBwOS0-jcg,16870
21
- atdd/coach/commands/test_runner.py,sha256=3DXiX05S1lQr7gofTgnK7PcunAI7qkvclRA9w_Ulrf4,3942
21
+ atdd/coach/commands/test_runner.py,sha256=PIIGi-gekRiavkvPfy0dVATmWMuwjFCYu9y7OGxe6so,3961
22
22
  atdd/coach/commands/traceability.py,sha256=SYl0dRB_nQZJKe1IOCHxX193vaxOChVjnh6hcqcSOB0,163581
23
23
  atdd/coach/commands/tests/__init__.py,sha256=svBEnRruMuXuaYi3lFxJlzHNWdZ5vlBTaBpjXupaxDA,33
24
24
  atdd/coach/commands/tests/test_telemetry_array_validation.py,sha256=WK5ZXvR1avlzX7mSX84dmxxLFnw7eQB4jtjo7bHG7aE,8464
@@ -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.10.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
182
- atdd-0.2.10.dist-info/METADATA,sha256=41tAUkqYAIcIEwqLnaOykkZ_LlF-UAaRi4NIWV1Tr08,7076
183
- atdd-0.2.10.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
184
- atdd-0.2.10.dist-info/entry_points.txt,sha256=-C3yrA1WQQfN3iuGmSzPapA5cKVBEYU5Q1HUffSJTbY,38
185
- atdd-0.2.10.dist-info/top_level.txt,sha256=VKkf6Uiyrm4RS6ULCGM-v8AzYN8K2yg8SMqwJLoO-xs,5
186
- atdd-0.2.10.dist-info/RECORD,,
181
+ atdd-0.2.12.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
182
+ atdd-0.2.12.dist-info/METADATA,sha256=wXMZmjryLTwuJkG58IwWdVh-JgDeos2x0bx2b0Z3x6A,7082
183
+ atdd-0.2.12.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
184
+ atdd-0.2.12.dist-info/entry_points.txt,sha256=-C3yrA1WQQfN3iuGmSzPapA5cKVBEYU5Q1HUffSJTbY,38
185
+ atdd-0.2.12.dist-info/top_level.txt,sha256=VKkf6Uiyrm4RS6ULCGM-v8AzYN8K2yg8SMqwJLoO-xs,5
186
+ atdd-0.2.12.dist-info/RECORD,,
File without changes