LICENSE
MANIFEST.in
README.md
package.json
pyproject.toml
bin/ocerebro.js
cerebro/__init__.py
cerebro/__main__.py
cerebro/cerebro_setup.py
hooks/__init__.py
hooks/cost_hook.py
hooks/coverage_hook.py
hooks/error_hook.py
hooks/expensive_hook.py
hooks/global_logger.py
ocerebro.egg-info/PKG-INFO
ocerebro.egg-info/SOURCES.txt
ocerebro.egg-info/dependency_links.txt
ocerebro.egg-info/entry_points.txt
ocerebro.egg-info/requires.txt
ocerebro.egg-info/top_level.txt
src/__init__.py
src/cli/__init__.py
src/cli/dream.py
src/cli/gc.py
src/cli/main.py
src/cli/remember.py
src/consolidation/__init__.py
src/consolidation/checkpoints.py
src/consolidation/dream.py
src/consolidation/extractor.py
src/consolidation/promoter.py
src/consolidation/remember.py
src/consolidation/scorer.py
src/core/__init__.py
src/core/event_schema.py
src/core/jsonl_storage.py
src/core/paths.py
src/core/session_manager.py
src/dashboard/__init__.py
src/dashboard/api.py
src/dashboard/server.py
src/dashboard/standalone_server.py
src/dashboard/static/index.html
src/dashboard/static/style.css
src/diff/__init__.py
src/diff/memory_diff.py
src/forgetting/__init__.py
src/forgetting/decay.py
src/forgetting/gc.py
src/forgetting/guard_rails.py
src/hooks/__init__.py
src/hooks/core_captures.py
src/hooks/custom_loader.py
src/index/__init__.py
src/index/embeddings_db.py
src/index/entities_db.py
src/index/metadata_db.py
src/index/queries.py
src/mcp/__init__.py
src/mcp/server.py
src/memdir/__init__.py
src/memdir/scanner.py
src/official/__init__.py
src/official/markdown_storage.py
src/official/templates.py
src/working/__init__.py
src/working/memory_view.py
src/working/yaml_storage.py
tests/test_checkpoints.py
tests/test_cli.py
tests/test_core_captures.py
tests/test_dream.py
tests/test_event_schema.py
tests/test_extractor.py
tests/test_gc.py
tests/test_guard_rails.py
tests/test_hooks.py
tests/test_hooks_integration.py
tests/test_index.py
tests/test_jsonl_storage.py
tests/test_markdown_storage.py
tests/test_mcp.py
tests/test_memory_diff.py
tests/test_memory_view.py
tests/test_metadata_db.py
tests/test_paths.py
tests/test_promoter.py
tests/test_remember.py
tests/test_scanner.py
tests/test_scorer.py
tests/test_scorer_integration.py
tests/test_session_manager.py
tests/test_yaml_storage.py