mempalace/website/concepts
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
..
aaak-dialect.md docs: add VitePress documentation site 2026-04-09 19:41:08 -03:00
agent-logstream.md feat(logstream): phase 5 — SSE stream + lock-free hub dispatch (RFC 003) 2026-08-05 23:50:19 -03:00
agents.md docs: add VitePress documentation site 2026-04-09 19:41:08 -03:00
contradiction-detection.md docs: add VitePress documentation site 2026-04-09 19:41:08 -03:00
knowledge-graph.md docs(website): align mempalaceofficial.com with honest benchmarks 2026-04-14 21:37:45 -03:00
memory-stack.md docs: add VitePress documentation site 2026-04-09 19:41:08 -03:00
the-palace.md docs(website): align mempalaceofficial.com with honest benchmarks 2026-04-14 21:37:45 -03:00