mempalace/website/guide
Igor Lins e Silva 123d01a16e feat(3.7.0): agent logstream — scope the slice to coordination only
Narrows the 3.7.0 slice to the feature users actually get: RFC 003 agent
coordination (events, artifacts, patch handoffs) plus the multi-master
logstream sync that makes it work across machines.

Removed, deferred with the rest of RFC 004:
- replica_sync.py / vector_cache.py and the `mempalace replica` CLI
- the /snapshot/* hub endpoints they backed
- website/concepts/replicated-palace.md

Memory read replicas were a leaf on the dependency graph (nothing in the
logstream path imports them), and shipping them half-done meant documenting
a mesh whose memory does not actually converge. Dropping them lets the docs
say one true thing instead of two hedged ones: coordination syncs, memory
stays local, point every agent at one hub if you want shared recall.

Fixes a bug found by running it: _start_peer_sync_thread() read peers.json
once at startup and returned early when absent, so a hub started before
peers.json was written never synced — silently, forever. That is the order
the guide tells users to follow. Membership is now re-read every round.

Verified on two live hubs: delegation loop end-to-end, verbatim patch
round-trip by sha256, bidirectional sync, CLI sync alongside a live hub,
and automatic convergence 15s after writing peers.json with no restart.
2026-08-06 00:25:49 -03:00
..
antigravity.md fix(antigravity): resolve interpreter from console-script shebang 2026-05-31 10:41:09 +10:00
claude-code-retention.md docs: add Claude Code retention setup checklist 2026-05-08 13:05:34 -07:00
claude-code.md chore(release): 3.6.0 2026-07-14 20:44:15 -03:00
configuration.md fix: address Milvus backend review feedback 2026-07-01 07:10:39 +00:00
cursor-hooks.md feat: add mempalace-recall skill and optional Cursor recall rule 2026-06-10 15:40:35 +10:00
gemini-cli.md docs(install): recommend uv as the package manager 2026-05-08 01:38:00 -03:00
getting-started.md docs: make Codex MCP setup discoverable 2026-05-10 17:06:36 +04:00
hooks.md
local-models.md
mcp-integration.md chore(release): 3.6.0 2026-07-14 20:44:15 -03:00
mining.md
openclaw.md chore(release): 3.6.0 2026-07-14 20:44:15 -03:00
remote-server.md docs(logstream): concept page, tool/CLI references, coordination protocol (RFC 003 phase 4) 2026-08-05 23:50:18 -03:00
searching.md docs(website): align mempalaceofficial.com with honest benchmarks 2026-04-14 21:37:45 -03:00
shared-brain.md feat(3.7.0): agent logstream — scope the slice to coordination only 2026-08-06 00:25:49 -03:00