.claude.json
.cursorrules
.dockerignore
.env.example
.gitignore
.warden.example.yml
.wardenignore
CLAUDE.md
Dockerfile
GEMINI.md
LICENSE
README.md
poetry.lock
pyproject.toml
setup.py
start_warden_chat.sh
.github/workflows/ci.yml
.github/workflows/release.yml
.warden/.gitignore
.warden/AI_RULES.md
.warden/ai_status.md
.warden/config.yaml
.warden/ignore.yaml
.warden/rules.example.yaml
.warden/frames/README.md
.warden/frames/architectural/__init__.py
.warden/frames/architectural/frame.py
.warden/frames/config/__init__.py
.warden/frames/config/frame.py
.warden/frames/demo-security/frame.py
.warden/frames/demo-security/frame.yaml
.warden/frames/env-security/README.md
.warden/frames/env-security/frame.py
.warden/frames/env-security/frame.yaml
.warden/frames/fuzz/__init__.py
.warden/frames/fuzz/frame.py
.warden/frames/gitchanges/__init__.py
.warden/frames/gitchanges/frame.py
.warden/frames/gitchanges/git_diff_parser.py
.warden/frames/orphan/__init__.py
.warden/frames/orphan/frame.py
.warden/frames/orphan/llm_orphan_filter.py
.warden/frames/orphan/orphan_detector.py
.warden/frames/project_architecture/__init__.py
.warden/frames/project_architecture/frame.py
.warden/frames/property/__init__.py
.warden/frames/property/frame.py
.warden/frames/resilience/__init__.py
.warden/frames/resilience/frame.py
.warden/frames/resilience/_internal/__init__.py
.warden/frames/resilience/_internal/circuit_breaker_check.py
.warden/frames/resilience/_internal/error_handling_check.py
.warden/frames/resilience/_internal/retry_check.py
.warden/frames/resilience/_internal/timeout_check.py
.warden/frames/security/__init__.py
.warden/frames/security/frame.py
.warden/frames/security/_internal/__init__.py
.warden/frames/security/_internal/hardcoded_password_check.py
.warden/frames/security/_internal/secrets_check.py
.warden/frames/security/_internal/sql_injection_check.py
.warden/frames/security/_internal/xss_check.py
.warden/frames/stress/__init__.py
.warden/frames/stress/frame.py
.warden/frames/universal/__init__.py
.warden/frames/universal/secret_scanner.py
.warden/rules/consistency.yaml
.warden/rules/conventions.yaml
.warden/rules/my_custom_rules.yaml
.warden/rules/performance.yaml
.warden/rules/root.yaml
.warden/rules/security.yaml
.warden/scripts/README.md
.warden/scripts/check_complexity.sh
.warden/scripts/check_file_size.sh
.warden/scripts/check_no_todos.sh
Formula/warden.rb
clients/csharp/README.md
clients/csharp/Warden.Client.csproj
clients/csharp/WardenClient.cs
docs/COMMAND_SYSTEM.md
docs/COMMAND_SYSTEM_QUICK_START.md
docs/CUSTOM_FRAMES.md
docs/FRAME_INFRASTRUCTURE_UPDATE.md
docs/USER_GUIDE_PRE_POST_RULES.md
docs/ci_cd_integration.md
examples/.warden/reports/scan-20251223-221151.json
examples/.warden/reports/scan-20251223-221151.md
examples/custom-commands/README.md
examples/custom-commands/code-review.toml
examples/custom-commands/git/summary.toml
examples/custom-commands/search/grep-code.toml
examples/custom-frames/README.md
examples/custom-frames/redis-security/README.md
examples/custom-frames/redis-security/USAGE.md
examples/custom-frames/redis-security/frame.py
examples/custom-frames/redis-security/frame.yaml
examples/custom-frames/redis-security/test_manual.py
examples/custom-frames/redis-security/checks/__init__.py
examples/custom-frames/redis-security/test_examples/insecure_redis.py
examples/custom-frames/redis-security/test_examples/secure_redis.py
examples/custom-frames/redis-security/tests/__init__.py
examples/custom-frames/redis-security/tests/test_frame.py
examples/dogfooding/README.md
examples/dogfooding/python/architectural_test.py
examples/dogfooding/python/chaos_test.py
examples/dogfooding/python/invalid_config.yaml
examples/dogfooding/python/orphan_test.py
examples/dogfooding/python/property_test.py
examples/dogfooding/python/security_vulnerabilities.py
examples/dogfooding/python/vulnerable_code.py
extensions/warden-ast-java/.gitignore
extensions/warden-ast-java/LICENSE
extensions/warden-ast-java/MANIFEST.in
extensions/warden-ast-java/README.md
extensions/warden-ast-java/pyproject.toml
extensions/warden-ast-java/verify.py
extensions/warden-ast-java/src/warden_ast_java/__init__.py
extensions/warden-ast-java/src/warden_ast_java/provider.py
extensions/warden-ast-java/src/warden_ast_java/py.typed
extensions/warden-ast-java/tests/__init__.py
extensions/warden-ast-java/tests/test_java_provider.py
scripts/generate_grpc.py
scripts/scan_full_pipeline.py
scripts/server_start.sh
src/warden.lock
src/.warden/ai_status.md
src/.warden/frames/orphan/__init__.py
src/.warden/frames/orphan/frame.py
src/.warden/frames/orphan/llm_orphan_filter.py
src/.warden/frames/orphan/orphan_detector.py
src/.warden/memory/knowledge_graph.json
src/warden/__init__.py
src/warden/_version.py
src/warden/legacy_cli.py
src/warden/main.py
src/warden/analysis/__init__.py
src/warden/analysis/application/__init__.py
src/warden/analysis/application/analysis_phase.py
src/warden/analysis/application/convention_detector.py
src/warden/analysis/application/dependency_graph.py
src/warden/analysis/application/file_context_analyzer.py
src/warden/analysis/application/framework_detector.py
src/warden/analysis/application/integrity_scanner.py
src/warden/analysis/application/issue_tracker.py
src/warden/analysis/application/llm_analysis_phase.py
src/warden/analysis/application/llm_context_analyzer.py
src/warden/analysis/application/llm_phase_base.py
src/warden/analysis/application/metrics_aggregator.py
src/warden/analysis/application/pre_analysis_phase.py
src/warden/analysis/application/project_purpose_detector.py
src/warden/analysis/application/project_structure_analyzer.py
src/warden/analysis/application/result_analyzer.py
src/warden/analysis/application/service_abstraction_detector.py
src/warden/analysis/application/statistics_collector.py
src/warden/analysis/application/discovery/__init__.py
src/warden/analysis/application/discovery/classifier.py
src/warden/analysis/application/discovery/discoverer.py
src/warden/analysis/application/discovery/framework_detector.py
src/warden/analysis/application/discovery/gitignore_filter.py
src/warden/analysis/application/discovery/models.py
src/warden/analysis/application/resolvers/semantic_resolver.py
src/warden/analysis/domain/__init__.py
src/warden/analysis/domain/context_weights.py
src/warden/analysis/domain/enums.py
src/warden/analysis/domain/file_context.py
src/warden/analysis/domain/models.py
src/warden/analysis/domain/project_context.py
src/warden/analysis/domain/quality_metrics.py
src/warden/ast/__init__.py
src/warden/ast/application/__init__.py
src/warden/ast/application/provider_interface.py
src/warden/ast/application/provider_loader.py
src/warden/ast/application/provider_registry.py
src/warden/ast/domain/__init__.py
src/warden/ast/domain/enums.py
src/warden/ast/domain/models.py
src/warden/ast/providers/__init__.py
src/warden/ast/providers/python_ast_provider.py
src/warden/ast/providers/tree_sitter_provider.py
src/warden/build_context/README.md
src/warden/build_context/__init__.py
src/warden/build_context/context_provider.py
src/warden/build_context/models.py
src/warden/build_context/parsers/__init__.py
src/warden/build_context/parsers/package_json_parser.py
src/warden/build_context/parsers/pyproject_parser.py
src/warden/build_context/parsers/requirements_parser.py
src/warden/classification/__init__.py
src/warden/classification/application/__init__.py
src/warden/classification/application/classification_phase.py
src/warden/classification/application/classification_prompts.py
src/warden/classification/application/llm_classification_phase.py
src/warden/cleaning/__init__.py
src/warden/cleaning/resilience_scenario.py
src/warden/cleaning/application/__init__.py
src/warden/cleaning/application/cleaning_phase.py
src/warden/cleaning/application/llm_cleaning_generator.py
src/warden/cleaning/application/llm_suggestion_generator.py
src/warden/cleaning/application/orchestrator.py
src/warden/cleaning/application/pattern_analyzer.py
src/warden/cleaning/application/analyzers/__init__.py
src/warden/cleaning/application/analyzers/complexity_analyzer.py
src/warden/cleaning/application/analyzers/documentation_analyzer.py
src/warden/cleaning/application/analyzers/duplication_analyzer.py
src/warden/cleaning/application/analyzers/lsp_diagnostics_analyzer.py
src/warden/cleaning/application/analyzers/magic_number_analyzer.py
src/warden/cleaning/application/analyzers/maintainability_analyzer.py
src/warden/cleaning/application/analyzers/naming_analyzer.py
src/warden/cleaning/application/analyzers/testability_analyzer.py
src/warden/cleaning/domain/__init__.py
src/warden/cleaning/domain/base.py
src/warden/cleaning/domain/models.py
src/warden/cli/__init__.py
src/warden/cli/utils.py
src/warden/cli/commands/AI_RULES.md
src/warden/cli/commands/__init__.py
src/warden/cli/commands/chat.py
src/warden/cli/commands/doctor.py
src/warden/cli/commands/init.py
src/warden/cli/commands/init_helpers.py
src/warden/cli/commands/install.py
src/warden/cli/commands/scan.py
src/warden/cli/commands/search.py
src/warden/cli/commands/serve.py
src/warden/cli/commands/status.py
src/warden/cli/commands/update.py
src/warden/cli/commands/version.py
src/warden/cli_bridge/README.md
src/warden/cli_bridge/USAGE.md
src/warden/cli_bridge/__init__.py
src/warden/cli_bridge/bridge.py
src/warden/cli_bridge/bridge_minimal.py
src/warden/cli_bridge/config_manager.py
src/warden/cli_bridge/http_server.py
src/warden/cli_bridge/protocol.py
src/warden/cli_bridge/server.py
src/warden/cli_bridge/utils.py
src/warden/cli_bridge/handlers/__init__.py
src/warden/cli_bridge/handlers/base.py
src/warden/cli_bridge/handlers/config_handler.py
src/warden/cli_bridge/handlers/llm_handler.py
src/warden/cli_bridge/handlers/pipeline_handler.py
src/warden/cli_bridge/handlers/tool_handler.py
src/warden/config/__init__.py
src/warden/config/config_generator.py
src/warden/config/discovery.py
src/warden/config/language_templates.py
src/warden/config/project_config.py
src/warden/config/project_detector.py
src/warden/config/project_manager.py
src/warden/config/yaml_exporter.py
src/warden/config/yaml_parser.py
src/warden/config/yaml_validator.py
src/warden/config/domain/models.py
src/warden/config/templates/full-validation.yaml
src/warden/config/templates/llm-basic.yaml
src/warden/config/templates/llm-fast.yaml
src/warden/config/templates/llm-production.yaml
src/warden/config/templates/production-ready.yaml
src/warden/config/templates/quick-scan.yaml
src/warden/config/templates/security-only.yaml
src/warden/demos/fragile_service.py
src/warden/fortification/__init__.py
src/warden/fortification/application/__init__.py
src/warden/fortification/application/fortification_phase.py
src/warden/fortification/application/llm_fortification_generator.py
src/warden/fortification/application/orchestrator.py
src/warden/fortification/application/fortifiers/__init__.py
src/warden/fortification/application/fortifiers/error_handling.py
src/warden/fortification/application/fortifiers/input_validation.py
src/warden/fortification/application/fortifiers/logging.py
src/warden/fortification/application/fortifiers/resource_disposal.py
src/warden/fortification/domain/__init__.py
src/warden/fortification/domain/base.py
src/warden/fortification/domain/models.py
src/warden/grpc/__init__.py
src/warden/grpc/converters.py
src/warden/grpc/server.py
src/warden/grpc/generated/__init__.py
src/warden/grpc/generated/warden_pb2.py
src/warden/grpc/generated/warden_pb2_grpc.py
src/warden/grpc/infrastructure/__init__.py
src/warden/grpc/infrastructure/base_file_repository.py
src/warden/grpc/infrastructure/history_repository.py
src/warden/grpc/infrastructure/issue_repository.py
src/warden/grpc/infrastructure/suppression_repository.py
src/warden/grpc/protos/warden.proto
src/warden/grpc/servicer/__init__.py
src/warden/grpc/servicer/base.py
src/warden/grpc/servicer/mixins/__init__.py
src/warden/grpc/servicer/mixins/cleanup.py
src/warden/grpc/servicer/mixins/configuration.py
src/warden/grpc/servicer/mixins/file_discovery.py
src/warden/grpc/servicer/mixins/fortification.py
src/warden/grpc/servicer/mixins/health_status.py
src/warden/grpc/servicer/mixins/issue_management.py
src/warden/grpc/servicer/mixins/llm_operations.py
src/warden/grpc/servicer/mixins/pipeline.py
src/warden/grpc/servicer/mixins/report_generation.py
src/warden/grpc/servicer/mixins/result_analysis.py
src/warden/grpc/servicer/mixins/semantic_search.py
src/warden/grpc/servicer/mixins/suppression.py
src/warden/infrastructure/__init__.py
src/warden/infrastructure/installer.py
src/warden/infrastructure/ci/__init__.py
src/warden/infrastructure/ci/azure_pipelines.py
src/warden/infrastructure/ci/github_actions.py
src/warden/infrastructure/ci/github_cli.py
src/warden/infrastructure/ci/gitlab_ci.py
src/warden/infrastructure/hooks/__init__.py
src/warden/infrastructure/hooks/commit_message_hook.py
src/warden/infrastructure/hooks/installer.py
src/warden/infrastructure/hooks/pre_commit.py
src/warden/infrastructure/hooks/pre_push.py
src/warden/issues/__init__.py
src/warden/issues/domain/__init__.py
src/warden/issues/domain/enums.py
src/warden/issues/domain/models.py
src/warden/llm/__init__.py
src/warden/llm/config.py
src/warden/llm/factory.py
src/warden/llm/types.py
src/warden/llm/prompts/__init__.py
src/warden/llm/prompts/analysis.py
src/warden/llm/prompts/classification.py
src/warden/llm/prompts/resilience.py
src/warden/llm/providers/__init__.py
src/warden/llm/providers/anthropic.py
src/warden/llm/providers/base.py
src/warden/llm/providers/deepseek.py
src/warden/llm/providers/groq.py
src/warden/llm/providers/openai.py
src/warden/llm/providers/qwencode.py
src/warden/lsp/__init__.py
src/warden/lsp/client.py
src/warden/lsp/manager.py
src/warden/lsp/symbol_graph.py
src/warden/mcp/__init__.py
src/warden/mcp/entry.py
src/warden/mcp/protocol.py
src/warden/mcp/resources.py
src/warden/mcp/server.py
src/warden/mcp/application/__init__.py
src/warden/mcp/application/mcp_service.py
src/warden/mcp/application/resource_provider.py
src/warden/mcp/application/session_manager.py
src/warden/mcp/application/tool_executor.py
src/warden/mcp/domain/__init__.py
src/warden/mcp/domain/enums.py
src/warden/mcp/domain/errors.py
src/warden/mcp/domain/models.py
src/warden/mcp/domain/value_objects.py
src/warden/mcp/infrastructure/__init__.py
src/warden/mcp/infrastructure/file_resource_repo.py
src/warden/mcp/infrastructure/stdio_transport.py
src/warden/mcp/infrastructure/tool_registry.py
src/warden/mcp/infrastructure/warden_adapter.py
src/warden/mcp/infrastructure/adapters/__init__.py
src/warden/mcp/infrastructure/adapters/analysis_adapter.py
src/warden/mcp/infrastructure/adapters/base_adapter.py
src/warden/mcp/infrastructure/adapters/cleanup_adapter.py
src/warden/mcp/infrastructure/adapters/config_adapter.py
src/warden/mcp/infrastructure/adapters/discovery_adapter.py
src/warden/mcp/infrastructure/adapters/fortification_adapter.py
src/warden/mcp/infrastructure/adapters/health_adapter.py
src/warden/mcp/infrastructure/adapters/issue_adapter.py
src/warden/mcp/infrastructure/adapters/llm_adapter.py
src/warden/mcp/infrastructure/adapters/pipeline_adapter.py
src/warden/mcp/infrastructure/adapters/report_adapter.py
src/warden/mcp/infrastructure/adapters/search_adapter.py
src/warden/mcp/infrastructure/adapters/suppression_adapter.py
src/warden/mcp/ports/__init__.py
src/warden/mcp/ports/resource_repository.py
src/warden/mcp/ports/tool_executor.py
src/warden/mcp/ports/transport.py
src/warden/memory/__init__.py
src/warden/memory/application/__init__.py
src/warden/memory/application/memory_manager.py
src/warden/memory/domain/__init__.py
src/warden/memory/domain/models.py
src/warden/pipeline/__init__.py
src/warden/pipeline/application/__init__.py
src/warden/pipeline/application/enhanced_orchestrator.py
src/warden/pipeline/application/phase_orchestrator.py
src/warden/pipeline/application/executors/__init__.py
src/warden/pipeline/application/executors/analysis_executor.py
src/warden/pipeline/application/executors/base_phase_executor.py
src/warden/pipeline/application/executors/classification_executor.py
src/warden/pipeline/application/executors/cleaning_executor.py
src/warden/pipeline/application/executors/fortification_executor.py
src/warden/pipeline/application/executors/pre_analysis_executor.py
src/warden/pipeline/application/orchestrator/__init__.py
src/warden/pipeline/application/orchestrator/frame_executor.py
src/warden/pipeline/application/orchestrator/frame_matcher.py
src/warden/pipeline/application/orchestrator/orchestrator.py
src/warden/pipeline/application/orchestrator/phase_executor.py
src/warden/pipeline/application/orchestrator/result_aggregator.py
src/warden/pipeline/domain/__init__.py
src/warden/pipeline/domain/enums.py
src/warden/pipeline/domain/models.py
src/warden/pipeline/domain/pipeline_context.py
src/warden/reports/__init__.py
src/warden/reports/generator.py
src/warden/reports/html_generator.py
src/warden/reports/status_reporter.py
src/warden/rules/__init__.py
src/warden/rules/application/__init__.py
src/warden/rules/application/rule_validator.py
src/warden/rules/defaults/loader.py
src/warden/rules/defaults/javascript/security.yaml
src/warden/rules/defaults/python/security.yaml
src/warden/rules/defaults/python/style.yaml
src/warden/rules/domain/__init__.py
src/warden/rules/domain/enums.py
src/warden/rules/domain/models.py
src/warden/rules/infrastructure/__init__.py
src/warden/rules/infrastructure/yaml_loader.py
src/warden/secrets/__init__.py
src/warden/secrets/application/__init__.py
src/warden/secrets/application/secret_manager.py
src/warden/secrets/application/template_resolver.py
src/warden/secrets/domain/__init__.py
src/warden/secrets/domain/enums.py
src/warden/secrets/domain/models.py
src/warden/secrets/providers/__init__.py
src/warden/secrets/providers/azure_keyvault_provider.py
src/warden/secrets/providers/base.py
src/warden/secrets/providers/dotenv_provider.py
src/warden/secrets/providers/env_provider.py
src/warden/semantic_search/__init__.py
src/warden/semantic_search/adapters.py
src/warden/semantic_search/chunker.py
src/warden/semantic_search/context_retriever.py
src/warden/semantic_search/embeddings.py
src/warden/semantic_search/indexer.py
src/warden/semantic_search/models.py
src/warden/semantic_search/searcher.py
src/warden/services/__init__.py
src/warden/services/grpc_entry.py
src/warden/services/ipc_entry.py
src/warden/services/package_manager/doctor.py
src/warden/services/package_manager/exceptions.py
src/warden/services/package_manager/fetcher.py
src/warden/services/package_manager/registry.py
src/warden/shared/__init__.py
src/warden/shared/logger.py
src/warden/shared/domain/__init__.py
src/warden/shared/domain/base_model.py
src/warden/shared/domain/project_context.py
src/warden/shared/domain/repository.py
src/warden/shared/infrastructure/__init__.py
src/warden/shared/infrastructure/config.py
src/warden/shared/infrastructure/exceptions.py
src/warden/shared/infrastructure/ignore_matcher.py
src/warden/shared/infrastructure/logging.py
src/warden/shared/services/__init__.py
src/warden/shared/services/semantic_search_service.py
src/warden/shared/utils/__init__.py
src/warden/shared/utils/json_parser.py
src/warden/shared/utils/language_utils.py
src/warden/shared/utils/panel_converter.py
src/warden/shared/utils/quality_calculator.py
src/warden/shared/utils/yaml_merger.py
src/warden/suppression/README.md
src/warden/suppression/__init__.py
src/warden/suppression/config_loader.py
src/warden/suppression/matcher.py
src/warden/suppression/models.py
src/warden/templates/AI_RULES.md
src/warden/validation/__init__.py
src/warden/validation/fix_imports.py
src/warden/validation/migrate_frames.py
src/warden/validation/application/base_universal_frame.py
src/warden/validation/domain/__init__.py
src/warden/validation/domain/check.py
src/warden/validation/domain/enums.py
src/warden/validation/domain/frame.py
src/warden/validation/domain/test_results.py
src/warden/validation/frames/README.md
src/warden/validation/frames/__init__.py
src/warden/validation/frames/orphan/__init__.py
src/warden/validation/frames/orphan/orphan_frame.py
src/warden/validation/infrastructure/__init__.py
src/warden/validation/infrastructure/check_loader.py
src/warden/validation/infrastructure/frame_metadata.py
src/warden/validation/infrastructure/frame_registry.py
src/warden/validation/infrastructure/llm_validator.py
src/warden_core.egg-info/PKG-INFO
src/warden_core.egg-info/SOURCES.txt
src/warden_core.egg-info/dependency_links.txt
src/warden_core.egg-info/entry_points.txt
src/warden_core.egg-info/not-zip-safe
src/warden_core.egg-info/requires.txt
src/warden_core.egg-info/top_level.txt
tests/__init__.py.bak
tests/phase16_verification.py
tests/test_cleaning_panel_compat.py
tests/test_fortification_panel_compat.py
tests/test_frame_priority_conversion.py
tests/test_main.py
tests/test_panel_converter_utils.py
tests/test_pipeline_panel_compat.py
tests/test_validation_test_results.py
tests/analysis/__init__.py
tests/analysis/test_issue_tracker.py
tests/analysis/test_pre_analysis.py
tests/analysis/test_result_analyzer.py
tests/analysis/application/__init__.py
tests/analysis/application/test_integrity_scanner.py
tests/ast_tests/__init__.py
tests/ast_tests/test_provider_registry.py
tests/ast_tests/test_python_ast_provider.py
tests/build_context/__init__.py
tests/build_context/test_context_provider.py
tests/build_context/test_models.py
tests/chaos/__init__.py
tests/chaos/grpc/__init__.py
tests/chaos/grpc/test_grpc_chaos.py
tests/helpers/__init__.py
tests/helpers/panel_test_utils.py
tests/infrastructure/__init__.py
tests/infrastructure/test_installer.py
tests/infrastructure/ci/__init__.py
tests/infrastructure/ci/test_github_actions.py
tests/infrastructure/hooks/__init__.py
tests/infrastructure/hooks/test_installer.py
tests/integration/test_context_propagation.py
tests/integration/grpc_integration/__init__.py
tests/integration/grpc_integration/test_grpc_integration.py
tests/llm/__init__.py
tests/llm/manual_llm_live_simple.py
tests/llm/test_config.py
tests/llm/test_factory.py
tests/llm/test_integration_live.py
tests/llm/test_types.py
tests/mcp/test_notification.py
tests/pipeline/__init__.py
tests/pipeline/test_orchestrator.py
tests/pipeline/test_orchestrator_rules.py
tests/postman/README.md
tests/postman/test_grpc.sh
tests/rules/__init__.py
tests/rules/application/__init__.py
tests/rules/application/test_rule_validator.py
tests/rules/domain/__init__.py
tests/rules/domain/test_enums.py
tests/rules/domain/test_models.py
tests/rules/infrastructure/__init__.py
tests/rules/infrastructure/test_yaml_loader.py
tests/services/package_manager/__init__.py
tests/services/package_manager/test_doctor.py
tests/services/package_manager/test_fetcher.py
tests/shared/utils/test_language_utils.py
tests/suppression/__init__.py
tests/suppression/test_config_loader.py
tests/suppression/test_matcher.py
tests/suppression/test_models.py
tests/tui/__init__.py
tests/tui/modals/__init__.py
tests/tui/widgets/__init__.py
tests/unit/grpc_testing/__init__.py
tests/unit/grpc_testing/test_proto.py
tests/unit/grpc_testing/test_server.py
tests/validation/__init__.py
tests/validation/frames/README.md
tests/validation/frames/__init__.py
tests/validation/frames/gitchanges/__init__.py
tests/validation/frames/gitchanges/test_gitchanges_frame.py
tests/validation/frames/orphan/__init__.py
tests/validation/frames/orphan/test_orphan_frame.py
tests/validation/frames/resilience/test_resilience_frame.py
tests/validation/frames/security/__init__.py
tests/validation/frames/security/test_security_frame.py