Skip to content

docs: document the cluster runtime with a benchmark and integration capstone#82

Merged
joshua-temple merged 1 commit into
mainfrom
feat/cluster-docs
May 31, 2026
Merged

docs: document the cluster runtime with a benchmark and integration capstone#82
joshua-temple merged 1 commit into
mainfrom
feat/cluster-docs

Conversation

@joshua-temple
Copy link
Copy Markdown
Collaborator

Documents the cluster module ahead of its first tag. Expands the package doc with Supervision and Migration sections, adds a README mirroring the house style — remote actors, the supervision decision table, live migration, performance, status — and a CHANGELOG seeding [0.1.0]. Adds a delivery benchmark baseline (local pass-through vs remote over the in-memory transport) and a multi-node integration capstone that exercises the runtime end to end: node-a remote-spawns a supervised worker on node-b, drives it, the worker fails, node-b's supervisor restarts it within budget, node-a keeps driving the same opaque ref — plus a migration round-trip onto an additively-evolved machine. Docs and tests only; no production code change. This closes a complete, stdlib-only cluster v0.1.0 on the in-memory transport. Coverage: cluster 92 percent.

…apstone

Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
@joshua-temple joshua-temple merged commit 89df8b8 into main May 31, 2026
10 checks passed
@joshua-temple joshua-temple deleted the feat/cluster-docs branch May 31, 2026 17:06
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