Skip to content

agent-memory 4.39.0 — merge-scale thread layout - #24

Merged
acn-ericlaw merged 1 commit into
mainfrom
agent-memory-v4.39.0
Sep 1, 2026
Merged

agent-memory 4.39.0 — merge-scale thread layout#24
acn-ericlaw merged 1 commit into
mainfrom
agent-memory-v4.39.0

Conversation

@acn-ericlaw

Copy link
Copy Markdown
Collaborator

What

agent-memory Mode B upgrade 4.38.1 → 4.39.0 — merge-scale memory: threads as files. All 10 Open Threads move verbatim out of memory/continuity.md into one file each under memory/open-threads/ (thread-<id>.md; filename = the thread's fact id); continuity's ## Open Threads section becomes a pointer note; the last_session field is dropped (derived from the newest session log); memory/archive/*.md union-merge via .gitattributes; the updated memory-lint / refresh-metadata / archive-fact built-ins treat thread files as fact surfaces (new checks [thread-file], [duplicate-id], [duplicate-state-key]); memory/PROTOCOL.md re-copied (it was byte-identical to the previous template). The sanctioned consumer-fork AGENTS.md is verified converged and untouched.

Why

At team scale, continuity.md was a merge-conflict hotspot — parallel branches collided on Open Thread blocks and the last_session bump on nearly every merge. v4.39.0 removes those conflict surfaces structurally: work on different threads touches different files (no conflict possible), while both sides editing the same thread still conflicts per-file — the MERGE.md Tier 2 human gate, preserved by design. Upstream release: https://github.com/acn-ericlaw/agent-memory/releases/tag/v4.39.0

Verification: memory-lint (both runtimes) — 0 errors, 0 warnings; the migration gates ([thread-file], [duplicate-id]) pass; renormalize staged-diff check stayed within agent-memory files.

Co-Authored-By: Claude Fable 5 noreply@anthropic.com

🤖 Generated with Claude Code

…yout

Reconcile + the two 4.39.0 semantic steps: 10 Open Threads moved verbatim
from continuity.md to memory/open-threads/thread-<id>.md, last_session
dropped (derived from the newest session log), archive files union-merge,
protocol re-copied (was stock). memory-lint 0 errors; refresh-metadata
cleared the pre-existing stale tiers (the review itself remains due).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@acn-ericlaw
acn-ericlaw merged commit 2e7d3f4 into main Sep 1, 2026
5 checks passed
@acn-ericlaw
acn-ericlaw deleted the agent-memory-v4.39.0 branch September 1, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant