cursorflow 2.4.0__tar.gz → 2.4.1__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.
- {cursorflow-2.4.0 → cursorflow-2.4.1}/PKG-INFO +1 -1
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/__init__.py +13 -6
- {cursorflow-2.4.0 → cursorflow-2.4.1}/pyproject.toml +2 -2
- {cursorflow-2.4.0 → cursorflow-2.4.1}/LICENSE +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/MANIFEST.in +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/README.md +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/auto_init.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/auto_updater.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/cli.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/action_validator.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/agent.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/auth_handler.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/browser_controller.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/browser_engine.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/config_validator.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/css_iterator.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/cursor_integration.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/cursorflow.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/error_context_collector.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/error_correlator.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/event_correlator.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/file_change_monitor.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/hmr_detector.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/log_collector.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/log_monitor.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/mockup_comparator.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/persistent_session.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/report_generator.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/core/trace_manager.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/install_cursorflow_rules.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/log_sources/local_file.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/log_sources/ssh_remote.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/post_install.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/rules/__init__.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/rules/cursorflow-installation.mdc +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/rules/cursorflow-usage.mdc +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow/updater.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/cursorflow.egg-info/SOURCES.txt +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/docs/user/USAGE_GUIDE.md +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/examples/comprehensive_screenshot_example.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/examples/element_inspection_example.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/examples/element_measurement_example.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/examples/enhanced_screenshot_example.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/examples/hot_reload_css_iteration.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/examples/mockup_comparison_example.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/examples/opensas_example.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/examples/react_example.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/examples/responsive_testing_example.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/examples/v2_comprehensive_demo.py +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/setup.cfg +0 -0
- {cursorflow-2.4.0 → cursorflow-2.4.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cursorflow
|
3
|
-
Version: 2.4.
|
3
|
+
Version: 2.4.1
|
4
4
|
Summary: 🔥 Complete page intelligence for AI-driven development with Hot Reload Intelligence - captures DOM, network, console, performance, HMR events, and comprehensive page analysis
|
5
5
|
Author-email: GeekWarrior Development <rbush@cooltheory.com>
|
6
6
|
License-Expression: MIT
|
@@ -18,9 +18,16 @@ from .core.log_monitor import LogMonitor
|
|
18
18
|
from .core.error_correlator import ErrorCorrelator
|
19
19
|
|
20
20
|
def _get_version():
|
21
|
-
"""Get version from
|
21
|
+
"""Get version from package metadata (works when installed via pip/pipx)"""
|
22
22
|
try:
|
23
|
-
#
|
23
|
+
# Standard approach: Use importlib.metadata (Python 3.8+)
|
24
|
+
from importlib.metadata import version
|
25
|
+
return version("cursorflow")
|
26
|
+
except Exception:
|
27
|
+
pass
|
28
|
+
|
29
|
+
try:
|
30
|
+
# Fallback for development: Read from pyproject.toml
|
24
31
|
import tomllib
|
25
32
|
pyproject_path = Path(__file__).parent.parent / "pyproject.toml"
|
26
33
|
if pyproject_path.exists():
|
@@ -31,7 +38,7 @@ def _get_version():
|
|
31
38
|
pass
|
32
39
|
|
33
40
|
try:
|
34
|
-
#
|
41
|
+
# Fallback for older Python: Try toml library
|
35
42
|
import toml
|
36
43
|
pyproject_path = Path(__file__).parent.parent / "pyproject.toml"
|
37
44
|
if pyproject_path.exists():
|
@@ -42,7 +49,7 @@ def _get_version():
|
|
42
49
|
pass
|
43
50
|
|
44
51
|
try:
|
45
|
-
#
|
52
|
+
# Final fallback: git tag (development only)
|
46
53
|
import subprocess
|
47
54
|
result = subprocess.run(
|
48
55
|
['git', 'describe', '--tags', '--exact-match'],
|
@@ -55,8 +62,8 @@ def _get_version():
|
|
55
62
|
except Exception:
|
56
63
|
pass
|
57
64
|
|
58
|
-
#
|
59
|
-
return "
|
65
|
+
# Last resort fallback - this should never be reached
|
66
|
+
return "0.0.0"
|
60
67
|
|
61
68
|
__version__ = _get_version()
|
62
69
|
__author__ = "GeekWarrior Development"
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "cursorflow"
|
7
|
-
version = "2.4.
|
7
|
+
version = "2.4.1"
|
8
8
|
description = "🔥 Complete page intelligence for AI-driven development with Hot Reload Intelligence - captures DOM, network, console, performance, HMR events, and comprehensive page analysis"
|
9
9
|
authors = [
|
10
10
|
{name = "GeekWarrior Development", email = "rbush@cooltheory.com"}
|
@@ -72,6 +72,6 @@ line-length = 88
|
|
72
72
|
target-version = ['py38']
|
73
73
|
|
74
74
|
[tool.mypy]
|
75
|
-
python_version = "2.4.
|
75
|
+
python_version = "2.4.1"
|
76
76
|
warn_return_any = true
|
77
77
|
warn_unused_configs = true
|
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
|
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
|