LICENSE
README.md
cli.py
config.py
debug_log.py
http_retry.py
i18n.py
paths.py
profile_mgr.py
pyproject.toml
render_cache.py
ai/__init__.py
ai/chat.py
ai/coach.py
ai/context.py
ai/errors.py
ai/memory.py
ai/prompts.py
ai/provider.py
ai/routine_schema.py
ai/sanitize.py
ai/tools.py
analytics/__init__.py
analytics/common.py
analytics/e1rm.py
analytics/frequency.py
analytics/goal_progress.py
analytics/progression.py
analytics/records.py
analytics/volume.py
commands/__init__.py
commands/_shared.py
commands/body.py
commands/coach.py
commands/fit.py
commands/goals.py
commands/profiles.py
commands/settings.py
commands/startup.py
commands/stats.py
commands/sync.py
db/__init__.py
db/export.py
db/goals.py
db/memories.py
db/store.py
fit/__init__.py
fit/analytics.py
fit/auth.py
fit/client.py
fit/sync.py
hevy/__init__.py
hevy/client.py
hevy/sync.py
lifter_cli.egg-info/PKG-INFO
lifter_cli.egg-info/SOURCES.txt
lifter_cli.egg-info/dependency_links.txt
lifter_cli.egg-info/entry_points.txt
lifter_cli.egg-info/requires.txt
lifter_cli.egg-info/top_level.txt
locales/__init__.py
locales/en.json
locales/pt_BR.json
tests/test_ai_overrides.py
tests/test_analytics.py
tests/test_body_metrics.py
tests/test_check_stale_sync.py
tests/test_cli_helpers.py
tests/test_client.py
tests/test_coach.py
tests/test_config_paths.py
tests/test_connection_lifecycle.py
tests/test_db_goals.py
tests/test_db_goals_extra.py
tests/test_db_memories.py
tests/test_db_store.py
tests/test_debug_log.py
tests/test_describe_goal.py
tests/test_e1rm.py
tests/test_env_writer.py
tests/test_export.py
tests/test_fit_analytics.py
tests/test_fit_sync.py
tests/test_hevy_sync.py
tests/test_http_retry.py
tests/test_i18n_loader.py
tests/test_i18n_parity.py
tests/test_import.py
tests/test_migration.py
tests/test_packaging.py
tests/test_paths.py
tests/test_profiles.py
tests/test_provider.py
tests/test_render_cache.py
tests/test_routine_schema.py
tests/test_sanitize.py
tests/test_security.py
tests/test_stamp_routine.py
tests/test_weeks_denominator.py
ui/__init__.py
ui/console.py
ui/format.py
ui/prompts.py
ui/widgets.py