research(eeg): add hardened synthetic late-fusion contract - #27
Merged
Conversation
aurascoper
changed the base branch from
feat/local-dialectic-review
to
research/eeg-fusion-base
July 24, 2026 18:49
aurascoper
force-pushed
the
research/eeg-fusion-d0
branch
from
July 24, 2026 18:54
d56b051 to
d6d74cb
Compare
aurascoper
marked this pull request as ready for review
July 24, 2026 18:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
EXP-NC-EEG-FUSION-001as a deterministic, synthetic-only D0 late-fusion contract;Commits
After rebasing onto the corrected base:
f2d79dcresearch(eeg): add synthetic late-fusion contract(originallycab46a9)d6d74cbfix(eeg): harden synthetic fusion validation and provenance(originallyd56b051)Evidence boundary
This PR does not read physical EEG or private dialogue, execute EEGNet, EEGPT, BENDR, Qwen, or Gemma experiments, train a model, change acquisition or preprocessing, alter M0-M4 or experiment budgets, modify Swift runtime behavior, or authorize promotion.
Pre-existing Ruff proof
Before the cleanup,
ruff check NeuralComposeEEGproduced the identical F841 atNeuralComposeEEG/src/neuralcompose_eeg/jepa_synthetic.py:1149on both base788aa6and fusion headd56b051. Scoped Ruff over every Python file modified by this PR passed. The one-line dead-assignment removal was isolated in PR #28, passed CI, and was merged intoresearch/eeg-fusion-base; this branch was then rebased onto that corrected base.Validation after rebase
ruff check NeuralComposeEEG-> passed;PYTHONPATH=NeuralComposeEEG/src pytest -q NeuralComposeEEG/tests/test_fusion_contract.py-> 22 passed, 25 subtests passed;PYTHONPATH=NeuralComposeEEG/src pytest -q NeuralComposeEEG/tests-> 88 passed, 25 subtests passed;git diff --check-> passed;build-and-test-> passed in 4m29s.Readiness
The cumulative adversarial review has zero blocking or high findings, every publication gate is green, and this PR is ready for human review. It remains unmerged; no runtime, promotion, or physical-data authorization follows from review readiness.