LICENSE
README.md
pyproject.toml
setup.py
src/lackey/__init__.py
src/lackey/cli.py
src/lackey/core.py
src/lackey/dependencies.py
src/lackey/file_ops.py
src/lackey/models.py
src/lackey/notes.py
src/lackey/notifications.py
src/lackey/py.typed
src/lackey/storage.py
src/lackey/validation.py
src/lackey/workflow.py
src/lackey/mcp/__init__.py
src/lackey/mcp/cli.py
src/lackey/mcp/server.py
src/lackey/versioning/__init__.py
src/lackey/versioning/compatibility.py
src/lackey/versioning/models.py
src/lackey_mcp.egg-info/PKG-INFO
src/lackey_mcp.egg-info/SOURCES.txt
src/lackey_mcp.egg-info/dependency_links.txt
src/lackey_mcp.egg-info/entry_points.txt
src/lackey_mcp.egg-info/requires.txt
src/lackey_mcp.egg-info/top_level.txt
tests/test_core.py
tests/test_core_notes.py
tests/test_dependencies.py
tests/test_mcp_notes.py
tests/test_models.py
tests/test_notes.py
tests/test_status_workflow.py
tests/test_task_operations.py