add the offline reflection engine and the privacy strip rule - #1117
Open
vyagh wants to merge 2 commits into
Open
add the offline reflection engine and the privacy strip rule#1117vyagh wants to merge 2 commits into
vyagh wants to merge 2 commits into
Conversation
Question banks, session storage and merge rules for the Journal's reflection talk. Fully offline; no server code in this commit.
A copy leaving the Journal, or moving between volumes, never carries the child's talk with Jo - the serialized conversation, the captured next step, and the moment snapshots all strip; only a rewrite of an entry on its own volume keeps what its sidecar already holds. The gate is named rather than inline so it can be pinned by tests: a sibling volume sharing a name prefix, a datastore id that is not a path, and a vanished file all strip. The datastore backup path is untouched: a child's own backup keeps the talk.
This was referenced Aug 16, 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.
Two commits:
Independent of the view PRs; stacked on #1111 for ordering only.
become searchable in the Journal.
221 journal tests (101 engine, 8 privacy); discovery needs the stack's tests/journal/init.py.
New files in Makefile.am and POTFILES.in.
Series notes in #1111.