LICENSE
README.md
pyproject.toml
engine/__init__.py
engine/models.py
engine/coaching/__init__.py
engine/coaching/briefing.py
engine/coaching/protocols.py
engine/data/METHODOLOGY.md
engine/data/nhanes_percentiles.json
engine/insights/__init__.py
engine/insights/coaching.py
engine/insights/engine.py
engine/insights/patterns.py
engine/insights/rules.yaml
engine/integrations/__init__.py
engine/integrations/apple_health.py
engine/integrations/garmin.py
engine/scoring/__init__.py
engine/scoring/clinical.py
engine/scoring/engine.py
engine/scoring/freshness.py
engine/scoring/nhanes.py
engine/scoring/tables.py
engine/tracking/__init__.py
engine/tracking/habits.py
engine/tracking/nutrition.py
engine/tracking/strength.py
engine/tracking/weight.py
engine/utils/__init__.py
engine/utils/csv_io.py
engine/utils/date.py
health_engine.egg-info/PKG-INFO
health_engine.egg-info/SOURCES.txt
health_engine.egg-info/dependency_links.txt
health_engine.egg-info/entry_points.txt
health_engine.egg-info/requires.txt
health_engine.egg-info/top_level.txt
mcp_server/__init__.py
mcp_server/__main__.py
mcp_server/garmin_auth.py
mcp_server/server.py
mcp_server/tools.py
tests/test_apple_health.py
tests/test_clinical.py
tests/test_freshness.py
tests/test_garmin.py
tests/test_insights.py
tests/test_patterns.py
tests/test_protocols.py
tests/test_scoring.py
tests/test_weights.py