LICENSE
README.md
pyproject.toml
knowledgevault.egg-info/PKG-INFO
knowledgevault.egg-info/SOURCES.txt
knowledgevault.egg-info/dependency_links.txt
knowledgevault.egg-info/entry_points.txt
knowledgevault.egg-info/requires.txt
knowledgevault.egg-info/top_level.txt
kvault/__init__.py
kvault/cli/__init__.py
kvault/cli/check.py
kvault/cli/main.py
kvault/core/__init__.py
kvault/core/frontmatter.py
kvault/core/index.py
kvault/core/observability.py
kvault/core/research.py
kvault/core/storage.py
kvault/matching/__init__.py
kvault/matching/alias.py
kvault/matching/base.py
kvault/matching/domain.py
kvault/matching/fuzzy.py
kvault/mcp/__init__.py
kvault/mcp/server.py
kvault/mcp/state.py
kvault/mcp/validation.py
kvault/orchestrator/__init__.py
kvault/orchestrator/context.py
kvault/orchestrator/enforcer.py
kvault/orchestrator/runner.py
kvault/orchestrator/state_machine.py
kvault/templates/CLAUDE.md
kvault/templates/__init__.py
kvault/templates/category_summary.md
kvault/templates/journal_entry.md
kvault/templates/root_summary.md
tests/test_check.py
tests/test_e2e_cli.py
tests/test_frontmatter.py
tests/test_index.py
tests/test_init.py
tests/test_matching.py
tests/test_observability.py
tests/test_orchestrator.py
tests/test_research.py
tests/test_storage.py