Skip to content

Changelog

Vidar the Patient — Master of Craft

By the end of this page you’ll know:

  • How to use the changelog to catch up after time away
  • Which chapters carry the ## What changed anchors that these See: links point to
  • How new features are recorded here when they ship

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-19

CAS-3792 — Authoring Conventions + Officer→Regent Deliverable Format {#cas-3792}

The Authoring Conventions page is now the second entry under “Start Here”. It catalogs the pattern library for Book chapter authoring — callouts, Mermaid, Tabs, collapsibles, Card grids, Steps, side-by-side tables, inline SVG, and the layered-detail pattern — with live worked examples for each. It also documents the audience-driven officer→regent deliverable convention (HTML for human-review-heavy artifacts; markdown for AI↔AI and routine artifacts), the PR explainer pattern, and the hard constraint against over-proceduralizing the pattern library. AGENTS.md adds a matching §7 deliverable-format section that agents can read without loading the full Book.

See: Authoring Conventions → What changed

CAS-3757 — Curated Reading Path {#cas-3757}

The flat 70-document Features dump replaced with ten named, ordered sections following the conceptual arc: The Ledger → Security Foundation → Your Devices → Mobile → Providers → AI Features → The Feedback Loop → Quality Engineering → UX System → Testing Infrastructure → Appendix. The Path spine page explains the ordering rationale.

See: The Path


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.