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/GOVERNANCE_T0-5_ESTABLISHMENT.md
docs/INFRASTRUCTURE_HARDENING_REPORT.md
docs/README.md
docs/UNC_TESTING_GUIDE.md
docs/architecture/PACKAGING_RATIONALE.md
docs/architecture/POLICY.md
docs/architecture/PRIORITY_DISTRIBUTION_SYSTEM.md
docs/architecture/PROCESS_MONITOR.md
docs/architecture/README.md
docs/architecture/VALIDATION_LOCKS_IMPLEMENTATION.md
docs/audit/README.md
docs/guides/DOCUMENTATION_AUDIT.md
docs/guides/PYPI_PUBLICATION_GUIDE.md
docs/guides/QUICK_PUBLISH_REFERENCE.md
docs/guides/README.md
docs/guides/README_APPROVAL.md
docs/installation/INSTALLATION.md
docs/installation/README.md
docs/legacy/LEGACY_ARCHIVE_STATUS.md
docs/legacy/LEGACY_FEATURE_MAP.md
docs/legacy/QUICKSTART_LEGACY.md
docs/legacy/README.md
docs/publication_logs/COMPLETION_SUMMARY.md
docs/publication_logs/PUBLICATION_READY.md
docs/publication_logs/README.md
docs/publication_logs/v1.0.3_beta/PRODUCTION_PYPI_PUBLISHED.md
docs/publication_logs/v1.0.3_beta/TEST_PYPI_VALIDATION_PASSED.md
docs/publication_logs/v1.0.3_beta/V1_0_3_BETA_PUBLICATION_READY.md
docs/publication_logs/v1.0.3_beta/V1_0_3_BETA_TEST_REPORT.md
docs/publication_logs/v1.0.3_beta/V1_0_3_DISTRIBUTION_REPORT.md
docs/publication_logs/v1.0.3_beta/V1_0_3_FINAL_STATUS.md
docs/publication_logs/v1.0.3_beta/v1.0.3_beta_publication_log.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