Add production Memory Editor engine and runtime UI - #117
Draft
H3nb wants to merge 87 commits into
Draft
Conversation
This was referenced Aug 30, 2026
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 consolidates the full Memory Editor milestone previously split across PR #115 and PR #116. PR #117 is now the single authoritative review/work branch for this feature.
It includes both the remote native search foundation and the runtime Memory Editor UI/write layer:
:memory_engineservice with a nativeprocess_vm_readv()scan core;MicroActivity, reachable from the existing runtime Back menu;Core scaling work
The combined implementation now includes the main scaling improvements identified during the architecture audit:
(type, identity)keys that actually need recovery;ids × candidatesscans;Safety and containment
:memory_engineworker and independently pauses unsafe records;Validation
The former PR #115 head passed Android CI. This consolidated PR is now the validation target for all further work.
Current combined head:
f9145942fb93ab2ec4879d5b8307b4dacbd28713.Android CI run #906 was triggered against this exact combined head through PR #117 and is the current integration validation run.
Physical-device validation remains required before stable release, especially:
Current design choices still provisional
These should remain conservative until physical profiling proves safe higher or lower defaults.
Supersedes
All further review, fixes, benchmarks, and feature work for this milestone should happen in PR #117.