LICENSE
NOTICE
README.md
pyproject.toml
tests/test_approval_queue.py
tests/test_audit.py
tests/test_break_glass.py
tests/test_cli.py
tests/test_cli_configure.py
tests/test_cli_helpers.py
tests/test_config_manager.py
tests/test_config_models.py
tests/test_config_templates.py
tests/test_credential_scanner.py
tests/test_diagnostics.py
tests/test_enforcement.py
tests/test_feedback.py
tests/test_heuristic_chaining.py
tests/test_heuristic_scorer.py
tests/test_install_flow.py
tests/test_install_resilience.py
tests/test_installer_improvements.py
tests/test_language_detection.py
tests/test_licensing.py
tests/test_llm_local.py
tests/test_llm_reviewer.py
tests/test_llm_reviewer_lazy.py
tests/test_local_model.py
tests/test_local_model_escalation.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_memory_scoped.py
tests/test_model_integrity.py
tests/test_openclaw_integration.py
tests/test_overrides.py
tests/test_path_boundary.py
tests/test_pattern_families.py
tests/test_pattern_matcher_redos.py
tests/test_patterns.py
tests/test_plugin_scoping.py
tests/test_post_tool_use.py
tests/test_prompt_injection_patterns.py
tests/test_property_based.py
tests/test_protect_command.py
tests/test_provenance.py
tests/test_provenance_integration.py
tests/test_proxy_detection.py
tests/test_rate_limiter.py
tests/test_redaction.py
tests/test_screening_context.py
tests/test_security_fixes.py
tests/test_session_analyzer.py
tests/test_skill_context.py
tests/test_tiered_help.py
tests/test_vault_cross_platform.py
tweek/__init__.py
tweek/_keygen.py
tweek/audit.py
tweek/cli.py
tweek/cli_config.py
tweek/cli_configure.py
tweek/cli_core.py
tweek/cli_dry_run.py
tweek/cli_helpers.py
tweek/cli_install.py
tweek/cli_logs.py
tweek/cli_mcp.py
tweek/cli_memory.py
tweek/cli_model.py
tweek/cli_plugins.py
tweek/cli_protect.py
tweek/cli_proxy.py
tweek/cli_security.py
tweek/cli_skills.py
tweek/cli_uninstall.py
tweek/cli_vault.py
tweek/diagnostics.py
tweek/licensing.py
tweek-openclaw-plugin/node_modules/flatted/python/flatted.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/families.yaml
tweek/config/manager.py
tweek/config/models.py
tweek/config/patterns.yaml
tweek/config/templates.py
tweek/config/tiers.yaml
tweek/config/templates/config.yaml.template
tweek/config/templates/env.template
tweek/config/templates/overrides.yaml.template
tweek/config/templates/tweek.yaml.template
tweek/hooks/__init__.py
tweek/hooks/break_glass.py
tweek/hooks/feedback.py
tweek/hooks/overrides.py
tweek/hooks/post_tool_use.py
tweek/hooks/pre_tool_use.py
tweek/hooks/wrapper_post_tool_use.py
tweek/hooks/wrapper_pre_tool_use.py
tweek/integrations/__init__.py
tweek/integrations/openclaw.py
tweek/integrations/openclaw_detection.py
tweek/integrations/openclaw_server.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/clients/__init__.py
tweek/mcp/clients/chatgpt.py
tweek/mcp/clients/claude_desktop.py
tweek/mcp/clients/gemini.py
tweek/memory/__init__.py
tweek/memory/provenance.py
tweek/memory/queries.py
tweek/memory/safety.py
tweek/memory/schemas.py
tweek/memory/store.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/openclaw.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/heuristic_scorer.py
tweek/plugins/screening/llm_reviewer.py
tweek/plugins/screening/local_model_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/docker_bridge.py
tweek/sandbox/executor.py
tweek/sandbox/layers.py
tweek/sandbox/linux.py
tweek/sandbox/profile_generator.py
tweek/sandbox/project.py
tweek/sandbox/registry.py
tweek/screening/__init__.py
tweek/screening/context.py
tweek/security/__init__.py
tweek/security/integrity.py
tweek/security/language.py
tweek/security/llm_reviewer.py
tweek/security/local_model.py
tweek/security/local_reviewer.py
tweek/security/model_registry.py
tweek/security/rate_limiter.py
tweek/security/secret_scanner.py
tweek/security/session_analyzer.py
tweek/skill_template/SKILL.md
tweek/skill_template/__init__.py
tweek/skill_template/cli-reference.md
tweek/skill_template/overrides-reference.md
tweek/skill_template/scripts/__init__.py
tweek/skill_template/scripts/check_installed.py
tweek/skills/__init__.py
tweek/skills/config.py
tweek/skills/context.py
tweek/skills/fingerprints.py
tweek/skills/guard.py
tweek/skills/isolation.py
tweek/skills/scanner.py
tweek/vault/__init__.py
tweek/vault/cross_platform.py
tweek/vault/keychain.py