LICENSE
README.md
pyproject.toml
src/kaydet/__init__.py
src/kaydet/__main__.py
src/kaydet/cli.py
src/kaydet/cli_printers.py
src/kaydet/database.py
src/kaydet/formatters.py
src/kaydet/indexing.py
src/kaydet/mcp_server.py
src/kaydet/models.py
src/kaydet/parsers.py
src/kaydet/service.py
src/kaydet/startfile.py
src/kaydet/sync.py
src/kaydet/utils.py
src/kaydet.egg-info/PKG-INFO
src/kaydet.egg-info/SOURCES.txt
src/kaydet.egg-info/dependency_links.txt
src/kaydet.egg-info/entry_points.txt
src/kaydet.egg-info/requires.txt
src/kaydet.egg-info/top_level.txt
src/kaydet/commands/__init__.py
src/kaydet/commands/add.py
src/kaydet/commands/delete.py
src/kaydet/commands/doctor.py
src/kaydet/commands/edit.py
src/kaydet/commands/entry_ops.py
src/kaydet/commands/git_sync.py
src/kaydet/commands/reminder.py
src/kaydet/commands/search.py
src/kaydet/commands/stats.py
src/kaydet/commands/todo.py
tests/test_attachments.py
tests/test_cli.py
tests/test_entry_ops.py
tests/test_formatters.py
tests/test_git_sync.py
tests/test_mcp.py
tests/test_parsers.py
tests/test_sync.py
tests/test_tokenizer.py
tests/test_utils.py