LICENSE
README.md
pyproject.toml
carpediem.egg-info/PKG-INFO
carpediem.egg-info/SOURCES.txt
carpediem.egg-info/dependency_links.txt
carpediem.egg-info/entry_points.txt
carpediem.egg-info/requires.txt
carpediem.egg-info/top_level.txt
src/__init__.py
src/app.py
src/cli.py
src/commands.py
src/crypto.py
src/domain.py
src/lang.py
src/main.py
src/models.py
src/nlparse.py
src/plan.py
src/storage.py
src/store.py
src/planner/__init__.py
src/planner/calibration.py
src/planner/capacity.py
src/planner/constraints.py
src/planner/explain.py
src/planner/feedback.py
src/planner/models.py
src/planner/scheduler.py
src/planner/scoring.py
src/planner/service.py
src/screens/__init__.py
src/screens/_shared.py
src/screens/form.py
src/screens/menu.py
src/screens/plan.py
src/screens/system.py
src/screens/views.py
tests/test_actual.py
tests/test_agenda_ical.py
tests/test_arch.py
tests/test_briefing.py
tests/test_calendar_kanban.py
tests/test_calibration.py
tests/test_concurrency.py
tests/test_crypto.py
tests/test_dailyplan.py
tests/test_domain.py
tests/test_external_import.py
tests/test_failure_paths.py
tests/test_feedback.py
tests/test_flows.py
tests/test_form_date_picker.py
tests/test_goals_security_export.py
tests/test_health_cli.py
tests/test_home_table_hover.py
tests/test_kanban_plot.py
tests/test_lang.py
tests/test_layout_small.py
tests/test_markup_escape.py
tests/test_menu.py
tests/test_modal_guard.py
tests/test_model.py
tests/test_nl_integration.py
tests/test_nlparse.py
tests/test_onboarding.py
tests/test_persistence.py
tests/test_phase7_events.py
tests/test_plan.py
tests/test_plan_operate.py
tests/test_plan_slots.py
tests/test_plan_ui.py
tests/test_planner.py
tests/test_planner_capacity.py
tests/test_planner_constraints.py
tests/test_planner_dayplan.py
tests/test_planner_explain.py
tests/test_planner_scoring.py
tests/test_reminders.py
tests/test_review.py
tests/test_scheduler.py
tests/test_smart.py
tests/test_state.py
tests/test_stats_layout.py
tests/test_store.py
tests/test_theme_nav.py
tests/test_workflow.py