wup 0.2.40__tar.gz → 0.2.41__tar.gz

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 (40) hide show
  1. {wup-0.2.40/wup.egg-info → wup-0.2.41}/PKG-INFO +5 -5
  2. {wup-0.2.40 → wup-0.2.41}/README.md +4 -4
  3. {wup-0.2.40 → wup-0.2.41}/pyproject.toml +1 -1
  4. {wup-0.2.40 → wup-0.2.41}/wup/__init__.py +1 -1
  5. {wup-0.2.40 → wup-0.2.41}/wup/testql_watcher.py +4 -0
  6. {wup-0.2.40 → wup-0.2.41/wup.egg-info}/PKG-INFO +5 -5
  7. {wup-0.2.40 → wup-0.2.41}/LICENSE +0 -0
  8. {wup-0.2.40 → wup-0.2.41}/setup.cfg +0 -0
  9. {wup-0.2.40 → wup-0.2.41}/tests/test_e2e.py +0 -0
  10. {wup-0.2.40 → wup-0.2.41}/tests/test_monitoring_manifest.py +0 -0
  11. {wup-0.2.40 → wup-0.2.41}/tests/test_testql_monitor.py +0 -0
  12. {wup-0.2.40 → wup-0.2.41}/tests/test_testql_watcher.py +0 -0
  13. {wup-0.2.40 → wup-0.2.41}/tests/test_web_client.py +0 -0
  14. {wup-0.2.40 → wup-0.2.41}/tests/test_wup.py +0 -0
  15. {wup-0.2.40 → wup-0.2.41}/wup/_ast_detector.py +0 -0
  16. {wup-0.2.40 → wup-0.2.41}/wup/_hash_detector.py +0 -0
  17. {wup-0.2.40 → wup-0.2.41}/wup/_yaml_detector.py +0 -0
  18. {wup-0.2.40 → wup-0.2.41}/wup/anomaly_detector.py +0 -0
  19. {wup-0.2.40 → wup-0.2.41}/wup/anomaly_models.py +0 -0
  20. {wup-0.2.40 → wup-0.2.41}/wup/assistant.py +0 -0
  21. {wup-0.2.40 → wup-0.2.41}/wup/cli.py +0 -0
  22. {wup-0.2.40 → wup-0.2.41}/wup/cli_config_generator.py +0 -0
  23. {wup-0.2.40 → wup-0.2.41}/wup/cli_scanner.py +0 -0
  24. {wup-0.2.40 → wup-0.2.41}/wup/config.py +0 -0
  25. {wup-0.2.40 → wup-0.2.41}/wup/core.py +0 -0
  26. {wup-0.2.40 → wup-0.2.41}/wup/dependency_mapper.py +0 -0
  27. {wup-0.2.40 → wup-0.2.41}/wup/models/__init__.py +0 -0
  28. {wup-0.2.40 → wup-0.2.41}/wup/models/config.py +0 -0
  29. {wup-0.2.40 → wup-0.2.41}/wup/monitoring_manifest.py +0 -0
  30. {wup-0.2.40 → wup-0.2.41}/wup/planfile_reporter.py +0 -0
  31. {wup-0.2.40 → wup-0.2.41}/wup/testql_cli_generator.py +0 -0
  32. {wup-0.2.40 → wup-0.2.41}/wup/testql_discovery.py +0 -0
  33. {wup-0.2.40 → wup-0.2.41}/wup/testql_monitor.py +0 -0
  34. {wup-0.2.40 → wup-0.2.41}/wup/visual_diff.py +0 -0
  35. {wup-0.2.40 → wup-0.2.41}/wup/web_client.py +0 -0
  36. {wup-0.2.40 → wup-0.2.41}/wup.egg-info/SOURCES.txt +0 -0
  37. {wup-0.2.40 → wup-0.2.41}/wup.egg-info/dependency_links.txt +0 -0
  38. {wup-0.2.40 → wup-0.2.41}/wup.egg-info/entry_points.txt +0 -0
  39. {wup-0.2.40 → wup-0.2.41}/wup.egg-info/requires.txt +0 -0
  40. {wup-0.2.40 → wup-0.2.41}/wup.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wup
3
- Version: 0.2.40
3
+ Version: 0.2.41
4
4
  Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
5
5
  Author-email: Tom Sapletta <tom@sapletta.com>
6
6
  License-Expression: Apache-2.0
@@ -31,17 +31,17 @@ Dynamic: license-file
31
31
 
32
32
  ## AI Cost Tracking
33
33
 
34
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.40-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
35
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$3.00-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-20.5h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
34
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.41-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
35
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$3.18-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-20.5h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
36
36
 
37
- - 🤖 **LLM usage:** $3.0029 (50 commits)
37
+ - 🤖 **LLM usage:** $3.1847 (51 commits)
38
38
  - 👤 **Human dev:** ~$2047 (20.5h @ $100/h, 30min dedup)
39
39
 
40
40
  Generated on 2026-05-22 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
41
41
 
42
42
  ---
43
43
 
44
- ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.40-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
44
+ ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.41-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
45
45
 
46
46
  **WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
47
47
 
@@ -3,17 +3,17 @@
3
3
 
4
4
  ## AI Cost Tracking
5
5
 
6
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.40-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
7
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$3.00-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-20.5h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
6
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.41-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
7
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$3.18-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-20.5h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
8
8
 
9
- - 🤖 **LLM usage:** $3.0029 (50 commits)
9
+ - 🤖 **LLM usage:** $3.1847 (51 commits)
10
10
  - 👤 **Human dev:** ~$2047 (20.5h @ $100/h, 30min dedup)
11
11
 
12
12
  Generated on 2026-05-22 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
13
13
 
14
14
  ---
15
15
 
16
- ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.40-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
16
+ ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.41-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
17
17
 
18
18
  **WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
19
19
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "wup"
7
- version = "0.2.40"
7
+ version = "0.2.41"
8
8
  description = "WUP (What's Up) - Intelligent file watcher for regression testing in large projects"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -7,7 +7,7 @@ WUP monitors file changes and runs intelligent regression tests using a 3-layer
7
7
  3. Detail Layer: Full tests with blame reports (only on failure)
8
8
  """
9
9
 
10
- __version__ = "0.2.40"
10
+ __version__ = "0.2.41"
11
11
  __author__ = "Tom Sapletta"
12
12
 
13
13
  from .config import load_config, save_config, get_default_config
@@ -346,7 +346,11 @@ class TestQLWatcher(WupWatcher):
346
346
 
347
347
  # Filter scenarios by service type
348
348
  svc_type = svc_config.type if svc_config else "auto"
349
+ # Debug: print service type
350
+ import sys
351
+ print(f"DEBUG: service={service}, svc_type={svc_type}, svc_config={svc_config.type if svc_config else None}", file=sys.stderr)
349
352
  filtered_scenarios = self._filter_scenarios_by_type(all_scenarios, svc_type)
353
+ print(f"DEBUG: all_scenarios={len(all_scenarios)}, filtered={len(filtered_scenarios)}", file=sys.stderr)
350
354
 
351
355
  tokens = self._tokenize_service(service)
352
356
  scored = sorted(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wup
3
- Version: 0.2.40
3
+ Version: 0.2.41
4
4
  Summary: WUP (What's Up) - Intelligent file watcher for regression testing in large projects
5
5
  Author-email: Tom Sapletta <tom@sapletta.com>
6
6
  License-Expression: Apache-2.0
@@ -31,17 +31,17 @@ Dynamic: license-file
31
31
 
32
32
  ## AI Cost Tracking
33
33
 
34
- ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.40-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
35
- ![AI Cost](https://img.shields.io/badge/AI%20Cost-$3.00-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-20.5h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
34
+ ![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.2.41-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
35
+ ![AI Cost](https://img.shields.io/badge/AI%20Cost-$3.18-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-20.5h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
36
36
 
37
- - 🤖 **LLM usage:** $3.0029 (50 commits)
37
+ - 🤖 **LLM usage:** $3.1847 (51 commits)
38
38
  - 👤 **Human dev:** ~$2047 (20.5h @ $100/h, 30min dedup)
39
39
 
40
40
  Generated on 2026-05-22 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
41
41
 
42
42
  ---
43
43
 
44
- ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.40-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
44
+ ![PyPI](https://img.shields.io/badge/pypi-wup-blue) ![Version](https://img.shields.io/badge/version-0.2.41-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
45
45
 
46
46
  **WUP (What's Up)** - Intelligent file watcher for regression testing in large projects.
47
47
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes