LICENSE
MANIFEST.in
README.md
pyproject.toml
cor/__init__.py
cor/bibtex.py
cor/completions.py
cor/config.py
cor/crossref.py
cor/dependencies.py
cor/exceptions.py
cor/schema.py
cor/utils.py
cor/assets/backlog.md
cor/assets/cortex.lua
cor/assets/note.md
cor/assets/project.md
cor/assets/ref.md
cor/assets/root.md
cor/assets/schema.yaml
cor/assets/task.md
cor/cli/__init__.py
cor/cli/config.py
cor/cli/init.py
cor/cli/maintenance.py
cor/cli/notes.py
cor/cli/search_cmd.py
cor/commands/__init__.py
cor/commands/calendar.py
cor/commands/dependencies.py
cor/commands/inbox.py
cor/commands/log.py
cor/commands/process.py
cor/commands/refactor.py
cor/commands/refs.py
cor/commands/status.py
cor/core/__init__.py
cor/core/archive.py
cor/core/files.py
cor/core/links.py
cor/core/notes.py
cor/core/refs.py
cor/hooks/pre-commit
cor/search/__init__.py
cor/search/completion.py
cor/search/content.py
cor/search/fuzzy.py
cor/sync/__init__.py
cor/sync/runner.py
cor/tui/__init__.py
cor/tui/tree_app.py
cortext_cli.egg-info/PKG-INFO
cortext_cli.egg-info/SOURCES.txt
cortext_cli.egg-info/dependency_links.txt
cortext_cli.egg-info/entry_points.txt
cortext_cli.egg-info/requires.txt
cortext_cli.egg-info/top_level.txt
tests/test_archive.py
tests/test_bulk_operations.py
tests/test_cli.py
tests/test_cli_natural_language.py
tests/test_delete.py
tests/test_dependencies.py
tests/test_files.py
tests/test_inbox.py
tests/test_links.py
tests/test_maintenance.py
tests/test_move_within_project.py
tests/test_natural_language.py
tests/test_notes.py
tests/test_precommit.py
tests/test_rename_group_parent.py
tests/test_rename_shortcuts.py
tests/test_search.py
tests/test_tui.py