mempalace/website/reference
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
..
api-reference.md fix(website): correct false claims and stale numbers in live docs 2026-04-16 23:31:35 -03:00
benchmarks.md docs(install): recommend uv as the package manager 2026-05-08 01:38:00 -03:00
cli.md feat(3.7.0): agent logstream — scope the slice to coordination only 2026-08-06 00:25:49 -03:00
contributing.md docs(install): recommend uv as the package manager 2026-05-08 01:38:00 -03:00
mcp-tools.md feat(3.7.0): agent logstream — scope the slice to coordination only 2026-08-06 00:25:49 -03:00
modules.md chore(release): 3.6.0 2026-07-14 20:44:15 -03:00
python-api.md fix(website): correct false claims and stale numbers in live docs 2026-04-16 23:31:35 -03:00