Skip to content

Changelog

The changelog is the spine of the book. Every entry links back into the chapter that was updated, so you can read forward in time and jump directly to what changed.

How to use it: find the last date you read. Follow the See: links into the chapters that changed since then.


2026-05-18

CAS-3645 — The Casaconomy Book (Phase 3) {#cas-3645}

All existing docs migrated into the book. Every architecture chapter now carries Starlight frontmatter, a persona byline, and a #what-changed anchor. The 67 feature docs are indexed in the sidebar. The changelog is now the wired chronological spine — every entry deep-links into the chapter that changed.

See: Data Flow → What changed
See: Agent Orchestration → What changed
See: Email Pipeline → What changed
See: Mobile AI Bridge → What changed
See: Provider Plugins → What changed

CAS-3639 — The Casaconomy Book (Phase 2) {#cas-3639}

Starlight scaffold and the first full sample chapter shipped. The canonical chapter skeleton — persona byline, in one breath, learning objectives, body, see it as, worked example, recap, and #what-changed anchor — is now the authoring contract for every new chapter.

See: Sync and Security → What changed

CAS-3499 — Declarative CF Provider Plugins {#cas-3499}

Provider plugins are now downloadable from Cloudflare R2 and interpreted by the existing plugin engine without a code deploy. Plugins define their schema, OAuth flows, and sync logic in a single manifest file. The full catalog UI is live in Settings.

See: Provider Plugins → What changed

CAS-3605 — Fake Provider Harness {#cas-3605}

An end-to-end test harness for provider sync using a local Miniflare worker (wrangler dev --local on :8791). Provider engineers can now verify their plugin manifests against a live provider contract without touching production Cloudflare infrastructure.

See: Provider Plugins → What changed


2026-04-29

CAS-3096 — Paperclip API Launchd Self-Heal {#cas-3096}

The Paperclip API now relaunches automatically if it crashes. A launchd plist watches the process and restarts it within 10 seconds.

CAS-748 — Sync Relay (Cross-Device Sync) {#cas-748}

Initial sync relay deployed. Devices now exchange encrypted changesets through the relay. See the Architecture → Sync and Security chapter for the full design.

See: Sync and Security → What changed


For the full changelog including unreleased changes, see CHANGELOG.md in the repository root.