ZBBS-HOME-445: scene-scope salem-generic's chat history (stop the cascade transcript bleed)#237
Merged
Merged
Conversation
…cade transcript bleed) salem-generic (the engine's stateless cascade utility VA — atmosphere, noticeboard) wasn't in the shared-VA set, so its engine-minted scene_id was discarded and every cascade call assembled the unscoped history window (72h x LIMIT 50) of mixed atmosphere+noticeboard transcript as conversation context — ~35KB per call, drowning the engine-pushed instruction. Scene-scoped history is correctly empty for it: each cascade call is a fresh scene and the prompt carries its own anti-anchor context. The slug list itself is acknowledged tech debt — config-driving the classification is filed as shared/tasks/icebox/memory-api-config-driven-shared-va-classification. (Renumbered from ZBBS-HOME-444 pre-push: a parallel session's knock ticket owns 444. The code_review thread for this diff is titled 444.) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
jeffdafoe
added a commit
that referenced
this pull request
Jun 16, 2026
…cade transcript bleed) (#237) salem-generic (the engine's stateless cascade utility VA — atmosphere, noticeboard) wasn't in the shared-VA set, so its engine-minted scene_id was discarded and every cascade call assembled the unscoped history window (72h x LIMIT 50) of mixed atmosphere+noticeboard transcript as conversation context — ~35KB per call, drowning the engine-pushed instruction. Scene-scoped history is correctly empty for it: each cascade call is a fresh scene and the prompt carries its own anti-anchor context. The slug list itself is acknowledged tech debt — config-driving the classification is filed as shared/tasks/icebox/memory-api-config-driven-shared-va-classification. (Renumbered from ZBBS-HOME-444 pre-push: a parallel session's knock ticket owns 444. The code_review thread for this diff is titled 444.) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.
@-