LICENSE
README.md
pyproject.toml
hub/__init__.py
hub/__main__.py
hub/backfill.py
hub/batch_reporter.py
hub/cli.py
hub/colors.py
hub/config.py
hub/daemon.py
hub/discovery.py
hub/git_utils.py
hub/log.py
hub/mcp_server.py
hub/adapters/__init__.py
hub/adapters/base.py
hub/adapters/claude_adapter.py
hub/adapters/codex_adapter.py
hub/adapters/opencode_adapter.py
hub/adapters/qwen_adapter.py
hub/analyzers/__init__.py
hub/analyzers/base.py
hub/analyzers/cross_provider.py
hub/analyzers/efficiency.py
hub/analyzers/file_ops.py
hub/analyzers/qa.py
hub/analyzers/session_timeline.py
hub/analyzers/summary.py
hub/analyzers/user_messages.py
hub/cache/__init__.py
hub/cache/event_store.py
hub/cache/git_store.py
hub/correlation/__init__.py
hub/correlation/linker.py
hub/dashboard/__init__.py
hub/dashboard/server.py
hub/dashboard/static/analytics.html
hub/dashboard/static/dashboard.html
hub/dashboard/static/projects.html
hub/dashboard/static/timeline.html
hub/digests/__init__.py
hub/digests/engine.py
hub/digests/llm.py
hub/digests/stats.py
hub/digests/template.py
hub/harvesters/__init__.py
hub/harvesters/git_harvester.py
hub/harvesters/github_harvester.py
hub/integrations/__init__.py
hub/integrations/github_client.py
hub/integrations/ollama_client.py
hub/integrations/openai_compat_client.py
hub/models/__init__.py
hub/models/base.py
hub/models/claude.py
hub/models/codex.py
hub/models/opencode.py
hub/models/qwen.py
hub/parsers/__init__.py
hub/parsers/base.py
hub/parsers/claude_parser.py
hub/parsers/codex_parser.py
hub/parsers/opencode_parser.py
hub/parsers/qwen_parser.py
hub/renderers/__init__.py
hub/renderers/markdown.py
hub/watchers/__init__.py
hub/watchers/base.py
hub/watchers/claude_watcher.py
hub/watchers/codex_watcher.py
hub/watchers/kqueue_watcher.py
hub/watchers/opencode_watcher.py
hub/watchers/polling_watcher.py
hub/watchers/qwen_watcher.py
moolmesh.egg-info/PKG-INFO
moolmesh.egg-info/SOURCES.txt
moolmesh.egg-info/dependency_links.txt
moolmesh.egg-info/entry_points.txt
moolmesh.egg-info/requires.txt
moolmesh.egg-info/top_level.txt
tests/test_analyzer_cross_provider.py
tests/test_analyzer_session_timeline.py
tests/test_analyzer_user_messages.py
tests/test_backfill.py
tests/test_batch_reporter.py
tests/test_claude_adapter.py
tests/test_claude_parser.py
tests/test_cli_repo_sync.py
tests/test_codex_adapter.py
tests/test_codex_parser.py
tests/test_config.py
tests/test_correlation.py
tests/test_digest_engine.py
tests/test_digest_stats.py
tests/test_digest_template.py
tests/test_discovery.py
tests/test_event_store.py
tests/test_foundation.py
tests/test_git_harvester.py
tests/test_git_store.py
tests/test_github_client.py
tests/test_github_harvester.py
tests/test_harvester.py
tests/test_llm_factory.py
tests/test_logging.py
tests/test_mcp_server.py
tests/test_models.py
tests/test_ollama_client.py
tests/test_openai_compat_client.py
tests/test_opencode_adapter.py
tests/test_opencode_discovery.py
tests/test_opencode_parser.py
tests/test_opencode_watcher.py
tests/test_polling_watcher.py
tests/test_qwen_adapter.py
tests/test_qwen_parser.py
tests/test_server_api.py
tests/test_sse_robusto.py
tests/test_watcher_filtering.py
tests/test_watcher_reactivation.py
tests/test_watcher_startup_gap.py