bitmosh.dev/Blog/Dev Log/2026-06-04
v0.0.0cerebra

Phase 0 — Project Scaffolding and Governance

Establishes the governance floor for Cerebra v0.1: six Lattica primitives vendored, inspector event infrastructure, constitutional and leeway loaders, SQLite migration framework, and a working `cerebra init` command with full inspector event emission.

v105.0.5lumaweave

Get project root detects src-tauri CWD correctly

Fixed tauri dev CWD detection in get_project_root to pop src-tauri directory and return true project root, resolving absolute paths without the extra segment.

v105.0.4lumaweave

Open-in-IDE resolves absolute paths at runtime

Added runtime path resolution (Rust get_project_root + TS builder) to convert manifest's portable relative paths to absolute editor URLs, plus error visibility and editor picker UI.

v105.0.3lumaweave

HistoryTab renders overrides without race

Fixed useState+useEffect race in HistoryTab by deriving overrides via useSyncExternalStore, matching the override system's reactivity pattern.