LICENSE
README.md
pyproject.toml
setup.py
src/lackey/__init__.py
src/lackey/access_control.py
src/lackey/advanced_search.py
src/lackey/auth.py
src/lackey/cli.py
src/lackey/core.py
src/lackey/dependencies.py
src/lackey/dependency_analysis.py
src/lackey/file_ops.py
src/lackey/indexing.py
src/lackey/models.py
src/lackey/monitoring.py
src/lackey/notes.py
src/lackey/notifications.py
src/lackey/path_security.py
src/lackey/py.typed
src/lackey/rate_limiting.py
src/lackey/schema_validation.py
src/lackey/secure_config.py
src/lackey/security.py
src/lackey/security_audit.py
src/lackey/security_monitoring.py
src/lackey/storage.py
src/lackey/template_generator.py
src/lackey/template_registry.py
src/lackey/template_validation.py
src/lackey/template_versioning.py
src/lackey/templates.py
src/lackey/validation.py
src/lackey/workflow.py
src/lackey/builtin_templates/architect.yaml
src/lackey/builtin_templates/basic-project.yaml
src/lackey/builtin_templates/developer.yaml
src/lackey/builtin_templates/manager.yaml
src/lackey/builtin_templates/software-workflow.yaml
src/lackey/builtin_templates/sysadmin.yaml
src/lackey/builtin_templates/writer.yaml
src/lackey/builtin_templates/rules/architect-rules.md
src/lackey/builtin_templates/rules/developer-rules.md
src/lackey/builtin_templates/rules/general-rules.md
src/lackey/builtin_templates/rules/manager-rules.md
src/lackey/builtin_templates/rules/sysadmin-rules.md
src/lackey/builtin_templates/rules/writer-rules.md
src/lackey/mcp/__init__.py
src/lackey/mcp/cli.py
src/lackey/mcp/context_manager.py
src/lackey/mcp/enhanced_gateway_router.py
src/lackey/mcp/error_handling.py
src/lackey/mcp/gateway_router.py
src/lackey/mcp/gateway_schema_definitions.py
src/lackey/mcp/gateway_schemas.py
src/lackey/mcp/intent_classifier.py
src/lackey/mcp/lackey_suggest.py
src/lackey/mcp/lackey_validate.py
src/lackey/mcp/parameter_mapper.py
src/lackey/mcp/routing_monitor.py
src/lackey/mcp/routing_tables.py
src/lackey/mcp/schema_context_intelligence.py
src/lackey/mcp/server.py
src/lackey/mcp/tier1_errors.py
src/lackey/mcp/tier2_errors.py
src/lackey/mcp/tier3_errors.py
src/lackey/mcp/tool_analytics.py
src/lackey/mcp/tool_recognition_test.py
src/lackey/mcp/tool_selection_benchmark.py
src/lackey/mcp/gateways/__init__.py
src/lackey/mcp/gateways/lackey_analyze.py
src/lackey/mcp/gateways/lackey_do.py
src/lackey/mcp/gateways/lackey_get.py
src/lackey/mcp/gateways/lackey_schema.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_advanced_search.py
tests/test_auth.py
tests/test_cli_e2e.py
tests/test_comprehensive_schema_validation.py
tests/test_core.py
tests/test_core_comprehensive.py
tests/test_core_notes.py
tests/test_dependencies.py
tests/test_gateway_schemas.py
tests/test_lackey_suggest.py
tests/test_lackey_validate.py
tests/test_models.py
tests/test_monitoring.py
tests/test_notes.py
tests/test_path_security.py
tests/test_performance.py
tests/test_project_deletion.py
tests/test_schema_integration.py
tests/test_schema_validation.py
tests/test_security.py
tests/test_security_validation.py
tests/test_status_workflow.py
tests/test_storage_integration.py
tests/test_storage_integration_fixed.py
tests/test_task_operations.py
tests/test_tier1_errors.py
tests/test_tier2_errors.py
tests/test_tier3_errors.py