LICENSE
README.md
pyproject.toml
src/coppermind_cmo/__init__.py
src/coppermind_cmo/__main__.py
src/coppermind_cmo/active_client.py
src/coppermind_cmo/background.py
src/coppermind_cmo/cadence_utils.py
src/coppermind_cmo/colors.py
src/coppermind_cmo/config.py
src/coppermind_cmo/db.py
src/coppermind_cmo/email_alerts.py
src/coppermind_cmo/email_processing.py
src/coppermind_cmo/embedding_client.py
src/coppermind_cmo/embedding_server.py
src/coppermind_cmo/errors.py
src/coppermind_cmo/folder_watch.py
src/coppermind_cmo/gateway_http.py
src/coppermind_cmo/ingest.py
src/coppermind_cmo/ingest_folder.py
src/coppermind_cmo/lifecycle.py
src/coppermind_cmo/llm_client.py
src/coppermind_cmo/log.py
src/coppermind_cmo/memory_store.py
src/coppermind_cmo/memory_types.py
src/coppermind_cmo/merge_config.py
src/coppermind_cmo/parsing.py
src/coppermind_cmo/pending_queue.py
src/coppermind_cmo/resilience.py
src/coppermind_cmo/server.py
src/coppermind_cmo/statusline.py
src/coppermind_cmo/statusline.sh
src/coppermind_cmo/supabase-ca.pem
src/coppermind_cmo/synthesis.py
src/coppermind_cmo/tips.py
src/coppermind_cmo/update_cli.py
src/coppermind_cmo/updater.py
src/coppermind_cmo/utils.py
src/coppermind_cmo/watch.py
src/coppermind_cmo.egg-info/PKG-INFO
src/coppermind_cmo.egg-info/SOURCES.txt
src/coppermind_cmo.egg-info/dependency_links.txt
src/coppermind_cmo.egg-info/entry_points.txt
src/coppermind_cmo.egg-info/requires.txt
src/coppermind_cmo.egg-info/top_level.txt
src/coppermind_cmo/commands/cmo-actions.md
src/coppermind_cmo/commands/cmo-audit.md
src/coppermind_cmo/commands/cmo-autoprep.md
src/coppermind_cmo/commands/cmo-batch.md
src/coppermind_cmo/commands/cmo-brief.md
src/coppermind_cmo/commands/cmo-budget.md
src/coppermind_cmo/commands/cmo-campaign.md
src/coppermind_cmo/commands/cmo-connect.md
src/coppermind_cmo/commands/cmo-followup.md
src/coppermind_cmo/commands/cmo-handoff.md
src/coppermind_cmo/commands/cmo-help.md
src/coppermind_cmo/commands/cmo-ingest.md
src/coppermind_cmo/commands/cmo-kickoff.md
src/coppermind_cmo/commands/cmo-morning.md
src/coppermind_cmo/commands/cmo-nurture.md
src/coppermind_cmo/commands/cmo-positioning.md
src/coppermind_cmo/commands/cmo-proposal.md
src/coppermind_cmo/commands/cmo-report.md
src/coppermind_cmo/commands/cmo-retro.md
src/coppermind_cmo/commands/cmo-review.md
src/coppermind_cmo/commands/cmo-seo.md
src/coppermind_cmo/commands/cmo-strategy.md
src/coppermind_cmo/commands/cmo-team.md
src/coppermind_cmo/commands/cmo-va-guide.md
src/coppermind_cmo/commands/cmo-weekly.md
src/coppermind_cmo/commands/cmo-write.md
src/coppermind_cmo/commands/cmo.md
src/coppermind_cmo/hooks/__init__.py
src/coppermind_cmo/hooks/auto_prep.py
src/coppermind_cmo/hooks/new_mind_onboard.py
src/coppermind_cmo/hooks/skill_router.py
src/coppermind_cmo/skills/cmo-onboard-client.md
src/coppermind_cmo/skills/cmo-voice-setup.md
src/coppermind_cmo/tools/__init__.py
src/coppermind_cmo/tools/access.py
src/coppermind_cmo/tools/auto_ingest.py
src/coppermind_cmo/tools/brand.py
src/coppermind_cmo/tools/daily_loop.py
src/coppermind_cmo/tools/email_connect.py
src/coppermind_cmo/tools/email_ingest.py
src/coppermind_cmo/tools/eos.py
src/coppermind_cmo/tools/export_mind.py
src/coppermind_cmo/tools/health.py
src/coppermind_cmo/tools/ingest_knowledge.py
src/coppermind_cmo/tools/intelligence.py
src/coppermind_cmo/tools/knowledge_health.py
src/coppermind_cmo/tools/memories.py
src/coppermind_cmo/tools/minds.py
src/coppermind_cmo/tools/outputs.py
src/coppermind_cmo/tools/synthesis.py
src/coppermind_cmo/tools/team.py
src/coppermind_cmo/tools/update.py
tests/test_access.py
tests/test_active_client.py
tests/test_api_contracts.py
tests/test_auto_ingest.py
tests/test_auto_prep_hook.py
tests/test_background_ingestion.py
tests/test_brand.py
tests/test_cadence_utils.py
tests/test_ci_infrastructure.py
tests/test_colors.py
tests/test_config.py
tests/test_context_switch_briefing.py
tests/test_cross_module.py
tests/test_customer_isolation.py
tests/test_daily_loop.py
tests/test_db.py
tests/test_db_resilience.py
tests/test_email_alerts.py
tests/test_email_connect.py
tests/test_email_ingest.py
tests/test_email_processing.py
tests/test_embedding_client.py
tests/test_embedding_server.py
tests/test_eos.py
tests/test_errors.py
tests/test_export_mind.py
tests/test_folder_watch.py
tests/test_gateway_http.py
tests/test_health.py
tests/test_ingest.py
tests/test_ingest_folder.py
tests/test_ingest_knowledge.py
tests/test_ingestion_receipt.py
tests/test_integration_smoke.py
tests/test_intelligence.py
tests/test_knowledge_health.py
tests/test_lifecycle.py
tests/test_llm_client.py
tests/test_log.py
tests/test_memories.py
tests/test_memory_decay_tuning.py
tests/test_memory_store.py
tests/test_memory_types.py
tests/test_minds.py
tests/test_new_mind_onboard_hook.py
tests/test_no_llm_simulation.py
tests/test_notification_registry.py
tests/test_onboarding_flows.py
tests/test_outputs.py
tests/test_parsing.py
tests/test_pending_lifecycle.py
tests/test_pending_lifecycle_audit.py
tests/test_pending_queue.py
tests/test_performance.py
tests/test_personal_mind_edge_cases.py
tests/test_pid_management.py
tests/test_plugin.py
tests/test_prep_l10.py
tests/test_raw_documents.py
tests/test_reconsolidation.py
tests/test_release_pipeline.py
tests/test_resilience.py
tests/test_schema.py
tests/test_secure_write.py
tests/test_sensitivity.py
tests/test_sensitivity_consolidation.py
tests/test_server.py
tests/test_session_tracking.py
tests/test_skill_router.py
tests/test_sprint2_contracts.py
tests/test_switch_confirmation.py
tests/test_synthesis.py
tests/test_synthesis_error_handling.py
tests/test_synthesis_integration.py
tests/test_team_tools.py
tests/test_tips.py
tests/test_update_tool.py
tests/test_updater.py
tests/test_updater_integration.py
tests/test_upgrade_resilience.py
tests/test_url_capture.py
tests/test_utils.py
tests/test_version_flag.py
tests/test_viewer_filtering.py
tests/test_watch.py