Add MUL and Dream bridges to qualia module#124
Merged
AdaWorldAPI merged 1 commit intomainfrom Feb 16, 2026
Merged
Conversation
Two new bridge modules completing the sense→feel→reflect→decide→dream cycle: dream_bridge.rs: Ghost harvesting from felt paths, dream consolidation with ghost context, XOR-injection of dream novels into Explore nodes. Closes the loop between sibling bundles (uncollapsed context) and offline memory consolidation. mul_bridge.rs: MUL metacognitive state drives adaptive reflection thresholds (trust, homeostasis, false flow severity). MUL-gated volitional cycle with council weight modulation. Full feedback loop: reflection outcomes → PostActionLearning → DK/trust update. 18 tests total (7 dream_bridge + 11 mul_bridge), all passing. https://claude.ai/code/session_01BueV4Zp36RUCmEZiRcq89M
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
This PR adds two new integration bridges to the qualia module, completing the metacognitive feedback loops:
MUL–Reflection Bridge (
mul_bridge.rs): Connects the Meta-Uncertainty Layer's epistemic state to reflection sensitivity, allowing the system's self-assessment to modulate how aggressively it responds to prediction errors.Dream–Reflection Bridge (
dream_bridge.rs): Integrates ghost vectors (sibling bundles from felt traversal) with dream consolidation, enabling the system to generate creative recombinations from uncollapsed context and inject them as hydration context for exploration nodes.Key Changes
MUL–Reflection Bridge (
mul_bridge.rs, ~630 lines)Dream–Reflection Bridge (
dream_bridge.rs, ~280 lines)GhostRecordstructures (branch DN, bundle, resonance, depth)dream_consolidate_with_ghosts()for external processing without injectionModule Integration
src/qualia/mod.rsto export both new modulesHANDOVER.mdwith detailed documentation of both bridges and their role in the complete sense→feel→reflect→decide cycleNotable Implementation Details
VERB_DREAM_GHOSTedge (0xF9) for tracking which nodes received dream-derived contexthttps://claude.ai/code/session_01BueV4Zp36RUCmEZiRcq89M