LICENSE
README.md
pyproject.toml
tests/test_approval_queue.py
tests/test_cli.py
tests/test_cli_helpers.py
tests/test_config_manager.py
tests/test_credential_scanner.py
tests/test_diagnostics.py
tests/test_licensing.py
tests/test_log_bundle.py
tests/test_logging.py
tests/test_logging_enhanced.py
tests/test_mcp_clients.py
tests/test_mcp_proxy.py
tests/test_mcp_server.py
tests/test_patterns.py
tests/test_plugin_scoping.py
tests/test_protect_command.py
tests/test_proxy_detection.py
tests/test_rate_limiter.py
tests/test_screening_context.py
tests/test_session_analyzer.py
tweek/__init__.py
tweek/cli.py
tweek/cli_helpers.py
tweek/diagnostics.py
tweek/licensing.py
tweek.egg-info/PKG-INFO
tweek.egg-info/SOURCES.txt
tweek.egg-info/dependency_links.txt
tweek.egg-info/entry_points.txt
tweek.egg-info/requires.txt
tweek.egg-info/top_level.txt
tweek/config/__init__.py
tweek/config/allowed_dirs.yaml
tweek/config/manager.py
tweek/config/patterns.yaml
tweek/config/tiers.yaml
tweek/hooks/__init__.py
tweek/hooks/pre_tool_use.py
tweek/integrations/__init__.py
tweek/integrations/moltbot.py
tweek/logging/__init__.py
tweek/logging/bundle.py
tweek/logging/json_logger.py
tweek/logging/security_log.py
tweek/mcp/__init__.py
tweek/mcp/approval.py
tweek/mcp/approval_cli.py
tweek/mcp/proxy.py
tweek/mcp/screening.py
tweek/mcp/server.py
tweek/mcp/clients/__init__.py
tweek/mcp/clients/chatgpt.py
tweek/mcp/clients/claude_desktop.py
tweek/mcp/clients/gemini.py
tweek/platform/__init__.py
tweek/plugins/__init__.py
tweek/plugins/base.py
tweek/plugins/git_discovery.py
tweek/plugins/git_installer.py
tweek/plugins/git_lockfile.py
tweek/plugins/git_registry.py
tweek/plugins/git_security.py
tweek/plugins/scope.py
tweek/plugins/compliance/__init__.py
tweek/plugins/compliance/gdpr.py
tweek/plugins/compliance/gov.py
tweek/plugins/compliance/hipaa.py
tweek/plugins/compliance/legal.py
tweek/plugins/compliance/pci.py
tweek/plugins/compliance/soc2.py
tweek/plugins/detectors/__init__.py
tweek/plugins/detectors/continue_dev.py
tweek/plugins/detectors/copilot.py
tweek/plugins/detectors/cursor.py
tweek/plugins/detectors/moltbot.py
tweek/plugins/detectors/windsurf.py
tweek/plugins/providers/__init__.py
tweek/plugins/providers/anthropic.py
tweek/plugins/providers/azure_openai.py
tweek/plugins/providers/bedrock.py
tweek/plugins/providers/google.py
tweek/plugins/providers/openai.py
tweek/plugins/screening/__init__.py
tweek/plugins/screening/llm_reviewer.py
tweek/plugins/screening/pattern_matcher.py
tweek/plugins/screening/rate_limiter.py
tweek/plugins/screening/session_analyzer.py
tweek/proxy/__init__.py
tweek/proxy/addon.py
tweek/proxy/interceptor.py
tweek/proxy/server.py
tweek/sandbox/__init__.py
tweek/sandbox/executor.py
tweek/sandbox/linux.py
tweek/sandbox/profile_generator.py
tweek/screening/__init__.py
tweek/screening/context.py
tweek/security/__init__.py
tweek/security/llm_reviewer.py
tweek/security/rate_limiter.py
tweek/security/secret_scanner.py
tweek/security/session_analyzer.py
tweek/vault/__init__.py
tweek/vault/cross_platform.py
tweek/vault/keychain.py