.env.example
.gitignore
AGENTS.md
CHANGELOG.md
CLAUDE.md
LICENSE
README.md
SECURITY_REVIEW.md
mypy.ini
pyproject.toml
ruff.toml
setup_vault.sh
.github/workflows/ci.yml
.github/workflows/publish.yml
assets/clawdiney-image.jpeg
examples/context_manager_example.py
examples/read_note_example.py
openspec/config.yaml
openspec/changes/archive/2026-07-08-sqlite-migration/.openspec.yaml
openspec/changes/archive/2026-07-08-sqlite-migration/design.md
openspec/changes/archive/2026-07-08-sqlite-migration/proposal.md
openspec/changes/archive/2026-07-08-sqlite-migration/tasks.md
openspec/changes/archive/2026-07-08-sqlite-migration/specs/embedding-abstraction/spec.md
openspec/changes/archive/2026-07-08-sqlite-migration/specs/graph-store/spec.md
openspec/changes/archive/2026-07-08-sqlite-migration/specs/hybrid-search/spec.md
openspec/changes/project-knowledge-graph/.openspec.yaml
openspec/changes/project-knowledge-graph/design.md
openspec/changes/project-knowledge-graph/proposal.md
openspec/changes/project-knowledge-graph/tasks.md
openspec/changes/project-knowledge-graph/specs/entity-extraction/spec.md
openspec/changes/project-knowledge-graph/specs/graph-store/spec.md
openspec/changes/project-knowledge-graph/specs/project-cards/spec.md
openspec/changes/project-knowledge-graph/specs/project-graph-tools/spec.md
openspec/specs/embedding-abstraction/spec.md
openspec/specs/graph-store/spec.md
openspec/specs/hybrid-search/spec.md
scripts/README_WATCHER.md
scripts/ask_brain.sh
scripts/claude_hook_context.py
scripts/clawdiney-watcher.service
scripts/configure_claude_mcp.py
scripts/index_projects.sh
scripts/provision_project_vaults.sh
scripts/run_tests.sh
scripts/setup_brain.sh
scripts/start_watcher.sh
scripts/stop_brain.sh
scripts/stop_watcher.sh
src/clawdiney/__init__.py
src/clawdiney/_version.py
src/clawdiney/chunking.py
src/clawdiney/cli.py
src/clawdiney/config.py
src/clawdiney/constants.py
src/clawdiney/embedding_providers.py
src/clawdiney/entity_extractor.py
src/clawdiney/incremental_indexer.py
src/clawdiney/indexer.py
src/clawdiney/logging_config.py
src/clawdiney/mcp_server.py
src/clawdiney/project_index_config.py
src/clawdiney/project_indexer.py
src/clawdiney/py.typed
src/clawdiney/query_engine.py
src/clawdiney/rag_optimizer.py
src/clawdiney/reranker.py
src/clawdiney/storage.py
src/clawdiney/vault_config.py
src/clawdiney/vault_writer.py
src/clawdiney.egg-info/PKG-INFO
src/clawdiney.egg-info/SOURCES.txt
src/clawdiney.egg-info/dependency_links.txt
src/clawdiney.egg-info/entry_points.txt
src/clawdiney.egg-info/requires.txt
src/clawdiney.egg-info/scm_file_list.json
src/clawdiney.egg-info/scm_version.json
src/clawdiney.egg-info/top_level.txt
src/clawdiney/scripts/__init__.py
src/clawdiney/scripts/index_projects.py
src/clawdiney/scripts/sync_vault.py
src/clawdiney/scripts/watch_projects.py
src/clawdiney/scripts/watch_vault.py
tests/__init__.py
tests/test_cli.py
tests/test_config.py
tests/test_embedding_providers.py
tests/test_entity_extractor.py
tests/test_hybrid_search.py
tests/test_incremental_indexer.py
tests/test_indexing_pipeline.py
tests/test_integration.py
tests/test_mcp.py
tests/test_mcp_client.py
tests/test_mcp_client_async.py
tests/test_mcp_http.py
tests/test_mcp_server.py
tests/test_mcp_session.py
tests/test_project_indexer.py
tests/test_query_engine.py
tests/test_rag_optimizer.py
tests/test_reranker.py
tests/test_scripts_sync_vault.py
tests/test_storage.py
tests/test_vault_config.py
tests/test_vault_writer.py