-
Notifications
You must be signed in to change notification settings - Fork 1
git(memory): add union merge driver for MEMORY.md (kill rebase tax) #920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -63,3 +63,14 @@ | |
| # conclusions and should remain reviewable in PRs. | ||
| docs/lost-substrate/artifacts/**/*.txt linguist-generated=true -diff | ||
| docs/lost-substrate/artifacts/**/*.log linguist-generated=true -diff | ||
|
|
||
| # memory/MEMORY.md is an unordered append-only index. Multiple | ||
| # in-flight PRs each adding a row produced recurring rebase conflicts | ||
| # (always trivial — keep both entries — but a token-tax recurring | ||
| # friction). The `union` merge driver auto-appends both sides on | ||
| # conflict, eliminating manual resolution. Multi-AI flagged: Claude.ai, | ||
| # Gemini, Ani, Deepseek (4 reviewers in the 2026-04-30 session), Gemini | ||
| # named the mechanism. Composes with Otto-363 substrate-or-it-didn't- | ||
| # happen — index-row landings are substrate; the merge driver makes | ||
| # their landing structurally robust. | ||
| memory/MEMORY.md merge=union | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Useful? React with 👍 / 👎. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P1: This comment block introduces named per-insight attribution (e.g., specific model names and “named the mechanism”) in a current-state config file. Repo guidance says current-state surfaces should use role-refs and avoid name attribution (see .github/copilot-instructions.md:305-362). Suggest rewriting this to a short, purely functional rationale (append-only file → use union merge driver) without naming individual reviewers/models or session-specific provenance.