LICENSE
README.md
pyproject.toml
ghost_pulse/__init__.py
ghost_pulse/cli.py
ghost_pulse/config.py
ghost_pulse/daemon.py
ghost_pulse/db.py
ghost_pulse.egg-info/PKG-INFO
ghost_pulse.egg-info/SOURCES.txt
ghost_pulse.egg-info/dependency_links.txt
ghost_pulse.egg-info/entry_points.txt
ghost_pulse.egg-info/requires.txt
ghost_pulse.egg-info/top_level.txt
ghost_pulse/analyzers/__init__.py
ghost_pulse/analyzers/context_restorer.py
ghost_pulse/analyzers/context_switch.py
ghost_pulse/analyzers/developer_fingerprint.py
ghost_pulse/analyzers/error_memory.py
ghost_pulse/analyzers/focus_guard.py
ghost_pulse/analyzers/time_tracker.py
ghost_pulse/analyzers/toil.py
ghost_pulse/analyzers/workflow_predictor.py
ghost_pulse/bootstrap/__init__.py
ghost_pulse/bootstrap/ollama_setup.py
ghost_pulse/collectors/__init__.py
ghost_pulse/collectors/file_watcher.py
ghost_pulse/collectors/git_collector.py
ghost_pulse/collectors/shell.py
ghost_pulse/collectors/window.py
ghost_pulse/generators/__init__.py
ghost_pulse/generators/report_gen.py
ghost_pulse/generators/script_gen.py
ghost_pulse/llm/__init__.py
ghost_pulse/llm/base.py
ghost_pulse/llm/claude_provider.py
ghost_pulse/llm/factory.py
ghost_pulse/llm/groq_provider.py
ghost_pulse/llm/ollama_provider.py
ghost_pulse/llm/openai_provider.py
ghost_pulse/rag/__init__.py
ghost_pulse/rag/embed_factory.py
ghost_pulse/rag/embed_local.py
ghost_pulse/rag/embed_ollama.py
ghost_pulse/rag/embed_openai.py
ghost_pulse/rag/embeddings.py
ghost_pulse/rag/fix_tracker.py
ghost_pulse/rag/retriever.py
ghost_pulse/rag/vector_store.py
ghost_pulse/ui/__init__.py
ghost_pulse/ui/dashboard.py
ghost_pulse/ui/tui/__init__.py
ghost_pulse/ui/tui/app.py
ghost_pulse/ui/tui/data.py
ghost_pulse/ui/tui/vim_scroll.py
ghost_pulse/ui/tui/screens/__init__.py
ghost_pulse/ui/tui/screens/config.py
ghost_pulse/ui/tui/screens/fixes.py
ghost_pulse/ui/tui/screens/focus.py
ghost_pulse/ui/tui/screens/insights.py
ghost_pulse/ui/tui/screens/profile.py
ghost_pulse/ui/tui/screens/projects.py
ghost_pulse/ui/tui/screens/today.py
ghost_pulse/ui/tui/screens/toil.py
ghost_pulse/ui/tui/screens/week.py
ghost_pulse/ui/tui/widgets/__init__.py
ghost_pulse/ui/tui/widgets/bar_chart.py
ghost_pulse/ui/tui/widgets/heatmap.py
ghost_pulse/ui/tui/widgets/panel.py
ghost_pulse/ui/tui/widgets/sparkline.py
ghost_pulse/ui/tui/widgets/stat_card.py
ghost_pulse/ui/tui/widgets/switch_chart.py
ghost_pulse/web/__init__.py
ghost_pulse/web/server.py
ghost_pulse/web/static/index.html
tests/test_analyzers.py
tests/test_collectors.py
tests/test_context_restorer.py
tests/test_db.py
tests/test_developer_fingerprint.py
tests/test_embedding_providers.py
tests/test_error_memory.py
tests/test_fix_lifecycle.py
tests/test_fix_tracker.py
tests/test_focus_guard.py
tests/test_llm_providers.py
tests/test_ollama_bootstrap.py
tests/test_retriever.py
tests/test_vector_store.py
tests/test_workflow_predictor.py