LICENSE
README.md
pyproject.toml
src/notely/__init__.py
src/notely/ai.py
src/notely/cli.py
src/notely/config.py
src/notely/dates.py
src/notely/db.py
src/notely/dedup.py
src/notely/files.py
src/notely/mcp_server.py
src/notely/models.py
src/notely/onboarding.py
src/notely/prompts.py
src/notely/routing.py
src/notely/secrets.py
src/notely/storage.py
src/notely/templates.py
src/notely/timer.py
src/notely/vectors.py
src/notely/web.py
src/notely.egg-info/PKG-INFO
src/notely.egg-info/SOURCES.txt
src/notely.egg-info/dependency_links.txt
src/notely.egg-info/entry_points.txt
src/notely.egg-info/requires.txt
src/notely.egg-info/top_level.txt
src/notely/commands/__init__.py
src/notely/commands/dump.py
src/notely/commands/edit.py
src/notely/commands/init.py
src/notely/commands/query_cmd.py
src/notely/commands/reindex.py
src/notely/commands/search_cmd.py
src/notely/commands/todo.py
src/notely/commands/open_cmd/__init__.py
src/notely/commands/open_cmd/_agent.py
src/notely/commands/open_cmd/_completers.py
src/notely/commands/open_cmd/_database_mode.py
src/notely/commands/open_cmd/_handlers.py
src/notely/commands/open_cmd/_inbox.py
src/notely/commands/open_cmd/_input.py
src/notely/commands/open_cmd/_session.py
src/notely/commands/open_cmd/_shared.py
src/notely/commands/open_cmd/_todo_mode.py
src/notely/commands/open_cmd/_workflow_mode.py
tests/test_config.py
tests/test_dates.py
tests/test_db_core.py
tests/test_db_helpers.py
tests/test_dedup.py
tests/test_prompts.py
tests/test_routing.py
tests/test_storage.py
tests/test_timer.py
tests/test_todo_mode.py
tests/test_vectors_escape.py