Skip to content

Commit 25a54cb

Browse files
Bump rc.21 — GitHub-as-transport pivot
WebRTC stripped, GitHub HTTPS as the always-online transport. Sovereignty pattern: every peer has their own GitHub repo per DreamNode (origin = own outbox, peer remotes = senders' outboxes, fetch-only). UUIDs preserve canonical identity across transport. Validated end-to-end Mac (Alice/ProjectLiminality) → Windows (Bob/InterfaceGuy): - Create + Share Changes propagates DreamNodes between peers - Cylinder1 with Square + Circle submodules clones recursively - Parent-origin transitivity resolves bare interbrain://<uuid> URLs - Sovereign clones of submodules land at vault root (visible in holarchy nav, clickable from DreamSong canvases) - Cherry-pick beacon flow accepts supermodule relationships across peers - First-run flow installs gh CLI + wires git credential helper automatically — no manual auth ceremony on either platform Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 18f5e97 commit 25a54cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "interbrain-desktop"
3-
version = "0.16.0-rc.20"
3+
version = "0.16.0-rc.21"
44
description = "InterBrain — knowledge gardening companion"
55
authors = ["Project Liminality"]
66
license = "AGPL-3.0"

desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "InterBrain",
4-
"version": "0.16.0-rc.20",
4+
"version": "0.16.0-rc.21",
55
"identifier": "org.projectliminality.interbrain",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)