perf(session-memory): isolate transcript import selection core - #84
Merged
Conversation
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
scripts/aoa_session_memory_import.pysibling.aoa_session_memory.py; bind the exact sibling source into producer identity.This PR is intentionally limited to the accepted Session change on top of
main(e192414f36bae3b4f9b2b0a0adadfd92a473837c). It does not include the cold-root locator change, private session data, generated runtime state, installation, or deployment changes.Validation
tests/test_session_memory_import_core.pyplus validation graph/scheduler tests: 33 passed.python3 -m py_compile scripts/aoa_session_memory.py scripts/aoa_session_memory_import.py: passed.python3 scripts/generate_decision_indexes.py --check: passed (101 records, 6 indexes current).git diff --check: passed.python3 scripts/audit_public_tree.py --root . --fail-on blocking: passed (blocking=0; 24 known review findings only).The full portable suite was not repeated locally after the bounded focused checks; this PR relies on the repository CI full-suite gate for that separate claim. No speedup is claimed from the paired whole-command sample (it showed no material difference); the measured benefit is an independently testable import core without compiling the monolith.