Olfactory Cortex Phase 1: direct sensory-emotional binding#137
Closed
TSchonleber wants to merge 2 commits into
Closed
Olfactory Cortex Phase 1: direct sensory-emotional binding#137TSchonleber wants to merge 2 commits into
TSchonleber wants to merge 2 commits into
Conversation
The only sensory pathway that bypasses thalamus. Olfactory bulb → piriform cortex + amygdala + entorhinal cortex (direct). Captures the Proust-effect: a smell instantly resurrects a memory + valence. brainctl analog: (content_hash, valence, memory pointer) imprints that bypass the standard W(m) write gate. Use for input patterns flagged as primally significant. - Migration 082: 2 tables (state + imprints). UPSERT keyed by (content_hash, agent_id). - 4 MCP tools: status, imprint, recall, set. - recall increments times_recalled (track Proust-effect recall frequency). - 8 tests. Phase 2 wires olfactory_imprint into amygdala_tag for the bypass path. Phase 3 lets olfactory_recall short-circuit cmd_search when a primal pattern matches. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
TSchonleber
added a commit
that referenced
this pull request
May 20, 2026
Bumps pyproject.toml and __init__.__version__ to 2.8.0 and promotes the [Unreleased] CHANGELOG block to [2.8.0] dated 2026-05-20. This release lands the issue #116 brain-architecture work (16 new subsystems via migrations 067-082) alongside the v2 MCP tool surface consolidation (370 registered → 100 visible) and Windows hardening. Supersedes overnight PRs #120-#137 as a single artifact. Minor bump rationale: although the v1 tool names are hidden from list_tools, every one of them remains callable internally through the consolidated dispatchers — same compatibility shape as 2.7.0's procedural-memory landing. Clients with stale name allowlists get a hard-fail at startup pointing at docs/TOOL_MIGRATION_V2.md, never a silent breakage. A revert is one-line (the _VISIBLE_TOOL_NAMES filter). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
Author
|
Superseded by #138 ( |
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.
The only sensory pathway that bypasses thalamus. Proust-effect imprints (content → valence + memory pointer). 2 tables, 4 tools, 8 tests. Pairs with amygdala (058) — Phase 2 routes olfactory imprints into amygdala_tag.
🤖 Generated with Claude Code