LICENSE
README.md
pyproject.toml
setup.py
neuroops.egg-info/PKG-INFO
neuroops.egg-info/SOURCES.txt
neuroops.egg-info/dependency_links.txt
neuroops.egg-info/entry_points.txt
neuroops.egg-info/requires.txt
neuroops.egg-info/top_level.txt
src/__init__.py
src/cli.py
src/adapters/bids.py
src/adapters/db.py
src/adapters/local.py
src/adapters/local_loader.py
src/adapters/s3.py
src/adapters/s3_storage.py
src/adapters/ingestion/factory.py
src/adapters/integrations/__init__.py
src/adapters/integrations/mne_plugin.py
src/core/anonymization.py
src/core/artifact_detector.py
src/core/audit.py
src/core/audit_log.py
src/core/bids_helper.py
src/core/bids_parser.py
src/core/converter.py
src/core/db.py
src/core/demo_data.py
src/core/diff.py
src/core/eeg.py
src/core/io.py
src/core/logger.py
src/core/models.py
src/core/mri.py
src/core/pipeline.py
src/core/processing.py
src/core/provenance.py
src/core/quality_control.py
src/core/remediation.py
src/core/synthetic.py
src/core/alignment/engine.py
src/core/auditing/policies.py
src/core/auditing/service.py
src/core/reporting/models.py
src/core/schema/__init__.py
src/core/schema/bids.py
src/core/schema/loader.py
src/core/validation/__init__.py
src/core/validation/bids_validator.py
src/core/validation/integrity.py
src/core/validation/quality.py
src/interface/app.py
src/interface/cli.py
src/interface/controller.py
src/interface/file_selector.py
src/interface/pdf_export.py
src/interface/report.py
src/interface/state.py
src/interface/components/audit_panel.py
src/interface/components/comments.py
src/ports/base.py
tests/test_artifact_detector.py
tests/test_audit_fixes.py
tests/test_audit_log.py
tests/test_bids_automation.py
tests/test_bids_parser.py
tests/test_chaos.py
tests/test_cli_check.py
tests/test_core.py
tests/test_core_refactor.py
tests/test_demo_data.py
tests/test_factory_magic_bytes.py
tests/test_integration.py
tests/test_integrity_checks.py
tests/test_interface_state.py
tests/test_mne_plugin.py
tests/test_pdf_export.py
tests/test_quality_checks.py
tests/test_quality_control.py
tests/test_remediation.py
tests/test_s3_integration.py
tests/test_s3_mock.py
tests/test_schema_loader.py
tests/test_security_hardened.py
tests/test_universal.py
tests/test_usability.py