docs(research-radar): deprecate embedded intake loop#19
Draft
t3chn wants to merge 1 commit into
Draft
Conversation
Why: - lab/radar plus shared-intake-governance is now the canonical workspace intake path. - The lab produced an arXiv-healthy second digest, so the fallback condition for keeping code-intel-kernel/research-radar active is gone. What changed: - Mark research-radar docs and automation as deprecated active intake and point users to lab/radar plus shared-intake-governance. - Make run_daily.py fail closed unless --allow-legacy-run is passed for historical reproduction. - Add a deterministic unittest for the default refusal and include it in the deterministic test bundle. - Update security notes to describe the research radar as an archive/reproduction boundary. Testing: - python3 -m unittest tests.test_research_radar_deprecation - python3 research-radar/bin/validate_reports.py - python3 research-radar/bin/run_daily.py --dry-run returns rc=2 with deprecation notice - bash scripts/run-deterministic-tests.sh - git diff --check Not tested: - Codex App scheduled automation was not edited here; it must be disabled or redirected outside this repository. - Legacy --allow-legacy-run path was not live-network tested to avoid reactivating deprecated intake. Risk: - narrow - existing users of the legacy runner must pass --allow-legacy-run or migrate to lab/radar.
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.
Why
lab/radarplusshared-intake-governanceis now the canonical workspace intake path.code-intel-kernel/research-radaractive is gone.What changed
research-radardocs and automation as deprecated active intake.heurema/lab/radarandheurema/shared-intake-governance.research-radar/bin/run_daily.pyrefuse normal runs unless--allow-legacy-runis passed for historical reproduction.Testing
python3 -m unittest tests.test_research_radar_deprecationpython3 research-radar/bin/validate_reports.pypython3 research-radar/bin/run_daily.py --dry-runreturns2with deprecation noticebash scripts/run-deterministic-tests.shgit diff --checkNot tested
--allow-legacy-runpath was not live-network tested to avoid reactivating deprecated intake.Risks
--allow-legacy-runor migrate tolab/radar.Rollout / migration
research-radar/bin/run_daily.py.Breaking changes
run_daily.py --dry-runand--writenow fail closed unless--allow-legacy-runis provided.Follow-ups
Merge strategy recommendation