chore: document Serena's *-mirror projects for cross-repo query_project - #366
Closed
jordigilh wants to merge 1 commit into
Closed
chore: document Serena's *-mirror projects for cross-repo query_project#366jordigilh wants to merge 1 commit into
jordigilh wants to merge 1 commit into
Conversation
Points agents at the pinned, read-only, auto-synced mirror worktrees (kubernaut-mirror, kubernaut-release-v1.5-mirror, etc.) instead of the ambiguous interactive dev clone names when a query_project call needs a guaranteed branch's state, after a live incident where a query against "kubernaut" silently returned stale pre-merge content because that clone was checked out on release/v1.5 at the time. See jordigilh/engram docs/findings/2026-08.md, 2026-08-16 entry, for the full incident and fix.
Owner
Author
|
Closing without merging: this documents personal Engram/Serena mirror-project tooling (paths like ~/.hindsight/watch, personal serena_config.yml) that other contributors don't have installed, so it shouldn't be persisted into the shared repo history. |
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
(
kubernaut-mirror,kubernaut-release-v1.5-mirror, etc.) instead of theambiguous interactive dev clone names when a
query_projectcall needs aguaranteed branch's state.
query_project("kubernaut")call silentlyreturned stale pre-merge content because that interactive clone happened
to be checked out on
release/v1.5at the time — none of thekubernaut-family's Serena-registered clones are pinned to their namesake
branch.
jordigilh/engramdocs/findings/2026-08.md, 2026-08-16 entry.Test plan
.cursor/rules/hindsight-memory.mdc, nofunctional code changes