feat!: Remove deprecated APPETITIVE and AVERSIVE sensory module aliases - #98
Conversation
Remove the two remaining legacy sensory module name aliases: - APPETITIVE → FOOD_CHEMOTAXIS - AVERSIVE → NOCICEPTION Update the one config that used them (qvarcircuit_predators_small_appetitive_aversive_oracle.yml) to use the canonical module names directly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughThis pull request removes deprecated legacy module name aliases from the quantum nematode brain module system. The enum members Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Summary
APPETITIVEandAVERSIVEenum variants fromModuleNameSENSORY_MODULESqvarcircuit_predators_small_appetitive_aversive_oracle.yml) to canonical names (food_chemotaxis,nociception)Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes
appetitive,aversive). Configuration files and code using these legacy names must be updated to use the current module names (food_chemotaxis,nociception).