.env.example
.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
brainet/__init__.py
brainet/cli.py
brainet.egg-info/PKG-INFO
brainet.egg-info/SOURCES.txt
brainet.egg-info/dependency_links.txt
brainet.egg-info/entry_points.txt
brainet.egg-info/requires.txt
brainet.egg-info/top_level.txt
brainet/ai/__init__.py
brainet/ai/groq_client.py
brainet/ai/session_summarizer.py
brainet/core/__init__.py
brainet/core/config.py
brainet/core/context_capture.py
brainet/core/analysis/context_analyzer.py
brainet/core/extractors/__init__.py
brainet/core/extractors/command_extractor.py
brainet/core/extractors/file_extractor.py
brainet/core/extractors/git_extractor.py
brainet/core/extractors/todo_extractor.py
brainet/storage/__init__.py
brainet/storage/capsule_manager.py
brainet/storage/models/__init__.py
brainet/storage/models/capsule.py
brainet/utils/errors.py
brainet/utils/patterns.py
tests/conftest.py
tests/test_ai_integration.py
tests/test_capsule_manager.py
tests/test_context_analyzer.py
tests/test_context_capture.py
tests/test_file_extractor.py
tests/test_file_watcher.py
tests/test_git_extractor.py
tests/test_terminal_tracker.py
tests/test_todo_extractor.py