README.md
pyproject.toml
src/msp_copilot/__init__.py
src/msp_copilot/errors.py
src/msp_copilot/main.py
src/msp_copilot.egg-info/PKG-INFO
src/msp_copilot.egg-info/SOURCES.txt
src/msp_copilot.egg-info/dependency_links.txt
src/msp_copilot.egg-info/entry_points.txt
src/msp_copilot.egg-info/requires.txt
src/msp_copilot.egg-info/top_level.txt
src/msp_copilot/config/__init__.py
src/msp_copilot/config/logging.py
src/msp_copilot/config/settings.py
src/msp_copilot/connectors/__init__.py
src/msp_copilot/connectors/microsoft_graph/__init__.py
src/msp_copilot/connectors/microsoft_graph/auth.py
src/msp_copilot/connectors/microsoft_graph/base.py
src/msp_copilot/connectors/microsoft_graph/client.py
src/msp_copilot/connectors/microsoft_graph/operations.py
src/msp_copilot/connectors/microsoft_graph/real_operations.py
src/msp_copilot/connectors/ticketing/__init__.py
src/msp_copilot/connectors/ticketing/base.py
src/msp_copilot/connectors/ticketing/json_mock.py
src/msp_copilot/domain/__init__.py
src/msp_copilot/domain/action.py
src/msp_copilot/domain/plan.py
src/msp_copilot/domain/result.py
src/msp_copilot/domain/ticket.py
src/msp_copilot/engine/__init__.py
src/msp_copilot/engine/action_registry.py
src/msp_copilot/engine/approvals.py
src/msp_copilot/engine/auditor.py
src/msp_copilot/engine/executor.py
src/msp_copilot/engine/planner.py
src/msp_copilot/storage/__init__.py
src/msp_copilot/storage/models.py
src/msp_copilot/storage/sqlite.py
src/msp_copilot/utils/__init__.py
src/msp_copilot/utils/redact.py
src/msp_copilot/utils/time.py
src/msp_copilot/workflows/__init__.py
src/msp_copilot/workflows/offboarding.py
src/msp_copilot/workflows/onboarding.py
tests/test_coverage_boost.py
tests/test_engine_properties.py
tests/test_graph_chaos.py
tests/test_graph_client.py
tests/test_group_diff_workflow.py
tests/test_hardening.py
tests/test_integration_depth.py
tests/test_main.py
tests/test_onboarding_workflow.py
tests/test_planner_contracts.py
tests/test_runlog_schema.py