.bandit
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
QUICKSTART.md
README.md
SECURITY.md
empathy.config.example.json
empathy.config.example.yml
pyproject.toml
requirements.txt
agents/code_inspection/patterns/inspection/recurring_B112.json
agents/code_inspection/patterns/inspection/recurring_F541.json
agents/code_inspection/patterns/inspection/recurring_FORMAT.json
agents/code_inspection/patterns/inspection/recurring_bug_20250822_def456.json
agents/code_inspection/patterns/inspection/recurring_bug_20250915_abc123.json
agents/code_inspection/patterns/inspection/recurring_bug_20251212_3c5b9951.json
agents/code_inspection/patterns/inspection/recurring_bug_20251212_97c0f72f.json
agents/code_inspection/patterns/inspection/recurring_bug_20251212_a0871d53.json
agents/code_inspection/patterns/inspection/recurring_bug_20251212_a9b6ec41.json
agents/code_inspection/patterns/inspection/recurring_bug_null_001.json
agents/code_inspection/patterns/inspection/recurring_builtin.json
coach_wizards/__init__.py
coach_wizards/accessibility_wizard.py
coach_wizards/api_wizard.py
coach_wizards/base_wizard.py
coach_wizards/cicd_wizard.py
coach_wizards/code_reviewer_README.md
coach_wizards/code_reviewer_wizard.py
coach_wizards/compliance_wizard.py
coach_wizards/database_wizard.py
coach_wizards/debugging_wizard.py
coach_wizards/documentation_wizard.py
coach_wizards/generate_wizards.py
coach_wizards/localization_wizard.py
coach_wizards/migration_wizard.py
coach_wizards/monitoring_wizard.py
coach_wizards/observability_wizard.py
coach_wizards/performance_wizard.py
coach_wizards/prompt_engineering_wizard.py
coach_wizards/refactoring_wizard.py
coach_wizards/scaling_wizard.py
coach_wizards/security_wizard.py
coach_wizards/testing_wizard.py
docs/index.md
docs/api-reference/ai-wizards.md
docs/api-reference/config.md
docs/api-reference/core.md
docs/api-reference/empathy-os.md
docs/api-reference/index.md
docs/api-reference/llm-toolkit.md
docs/api-reference/multi-agent.md
docs/api-reference/pattern-library.md
docs/api-reference/persistence.md
docs/api-reference/software-wizards.md
docs/api-reference/wizards.md
docs/examples/adaptive-learning-system.md
docs/examples/multi-agent-team-coordination.md
docs/examples/sbar-clinical-handoff.md
docs/examples/simple-chatbot.md
docs/examples/webhook-event-integration.md
docs/getting-started/redis-setup.md
docs/guides/DISTRIBUTION_POLICY.md
docs/guides/MCP_PUBLISH_INSTRUCTIONS.md
docs/guides/MKDOCS_TUTORIAL.md
docs/guides/PUBLISHING.md
docs/guides/RELEASE_PREPARATION.md
docs/guides/WORKFLOW_PATTERNS.md
docs/guides/claude-memory-integration.md
docs/guides/crewai-integration.md
docs/guides/foreword.md
docs/guides/healthcare-wizards.md
docs/guides/how-to-read-this-book.md
docs/guides/multi-model-workflows.md
docs/guides/pattern-catalog.md
docs/guides/preface.md
docs/guides/signoz-integration.md
docs/guides/software-development-wizards.md
docs/guides/trust-circuit-breaker.md
docs/guides/xml-enhanced-prompts.md
empathy_framework.egg-info/PKG-INFO
empathy_framework.egg-info/SOURCES.txt
empathy_framework.egg-info/dependency_links.txt
empathy_framework.egg-info/entry_points.txt
empathy_framework.egg-info/requires.txt
empathy_framework.egg-info/top_level.txt
empathy_healthcare_plugin/__init__.py
empathy_healthcare_plugin/monitors/__init__.py
empathy_healthcare_plugin/monitors/clinical_protocol_monitor.py
empathy_healthcare_plugin/monitors/monitoring/__init__.py
empathy_healthcare_plugin/monitors/monitoring/protocol_checker.py
empathy_healthcare_plugin/monitors/monitoring/protocol_loader.py
empathy_healthcare_plugin/monitors/monitoring/sensor_parsers.py
empathy_healthcare_plugin/monitors/monitoring/trajectory_analyzer.py
empathy_healthcare_plugin/protocols/cardiac.json
empathy_healthcare_plugin/protocols/post_operative.json
empathy_healthcare_plugin/protocols/respiratory.json
empathy_healthcare_plugin/protocols/sepsis.json
empathy_llm_toolkit/README.md
empathy_llm_toolkit/__init__.py
empathy_llm_toolkit/claude_memory.py
empathy_llm_toolkit/code_health.py
empathy_llm_toolkit/contextual_patterns.py
empathy_llm_toolkit/core.py
empathy_llm_toolkit/git_pattern_extractor.py
empathy_llm_toolkit/levels.py
empathy_llm_toolkit/pattern_confidence.py
empathy_llm_toolkit/pattern_resolver.py
empathy_llm_toolkit/pattern_summary.py
empathy_llm_toolkit/providers.py
empathy_llm_toolkit/session_status.py
empathy_llm_toolkit/state.py
empathy_llm_toolkit/agent_factory/__init__.py
empathy_llm_toolkit/agent_factory/base.py
empathy_llm_toolkit/agent_factory/decorators.py
empathy_llm_toolkit/agent_factory/factory.py
empathy_llm_toolkit/agent_factory/framework.py
empathy_llm_toolkit/agent_factory/memory_integration.py
empathy_llm_toolkit/agent_factory/resilient.py
empathy_llm_toolkit/agent_factory/adapters/__init__.py
empathy_llm_toolkit/agent_factory/adapters/autogen_adapter.py
empathy_llm_toolkit/agent_factory/adapters/crewai_adapter.py
empathy_llm_toolkit/agent_factory/adapters/haystack_adapter.py
empathy_llm_toolkit/agent_factory/adapters/langchain_adapter.py
empathy_llm_toolkit/agent_factory/adapters/langgraph_adapter.py
empathy_llm_toolkit/agent_factory/adapters/native.py
empathy_llm_toolkit/agent_factory/adapters/wizard_adapter.py
empathy_llm_toolkit/agent_factory/crews/__init__.py
empathy_llm_toolkit/agent_factory/crews/code_review.py
empathy_llm_toolkit/agent_factory/crews/health_check.py
empathy_llm_toolkit/agent_factory/crews/refactoring.py
empathy_llm_toolkit/agent_factory/crews/security_audit.py
empathy_llm_toolkit/cli/__init__.py
empathy_llm_toolkit/cli/sync_claude.py
empathy_llm_toolkit/config/__init__.py
empathy_llm_toolkit/config/unified.py
empathy_llm_toolkit/routing/__init__.py
empathy_llm_toolkit/routing/model_router.py
empathy_llm_toolkit/security/IMPLEMENTATION_SUMMARY.md
empathy_llm_toolkit/security/PHASE2_COMPLETE.md
empathy_llm_toolkit/security/PHASE2_SECRETS_DETECTOR_COMPLETE.md
empathy_llm_toolkit/security/QUICK_REFERENCE.md
empathy_llm_toolkit/security/README.md
empathy_llm_toolkit/security/__init__.py
empathy_llm_toolkit/security/audit_logger.py
empathy_llm_toolkit/security/audit_logger_example.py
empathy_llm_toolkit/security/pii_scrubber.py
empathy_llm_toolkit/security/secrets_detector.py
empathy_llm_toolkit/security/secrets_detector_example.py
empathy_llm_toolkit/security/secure_memdocs.py
empathy_llm_toolkit/security/secure_memdocs_example.py
empathy_llm_toolkit/wizards/__init__.py
empathy_llm_toolkit/wizards/base_wizard.py
empathy_llm_toolkit/wizards/customer_support_wizard.py
empathy_llm_toolkit/wizards/healthcare_wizard.py
empathy_llm_toolkit/wizards/patient_assessment_README.md
empathy_llm_toolkit/wizards/patient_assessment_wizard.py
empathy_llm_toolkit/wizards/technology_wizard.py
empathy_software_plugin/SOFTWARE_PLUGIN_README.md
empathy_software_plugin/__init__.py
empathy_software_plugin/cli.py
empathy_software_plugin/plugin.py
empathy_software_plugin/cli/__init__.py
empathy_software_plugin/cli/inspect.py
empathy_software_plugin/wizards/__init__.py
empathy_software_plugin/wizards/advanced_debugging_wizard.py
empathy_software_plugin/wizards/agent_orchestration_wizard.py
empathy_software_plugin/wizards/ai_collaboration_wizard.py
empathy_software_plugin/wizards/ai_context_wizard.py
empathy_software_plugin/wizards/ai_documentation_wizard.py
empathy_software_plugin/wizards/base_wizard.py
empathy_software_plugin/wizards/book_chapter_wizard.py
empathy_software_plugin/wizards/code_review_wizard.py
empathy_software_plugin/wizards/enhanced_testing_wizard.py
empathy_software_plugin/wizards/memory_enhanced_debugging_wizard.py
empathy_software_plugin/wizards/multi_model_wizard.py
empathy_software_plugin/wizards/pattern_extraction_wizard.py
empathy_software_plugin/wizards/pattern_retriever_wizard.py
empathy_software_plugin/wizards/performance_profiling_wizard.py
empathy_software_plugin/wizards/prompt_engineering_wizard.py
empathy_software_plugin/wizards/rag_pattern_wizard.py
empathy_software_plugin/wizards/security_analysis_wizard.py
empathy_software_plugin/wizards/security_learning_wizard.py
empathy_software_plugin/wizards/tech_debt_wizard.py
empathy_software_plugin/wizards/testing_wizard.py
empathy_software_plugin/wizards/debugging/__init__.py
empathy_software_plugin/wizards/debugging/bug_risk_analyzer.py
empathy_software_plugin/wizards/debugging/config_loaders.py
empathy_software_plugin/wizards/debugging/fix_applier.py
empathy_software_plugin/wizards/debugging/language_patterns.py
empathy_software_plugin/wizards/debugging/linter_parsers.py
empathy_software_plugin/wizards/debugging/verification.py
empathy_software_plugin/wizards/performance/__init__.py
empathy_software_plugin/wizards/performance/bottleneck_detector.py
empathy_software_plugin/wizards/performance/profiler_parsers.py
empathy_software_plugin/wizards/performance/trajectory_analyzer.py
empathy_software_plugin/wizards/security/__init__.py
empathy_software_plugin/wizards/security/exploit_analyzer.py
empathy_software_plugin/wizards/security/owasp_patterns.py
empathy_software_plugin/wizards/security/vulnerability_scanner.py
empathy_software_plugin/wizards/testing/__init__.py
empathy_software_plugin/wizards/testing/coverage_analyzer.py
empathy_software_plugin/wizards/testing/quality_analyzer.py
empathy_software_plugin/wizards/testing/test_suggester.py
examples/README.md
examples/WIZARDS_MASTER_GUIDE.md
examples/WIZARD_DASHBOARD_IMPLEMENTATION.md
examples/WIZARD_DASHBOARD_STATE_MANAGEMENT.md
examples/WIZARD_DASHBOARD_WIREFRAMES.md
examples/debugging_demo.py
examples/llm_toolkit_demo.py
examples/multi_llm_usage.py
examples/performance_demo.py
examples/quickstart.py
examples/redis_exploration.py
examples/security_demo.py
examples/security_integration_example.py
examples/simple_usage.py
examples/smart_team_quickstart.py
examples/software_plugin_complete_demo.py
examples/streamlit_debug_wizard.py
examples/test_debugging_wizard.py
examples/test_short_term_memory_full.py
examples/testing_demo.py
examples/ai_wizards/all_ai_wizards_demo.py
examples/ai_wizards/tests/test_ai_wizards.py
examples/ai_wizards/tests/test_performance_wizard.py
examples/ai_wizards/tests/test_security_wizard.py
examples/claude_memory/README-SECURITY.md
examples/claude_memory/enterprise-CLAUDE-secure.md
examples/claude_memory/example-with-imports.md
examples/claude_memory/project-CLAUDE.md
examples/claude_memory/user-CLAUDE.md
examples/coach/ALL_DOCUMENTATION_COMPLETE.md
examples/coach/ALPHA_TESTER_RECRUITMENT.md
examples/coach/CHANGELOG.md
examples/coach/COMPLETE_IMPLEMENTATION_REPORT.md
examples/coach/CONTRIBUTING.md
examples/coach/DISCORD_SETUP_GUIDE.md
examples/coach/DOCUMENTATION_COMPLETE.md
examples/coach/FINAL_DELIVERABLES_SUMMARY.md
examples/coach/IDE_INTEGRATION_PLAN.md
examples/coach/IDE_INTEGRATION_SETUP_COMPLETE.md
examples/coach/IMPLEMENTATION_COMPLETE.md
examples/coach/JETBRAINS_PLUGIN_COMPLETE.md
examples/coach/MARKETPLACE_READINESS.md
examples/coach/PHASE_1_COMPLETE_AND_NEXT_STEPS.md
examples/coach/PRIVACY.md
examples/coach/README.md
examples/coach/TODO.md
examples/coach/VSCODE_EXTENSION_COMPLETE.md
examples/coach/WIZARD_IMPLEMENTATION_COMPLETE.md
examples/coach/__init__.py
examples/coach/coach.py
examples/coach/demo.py
examples/coach/demo_all_wizards.py
examples/coach/health_check.py
examples/coach/shared_learning.py
examples/coach/coach-lsp-server/README.md
examples/coach/coach-lsp-server/server.py
examples/coach/docs/API.md
examples/coach/docs/CUSTOM_WIZARDS.md
examples/coach/docs/FAQ.md
examples/coach/docs/INSTALLATION.md
examples/coach/docs/TROUBLESHOOTING.md
examples/coach/docs/USER_MANUAL.md
examples/coach/docs/WIZARDS.md
examples/coach/jetbrains-plugin/README.md
examples/coach/jetbrains-plugin-complete/README.md
examples/coach/lsp/README.md
examples/coach/lsp/__init__.py
examples/coach/lsp/cache.py
examples/coach/lsp/context_collector.py
examples/coach/lsp/error_handler.py
examples/coach/lsp/logging_config.py
examples/coach/lsp/server.py
examples/coach/lsp/protocol/__init__.py
examples/coach/lsp/protocol/messages.py
examples/coach/lsp/tests/__init__.py
examples/coach/lsp/tests/test_e2e.py
examples/coach/lsp/tests/test_server.py
examples/coach/setup/DISCORD_SETUP_INSTRUCTIONS.md
examples/coach/setup/GITHUB_SETUP_GUIDE.md
examples/coach/setup/README.md
examples/coach/setup/SETUP_COMPLETE.md
examples/coach/tests/__init__.py
examples/coach/tests/test_all_wizards.py
examples/coach/tests/test_coach_wizards.py
examples/coach/tests/test_new_wizards.py
examples/coach/vscode-extension/README.md
examples/coach/vscode-extension-complete/README.md
examples/coach/wizards/__init__.py
examples/coach/wizards/accessibility_wizard.py
examples/coach/wizards/api_wizard.py
examples/coach/wizards/base_wizard.py
examples/coach/wizards/compliance_wizard.py
examples/coach/wizards/database_wizard.py
examples/coach/wizards/debugging_wizard.py
examples/coach/wizards/design_review_wizard.py
examples/coach/wizards/devops_wizard.py
examples/coach/wizards/documentation_wizard.py
examples/coach/wizards/localization_wizard.py
examples/coach/wizards/monitoring_wizard.py
examples/coach/wizards/onboarding_wizard.py
examples/coach/wizards/performance_wizard.py
examples/coach/wizards/refactoring_wizard.py
examples/coach/wizards/retrospective_wizard.py
examples/coach/wizards/security_wizard.py
examples/coach/wizards/testing_wizard.py
examples/domain_wizards/all_domain_wizards_demo.py
examples/domain_wizards/healthcare_example.py
examples/domain_wizards/tests/test_healthcare_wizard.py
examples/level_5_transformative/BLOG_POST.md
examples/level_5_transformative/README.md
examples/level_5_transformative/run_full_demo.py
examples/level_5_transformative/data/deployment_pipeline.py
examples/level_5_transformative/data/healthcare_handoff_code.py
examples/quickstart/README.md
examples/quickstart/minimal_example.py
examples/wizard-dashboard/README.md
examples/wizard-dashboard/SETUP.md
examples/workflows/README.md
examples/workflows/code_review_example.py
examples/workflows/doc_gen_example.py
examples/workflows/multi_model_example.py
examples/workflows/research_example.py
src/empathy_os/__init__.py
src/empathy_os/agent_monitoring.py
src/empathy_os/cli.py
src/empathy_os/cli_unified.py
src/empathy_os/config.py
src/empathy_os/coordination.py
src/empathy_os/core.py
src/empathy_os/cost_tracker.py
src/empathy_os/discovery.py
src/empathy_os/emergence.py
src/empathy_os/exceptions.py
src/empathy_os/feedback_loops.py
src/empathy_os/levels.py
src/empathy_os/leverage_points.py
src/empathy_os/logging_config.py
src/empathy_os/pattern_library.py
src/empathy_os/persistence.py
src/empathy_os/platform_utils.py
src/empathy_os/redis_config.py
src/empathy_os/redis_memory.py
src/empathy_os/templates.py
src/empathy_os/tier_recommender.py
src/empathy_os/trust_building.py
src/empathy_os/wizard_factory_cli.py
src/empathy_os/workflow_commands.py
src/empathy_os/.empathy/costs.json
src/empathy_os/.empathy/discovery_stats.json
src/empathy_os/.empathy/workflow_runs.json
src/empathy_os/adaptive/__init__.py
src/empathy_os/adaptive/task_complexity.py
src/empathy_os/cache/__init__.py
src/empathy_os/cache/base.py
src/empathy_os/cache/dependency_manager.py
src/empathy_os/cache/hash_only.py
src/empathy_os/cache/hybrid.py
src/empathy_os/cache/storage.py
src/empathy_os/config/__init__.py
src/empathy_os/config/xml_config.py
src/empathy_os/dashboard/__init__.py
src/empathy_os/dashboard/server.py
src/empathy_os/hot_reload/README.md
src/empathy_os/hot_reload/__init__.py
src/empathy_os/hot_reload/config.py
src/empathy_os/hot_reload/integration.py
src/empathy_os/hot_reload/reloader.py
src/empathy_os/hot_reload/watcher.py
src/empathy_os/hot_reload/websocket.py
src/empathy_os/memory/__init__.py
src/empathy_os/memory/claude_memory.py
src/empathy_os/memory/config.py
src/empathy_os/memory/control_panel.py
src/empathy_os/memory/edges.py
src/empathy_os/memory/graph.py
src/empathy_os/memory/long_term.py
src/empathy_os/memory/nodes.py
src/empathy_os/memory/redis_bootstrap.py
src/empathy_os/memory/short_term.py
src/empathy_os/memory/summary_index.py
src/empathy_os/memory/unified.py
src/empathy_os/memory/security/__init__.py
src/empathy_os/memory/security/audit_logger.py
src/empathy_os/memory/security/pii_scrubber.py
src/empathy_os/memory/security/secrets_detector.py
src/empathy_os/memory/storage/__init__.py
src/empathy_os/metrics/__init__.py
src/empathy_os/metrics/prompt_metrics.py
src/empathy_os/models/__init__.py
src/empathy_os/models/__main__.py
src/empathy_os/models/cli.py
src/empathy_os/models/empathy_executor.py
src/empathy_os/models/executor.py
src/empathy_os/models/fallback.py
src/empathy_os/models/provider_config.py
src/empathy_os/models/registry.py
src/empathy_os/models/tasks.py
src/empathy_os/models/telemetry.py
src/empathy_os/models/token_estimator.py
src/empathy_os/models/validation.py
src/empathy_os/monitoring/__init__.py
src/empathy_os/monitoring/alerts.py
src/empathy_os/monitoring/alerts_cli.py
src/empathy_os/monitoring/multi_backend.py
src/empathy_os/monitoring/otel_backend.py
src/empathy_os/optimization/__init__.py
src/empathy_os/optimization/context_optimizer.py
src/empathy_os/patterns/refactoring_memory.json
src/empathy_os/patterns/debugging/all_patterns.json
src/empathy_os/patterns/debugging/workflow_20260107_1770825e.json
src/empathy_os/plugins/__init__.py
src/empathy_os/plugins/base.py
src/empathy_os/plugins/registry.py
src/empathy_os/project_index/__init__.py
src/empathy_os/project_index/cli.py
src/empathy_os/project_index/crew_integration.py
src/empathy_os/project_index/index.py
src/empathy_os/project_index/models.py
src/empathy_os/project_index/reports.py
src/empathy_os/project_index/scanner.py
src/empathy_os/prompts/__init__.py
src/empathy_os/prompts/config.py
src/empathy_os/prompts/context.py
src/empathy_os/prompts/parser.py
src/empathy_os/prompts/registry.py
src/empathy_os/prompts/templates.py
src/empathy_os/resilience/__init__.py
src/empathy_os/resilience/circuit_breaker.py
src/empathy_os/resilience/fallback.py
src/empathy_os/resilience/health.py
src/empathy_os/resilience/retry.py
src/empathy_os/resilience/timeout.py
src/empathy_os/routing/__init__.py
src/empathy_os/routing/chain_executor.py
src/empathy_os/routing/classifier.py
src/empathy_os/routing/smart_router.py
src/empathy_os/routing/wizard_registry.py
src/empathy_os/scaffolding/README.md
src/empathy_os/scaffolding/__init__.py
src/empathy_os/scaffolding/__main__.py
src/empathy_os/scaffolding/cli.py
src/empathy_os/telemetry/__init__.py
src/empathy_os/telemetry/cli.py
src/empathy_os/telemetry/usage_tracker.py
src/empathy_os/test_generator/__init__.py
src/empathy_os/test_generator/__main__.py
src/empathy_os/test_generator/cli.py
src/empathy_os/test_generator/generator.py
src/empathy_os/test_generator/risk_analyzer.py
src/empathy_os/trust/__init__.py
src/empathy_os/trust/circuit_breaker.py
src/empathy_os/validation/__init__.py
src/empathy_os/validation/xml_validator.py
src/empathy_os/workflow_patterns/__init__.py
src/empathy_os/workflow_patterns/behavior.py
src/empathy_os/workflow_patterns/core.py
src/empathy_os/workflow_patterns/output.py
src/empathy_os/workflow_patterns/registry.py
src/empathy_os/workflow_patterns/structural.py
src/empathy_os/workflows/__init__.py
src/empathy_os/workflows/base.py
src/empathy_os/workflows/bug_predict.py
src/empathy_os/workflows/code_review.py
src/empathy_os/workflows/code_review_adapters.py
src/empathy_os/workflows/code_review_pipeline.py
src/empathy_os/workflows/config.py
src/empathy_os/workflows/dependency_check.py
src/empathy_os/workflows/document_gen.py
src/empathy_os/workflows/documentation_orchestrator.py
src/empathy_os/workflows/health_check.py
src/empathy_os/workflows/manage_documentation.py
src/empathy_os/workflows/new_sample_workflow1.py
src/empathy_os/workflows/new_sample_workflow1_README.md
src/empathy_os/workflows/perf_audit.py
src/empathy_os/workflows/pr_review.py
src/empathy_os/workflows/progress.py
src/empathy_os/workflows/progress_server.py
src/empathy_os/workflows/refactor_plan.py
src/empathy_os/workflows/release_prep.py
src/empathy_os/workflows/research_synthesis.py
src/empathy_os/workflows/secure_release.py
src/empathy_os/workflows/security_adapters.py
src/empathy_os/workflows/security_audit.py
src/empathy_os/workflows/step_config.py
src/empathy_os/workflows/test5.py
src/empathy_os/workflows/test5_README.md
src/empathy_os/workflows/test_gen.py
src/empathy_os/workflows/test_lifecycle.py
src/empathy_os/workflows/test_maintenance.py
src/empathy_os/workflows/test_maintenance_cli.py
src/empathy_os/workflows/test_maintenance_crew.py
src/empathy_os/workflows/tier_tracking.py
src/empathy_os/workflows/xml_enhanced_crew.py
src/empathy_os/workflows/keyboard_shortcuts/__init__.py
src/empathy_os/workflows/keyboard_shortcuts/generators.py
src/empathy_os/workflows/keyboard_shortcuts/parsers.py
src/empathy_os/workflows/keyboard_shortcuts/prompts.py
src/empathy_os/workflows/keyboard_shortcuts/schema.py
src/empathy_os/workflows/keyboard_shortcuts/workflow.py
tests/test_advanced_debugging.py
tests/test_agent_factory.py
tests/test_agent_factory_memory.py
tests/test_agent_factory_resilience.py
tests/test_agent_orchestration_wizard.py
tests/test_ai_collaboration_wizard.py
tests/test_all_wizards.py
tests/test_audit_logger.py
tests/test_audit_logger_extended.py
tests/test_base.py
tests/test_base_wizard.py
tests/test_base_wizard_exceptions.py
tests/test_baseline.py
tests/test_book_chapter_wizard.py
tests/test_book_production_agents.py
tests/test_bug_predict_workflow.py
tests/test_claude_memory.py
tests/test_claude_memory_extended.py
tests/test_cli.py
tests/test_clinical_protocol_monitor.py
tests/test_code_health.py
tests/test_code_review.py
tests/test_code_review_crew_integration.py
tests/test_code_review_pipeline.py
tests/test_code_review_pipeline_workflow.py
tests/test_code_review_wizard.py
tests/test_code_review_workflow.py
tests/test_config.py
tests/test_config_loaders.py
tests/test_control_panel.py
tests/test_control_panel_security.py
tests/test_coordination.py
tests/test_core.py
tests/test_core_reliability.py
tests/test_cost_tracker.py
tests/test_coverage_analyzer.py
tests/test_crewai_adapter.py
tests/test_dependency_check.py
tests/test_dependency_check_workflow.py
tests/test_discovery.py
tests/test_document_gen.py
tests/test_document_gen_workflow.py
tests/test_emergence.py
tests/test_empathy_llm_core.py
tests/test_empathy_llm_security.py
tests/test_empathy_os.py
tests/test_empathy_os_cli_extended.py
tests/test_enhanced_testing.py
tests/test_exceptions.py
tests/test_executor_integration.py
tests/test_fallback.py
tests/test_feedback_loops.py
tests/test_finding_extraction.py
tests/test_graph.py
tests/test_health_check.py
tests/test_health_check_workflow.py
tests/test_intelligence_integration.py
tests/test_levels.py
tests/test_leverage_points.py
tests/test_linter_parsers.py
tests/test_llm_integration.py
tests/test_llm_toolkit_levels.py
tests/test_logging_config.py
tests/test_long_term.py
tests/test_memory_graph.py
tests/test_model_registry.py
tests/test_model_router.py
tests/test_monitoring.py
tests/test_multi_model_wizard.py
tests/test_multi_model_wizard_boundary.py
tests/test_pattern_library.py
tests/test_perf_audit_workflow.py
tests/test_performance_profiling_wizard.py
tests/test_persistence.py
tests/test_pii_scrubber.py
tests/test_pii_scrubber_extended.py
tests/test_platform_compat_ci.py
tests/test_platform_utils.py
tests/test_plugin_base.py
tests/test_plugin_registry.py
tests/test_pr_review.py
tests/test_pr_review_workflow.py
tests/test_production_smoke.py
tests/test_progress.py
tests/test_prompt_engineering_wizard.py
tests/test_protocol_checker.py
tests/test_protocol_loader.py
tests/test_provider_config.py
tests/test_providers.py
tests/test_quality_analyzer.py
tests/test_redis_bootstrap.py
tests/test_redis_config.py
tests/test_redis_integration.py
tests/test_redis_memory.py
tests/test_redis_memory_errors.py
tests/test_refactor_golden.py
tests/test_refactor_plan_workflow.py
tests/test_refactoring.py
tests/test_refactoring_crew.py
tests/test_registry.py
tests/test_release_prep.py
tests/test_reporting.py
tests/test_reports.py
tests/test_resilience.py
tests/test_sbar_wizard.py
tests/test_scanner.py
tests/test_scanner_exceptions.py
tests/test_secrets_detector.py
tests/test_secure_memdocs.py
tests/test_secure_memdocs_extended.py
tests/test_secure_release.py
tests/test_secure_release_workflow.py
tests/test_security_audit.py
tests/test_security_audit_crew.py
tests/test_security_audit_workflow.py
tests/test_security_crew_integration.py
tests/test_security_integration.py
tests/test_security_learning_wizard.py
tests/test_security_negative_cases.py
tests/test_security_scan.py
tests/test_sensor_parsers.py
tests/test_session_status.py
tests/test_short_term.py
tests/test_smart_router.py
tests/test_software_cli.py
tests/test_software_integration.py
tests/test_software_plugin.py
tests/test_software_plugin_cli.py
tests/test_state.py
tests/test_step_config.py
tests/test_summary_index.py
tests/test_sync_claude.py
tests/test_tech_debt_wizard.py
tests/test_telemetry.py
tests/test_templates.py
tests/test_test_suggester.py
tests/test_timeout.py
tests/test_token_estimator.py
tests/test_trajectory_analyzer.py
tests/test_trust_building.py
tests/test_trust_circuit_breaker.py
tests/test_unified_memory.py
tests/test_validation.py
tests/test_wizard_api.py
tests/test_wizard_api_integration.py
tests/test_wizard_outputs.py
tests/test_wizard_site_comprehensive.py
tests/test_workflow_base.py
tests/test_workflow_commands.py
tests/test_workflow_wizard_integration.py
tests/test_xml_prompts.py
tests/test_xml_spec_generation.py
wizards/__init__.py
wizards/admission_assessment_wizard.py
wizards/care_plan.py
wizards/clinical_assessment.py
wizards/discharge_planning.py
wizards/discharge_summary_wizard.py
wizards/dosage_calculation.py
wizards/incident_report_wizard.py
wizards/medication_reconciliation.py
wizards/nursing_assessment.py
wizards/patient_education.py
wizards/quality_improvement.py
wizards/sbar_report.py
wizards/sbar_wizard.py
wizards/shift_handoff_wizard.py
wizards/soap_note_wizard.py
wizards/treatment_plan.py
workflow_scaffolding/__init__.py
workflow_scaffolding/__main__.py
workflow_scaffolding/cli.py
workflow_scaffolding/generator.py