CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
.github/copilot-instructions.md
codesentinel/__init__.py
codesentinel/gui_launcher.py
codesentinel/gui_project_setup.py
codesentinel/gui_wizard_v2.py
codesentinel/launcher.py
codesentinel.egg-info/PKG-INFO
codesentinel.egg-info/SOURCES.txt
codesentinel.egg-info/dependency_links.txt
codesentinel.egg-info/entry_points.txt
codesentinel.egg-info/not-zip-safe
codesentinel.egg-info/requires.txt
codesentinel.egg-info/top_level.txt
codesentinel/cli/__init__.py
codesentinel/cli/__main__.py
codesentinel/core/__init__.py
codesentinel/core/dev_audit.py
codesentinel/gui/__init__.py
codesentinel/utils/alerts.py
codesentinel/utils/config.py
codesentinel/utils/file_integrity.py
codesentinel/utils/path_resolver.py
codesentinel/utils/process_monitor.py
codesentinel/utils/scheduler.py
docs/LEGACY_ARCHIVE_STATUS.md
docs/LEGACY_FEATURE_MAP.md
docs/PACKAGING_RATIONALE.md
docs/POLICY.md
docs/PROCESS_MONITOR.md
docs/VALIDATION_LOCKS_IMPLEMENTATION.md
tests/test_cli.py
tests/test_config.py
tests/test_core.py
tests/test_dev_audit.py
tests/test_install_packages.py
tests/test_process_monitor.py