cursorflow 2.2.4__tar.gz → 2.2.5__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.2.4 → cursorflow-2.2.5}/PKG-INFO +1 -1
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/__init__.py +1 -1
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/cli.py +9 -3
- {cursorflow-2.2.4 → cursorflow-2.2.5}/pyproject.toml +1 -1
- {cursorflow-2.2.4 → cursorflow-2.2.5}/FIRST_TIME_SETUP.md +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/LICENSE +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/MANIFEST.in +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/POST_INSTALL_MESSAGE.txt +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/README.md +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/auto_init.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/auto_updater.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/action_validator.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/agent.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/auth_handler.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/browser_controller.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/browser_engine.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/config_validator.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/css_iterator.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/cursor_integration.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/cursorflow.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/error_context_collector.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/error_correlator.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/event_correlator.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/file_change_monitor.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/hmr_detector.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/log_collector.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/log_monitor.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/mockup_comparator.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/persistent_session.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/report_generator.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/core/trace_manager.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/install_cursorflow_rules.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/log_sources/local_file.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/log_sources/ssh_remote.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/post_install.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/rules/__init__.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/rules/cursorflow-installation.mdc +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/rules/cursorflow-usage.mdc +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow/updater.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/cursorflow.egg-info/SOURCES.txt +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/docs/USER_MANUAL.md +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/examples/comprehensive_screenshot_example.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/examples/enhanced_screenshot_example.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/examples/mockup_comparison_example.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/examples/opensas_example.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/examples/react_example.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/examples/responsive_testing_example.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/examples/v2_comprehensive_demo.py +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/setup.cfg +0 -0
- {cursorflow-2.2.4 → cursorflow-2.2.5}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cursorflow
|
3
|
-
Version: 2.2.
|
3
|
+
Version: 2.2.5
|
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
|
@@ -919,7 +919,8 @@ def timeline(session):
|
|
919
919
|
@click.option('--old-only', is_flag=True, help='Only clean artifacts older than 7 days')
|
920
920
|
@click.option('--all', 'clean_all', is_flag=True, help='Clean everything (artifacts, sessions, results)')
|
921
921
|
@click.option('--dry-run', is_flag=True, help='Show what would be deleted without deleting')
|
922
|
-
|
922
|
+
@click.option('--yes', '-y', is_flag=True, help='Skip confirmation prompt (for automation)')
|
923
|
+
def cleanup(artifacts, sessions, old_only, clean_all, dry_run, yes):
|
923
924
|
"""
|
924
925
|
Clean up CursorFlow artifacts and data
|
925
926
|
|
@@ -997,13 +998,18 @@ def cleanup(artifacts, sessions, old_only, clean_all, dry_run):
|
|
997
998
|
console.print(" Run without --dry-run to actually delete")
|
998
999
|
return
|
999
1000
|
|
1000
|
-
# Confirm deletion
|
1001
|
+
# Confirm deletion (skip if --yes flag or non-interactive)
|
1001
1002
|
import sys
|
1002
|
-
if sys.stdin.isatty():
|
1003
|
+
if not yes and sys.stdin.isatty():
|
1003
1004
|
response = input("\n❓ Proceed with cleanup? [y/N]: ").strip().lower()
|
1004
1005
|
if response != 'y':
|
1005
1006
|
console.print("❌ Cleanup cancelled")
|
1006
1007
|
return
|
1008
|
+
elif not yes and not sys.stdin.isatty():
|
1009
|
+
# Non-interactive but no --yes flag
|
1010
|
+
console.print("[yellow]⚠️ Non-interactive mode detected but no --yes flag[/yellow]")
|
1011
|
+
console.print("Add --yes to cleanup command for autonomous operation")
|
1012
|
+
return
|
1007
1013
|
|
1008
1014
|
# Delete items
|
1009
1015
|
deleted_count = 0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "cursorflow"
|
7
|
-
version = "2.2.
|
7
|
+
version = "2.2.5"
|
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"}
|
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
|