.bandit
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SPONSORSHIP.md
codecov.yml
pyproject.toml
requirements.txt
agents/compliance_anticipation_agent.py
agents/epic_integration_wizard.py
agents/trust_building_behaviors.py
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/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/refactoring_wizard.py
coach_wizards/scaling_wizard.py
coach_wizards/security_wizard.py
coach_wizards/testing_wizard.py
docs/AI_DEVELOPMENT_WIZARDS.md
docs/ANTHROPIC_PARTNERSHIP_PROPOSAL.md
docs/API_REFERENCE.md
docs/BOOK_README.md
docs/CHAPTER_EMPATHY_FRAMEWORK.md
docs/CLI_GUIDE.md
docs/COVERAGE_ANALYSIS.md
docs/EMPATHY_FRAMEWORK_NON_TECHNICAL_GUIDE.md
docs/FOREWORD.md
docs/GOVERNANCE.md
docs/HOW_CLAUDE_LEARNS.md
docs/MEMDOCS_EMPATHY_INTEGRATION.md
docs/OPENSSF_APPLICATION_GUIDE.md
docs/OPENSSF_BADGE_PREPARATION.md
docs/PLAN_ADVANCED_DEBUGGING_WIZARD.md
docs/PLAN_CLINICAL_PROTOCOL_MONITORING.md
docs/PLAN_NEXT_IMPLEMENTATIONS.md
docs/PLAN_SOFTWARE_PLUGIN_COMPLETION.md
docs/POWERED_BY_CLAUDE_TIERS.md
docs/PUBLISHING.md
docs/PUBLISH_INSTRUCTIONS.md
docs/QUICKSTART_GUIDE.md
docs/REVIEW_GUIDE.md
docs/TEACHING_AI_YOUR_PHILOSOPHY.md
docs/THIRD_PARTY_BADGES.md
docs/USER_GUIDE.md
docs/USING_EMPATHY_WITH_LLMS.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/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/core.py
empathy_llm_toolkit/levels.py
empathy_llm_toolkit/providers.py
empathy_llm_toolkit/state.py
empathy_software_plugin/SOFTWARE_PLUGIN_README.md
empathy_software_plugin/__init__.py
empathy_software_plugin/cli.py
empathy_software_plugin/plugin.py
examples/README.md
examples/bug_prediction.py
examples/debugging_assistant.py
examples/debugging_demo.py
examples/llm_toolkit_demo.py
examples/multi_llm_usage.py
examples/performance_demo.py
examples/quickstart.py
examples/security_demo.py
examples/simple_usage.py
examples/software_plugin_complete_demo.py
examples/testing_demo.py
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_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/quickstart/README.md
examples/quickstart/minimal_example.py
src/empathy_os/__init__.py
src/empathy_os/cli.py
src/empathy_os/config.py
src/empathy_os/core.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/trust_building.py
tests/test_advanced_debugging.py
tests/test_ai_wizards.py
tests/test_base_wizard.py
tests/test_cli.py
tests/test_clinical_protocol_monitor.py
tests/test_config.py
tests/test_core.py
tests/test_coverage_analyzer.py
tests/test_emergence.py
tests/test_empathy_llm_core.py
tests/test_empathy_os.py
tests/test_enhanced_testing.py
tests/test_exceptions.py
tests/test_feedback_loops.py
tests/test_levels.py
tests/test_leverage_points.py
tests/test_llm_integration.py
tests/test_llm_toolkit_levels.py
tests/test_logging_config.py
tests/test_pattern_library.py
tests/test_performance_wizard.py
tests/test_persistence.py
tests/test_plugin_base.py
tests/test_plugin_registry.py
tests/test_protocol_checker.py
tests/test_protocol_loader.py
tests/test_providers.py
tests/test_quality_analyzer.py
tests/test_security_scan.py
tests/test_security_wizard.py
tests/test_sensor_parsers.py
tests/test_software_integration.py
tests/test_software_plugin.py
tests/test_state.py
tests/test_test_suggester.py
tests/test_trajectory_analyzer.py
tests/test_trust_building.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