LICENSE
README.md
pyproject.toml
cli/__init__.py
cli/_version.py
cli/dispatch.py
cli/doctor.py
cli/parser.py
cli/playground_sink.py
cli/reporter.py
cli/session.py
cli/shared.py
cli/shorthand.py
cli/tool_protocol_handlers.py
cli/modes/__init__.py
cli/modes/action.py
cli/modes/default.py
cli/modes/demo.py
cli/modes/dry_run.py
cli/modes/init.py
cli/modes/plan.py
cli/modes/workflow.py
common/__init__.py
common/ai.py
common/ai_autonomous.py
common/ai_heal.py
common/capabilities.py
common/case_memory.py
common/error_codes.py
common/exceptions.py
common/executor.py
common/failure_diagnosis.py
common/history_manager.py
common/logs.py
common/mcp_server.py
common/preflight.py
common/progress.py
common/run_reporter.py
common/run_resume.py
common/runtime_modes.py
common/tool_protocol.py
common/visual_fallback.py
common/workflow_schema.py
common/adapters/__init__.py
common/adapters/android_adapter.py
common/adapters/base_adapter.py
common/adapters/ios_adapter.py
common/adapters/web_adapter.py
common/cache/__init__.py
common/cache/cache_hash.py
common/cache/cache_manager.py
common/cache/cache_stats.py
common/cache/cache_storage.py
common/cache/embedding_loader.py
config/__init__.py
config/config.py
config/env_loader.py
screenforge.egg-info/PKG-INFO
screenforge.egg-info/SOURCES.txt
screenforge.egg-info/dependency_links.txt
screenforge.egg-info/entry_points.txt
screenforge.egg-info/requires.txt
screenforge.egg-info/top_level.txt
tests/test_action_mode_observation_stash.py
tests/test_ai_autonomous.py
tests/test_ai_brain.py
tests/test_ai_heal.py
tests/test_android_smoke_live.py
tests/test_cache_manager.py
tests/test_capabilities.py
tests/test_cli_action_json.py
tests/test_codegen_quality.py
tests/test_dispatch.py
tests/test_doctor_orphan_browser.py
tests/test_dom_capture.py
tests/test_error_codes.py
tests/test_executor.py
tests/test_failure_diagnosis.py
tests/test_interaction_actions.py
tests/test_ios_smoke_live.py
tests/test_mcp_execute_observation.py
tests/test_mcp_execute_parity_live.py
tests/test_mcp_ref_cache.py
tests/test_ml_optional.py
tests/test_mode_error_code_threading.py
tests/test_parser.py
tests/test_playground_app.py
tests/test_playground_sink.py
tests/test_playground_sink_integration.py
tests/test_run_reporter.py
tests/test_run_resume.py
tests/test_runtime_modes.py
tests/test_screenshot_annotator.py
tests/test_shared_observation_stash.py
tests/test_shorthand.py
tests/test_tool_protocol_diagnosis.py
tests/test_utils_ios.py
tests/test_utils_web.py
tests/test_utils_xml.py
tests/test_visual_fallback.py
tests/test_web_adapter.py
tests/test_web_dom_complex_live.py
tests/test_web_smoke_live.py
tests/test_workflow_mode_observation_stash.py
utils/__init__.py
utils/screenshot_annotator.py
utils/utils_ios.py
utils/utils_web.py
utils/utils_xml.py