bitmosh.dev/Blog/Dev Log/2026-06-30
v0.19.2lumaweave

Package Hygiene and Renderer Type Cleanup

Moved misplaced prod dependencies to devDependencies, removed Tauri scaffold boilerplate, extracted a duplicated utility, and replaced any escapes in the graph renderer interface and SigmaGraphView with proper types.

v0.19.1lumaweave

Repo Docs Consolidated for Public Readability

Retired ~54k lines of internal agent workflow logs, brain files, and pass reports from the tracked tree; replaced with eight clean public-facing documents covering current status, roadmap, known issues, and development history.

v0.3.16policy-scout

Code quality and security fixes for public release

Fixes semicolon regex in shell_parser, narrows lockdown fail-open to ImportError+warn, adds tamper trigger warning, replaces __import__("sys") in 4 places, removes dead approval guard clause, drops 6 empty test stubs, fixes hardcoded PYTHONPATH in test fixtures.

v0.3.6clattica

Deprecated Module References Scrubbed from Docs

All mentions of rhyzome, ai-lab, bons.ai, and discord-bot as active modules removed from the doc tree; Bo correctly reframed as Cerebra's live bootstrapped agent.

v0.3.15policy-scout

Add MIT license, remove internal artifacts

Adds MIT LICENSE. Removes AGENTS.md, docs/agent/DISCORD_PROTOCOL.md, and LibreOffice lock file from tracking. Extends .gitignore to exclude agent coordination files, CLAUDE.md, and editor lock patterns.

v0.3.14policy-scout

Record Lattica Track A and Track B as live

Updates INTEGRATION_BOUNDARIES and IMPLEMENTATION_STATUS to reflect both live data paths in Lattica's Policy Scout tile: Track A (4 Tauri commands shelling to CLI --json) and Track B (Fossic relay) confirmed live as of v0.3.14.

v0.3.6blattica

Layout Persistence, Tile Registry, AiStack IPC

Pane layout persists across restarts via localStorage, tile rendering switched to a registry record, and AiStack topology polling moved from browser fetch to Tauri IPC via reqwest.

v0.3.6alattica

Platform Drawer and In-Tree fossic Vendoring

Platform drawer replaced with live module-health view and animated PillarSvg helix; fossic vendored in-tree to eliminate the sibling-path CI dependency.

v0.3.13policy-scout

Disable pre-tool hook, gitignore session config

Clears the PreToolUse hook from .claude/settings.json that ran policy-scout check before every Claude Code tool call. Adds .claude/ to .gitignore so per-machine session config stays local.

v0.3.6lattica

Version Bump to 0.3.6

All four version fields synced to 0.3.6; Shell brand label now shows the correct version and M10 is closed as a side effect.

v0.3.12policy-scout

v0.3.12 docs baseline for public release

Removes ~40 stale design docs; rewrites ARCHITECTURE, IMPLEMENTATION_STATUS, CLI, SECURITY_MODEL, INSTALL, ROADMAP, INTEGRATION_BOUNDARIES, and ADRs 1–4 to reflect current code. Fixes VS Code extension row from Planned to Experimental alpha.

v0.3.5plattica

Freeze Button Fully Wired Across All Tiles

Freeze/thaw now pauses tile animation and counts queued events while frozen, with snapshot-based resume; all five tiles implement the frozen/onQueuedCountChange props.

v0.3.11policy-scout

Lattica relay with startup backfill

policy-scout-relay.py implements CP-F-3 payload-conditional relay: posture stream and 8 ALWAYS_RELAY_TYPES relay unconditionally; DecisionIssued relays only for DENY_AND_ALERT or critical risk band. Backfills all historical events at startup via store.streams() before subscribing.

v0.5.0cerebra-classic

Vendor fossic Wheel; CI Now Green

Replaced the private-repo fossic dependency with a pre-built vendored wheel (fossic 1.8.1, manylinux, CPython 3.12), making CI fully self-contained with no external git access required.

v0.3.10policy-scout

Vendor Fossic 1.8.1 PyO3 binding locally

Replaces private GitHub git dep with Fossic 1.8.1 vendored in vendor/fossic/fossic-py; CI now builds from local source with no external auth required.

v0.3.5olattica

Dead Tauri Command Removed

fossic_query_remote_store and all supporting types removed from lib.rs; LumaWeaveTile marked with a TODO for Phase 2+ Reflective Twin re-registration.

v0.3.5nlattica

FossicTile Relay Status Now Live-Derived

FossicTile per-lane relay health is derived from live fossic buffer activity rather than static hardcoded config values.

v0.3.5mlattica

Canary Event Version Payload Fixed

Startup canary event version field changed from hardcoded "0.2.0" to env!("CARGO_PKG_VERSION"), keeping it correct automatically on future bumps.

v0.3.5llattica

Platform Live-State Doc Full Rewrite

LATTICA_NOW.md rewritten from the stale v0.3.0/June-14 snapshot to reflect all 5 live tiles, Shell activity lanes, fossic subscription pattern, and 5 known bugs with file+line references.

v1.9.0fossic

Verification Pass and ADR Link Repair

All six Phase 4 verification checks passed or surfaced pre-existing issues; broken ADR cross-reference slugs in ADR-004/005/006/008 corrected; README rewrite (missed Phase 3 git add) committed.

v1.8.3fossic

Employer-Ready Docs — Full Restructure

Four new source-verified docs (architecture.md, operating.md, history.md, README rewrite), SR-01–SR-10 promoted to docs/deep-dives/, and ~80 aseptic process artifacts archived to archive/2026-06-21-pre-cleanup/.

v1.8.2fossic

CI Pipeline Restored, Clippy Clean

Fixed stale monorepo working-directory paths in CI workflows, resolved all clippy -D warnings across the workspace, and applied rustfmt; Phase 1 inventory and Phase 2 history draft committed as cleanup prep.

v0.4.7cerebra-classic

CI Credential Attempt via GITHUB_TOKEN (Superseded)

Attempted to unblock the private fossic dependency by configuring a git credential helper with GITHUB_TOKEN; approach confirmed wrong and abandoned — included for changelog completeness.

v0.4.6cerebra-classic

Green CI, README Rewrite, Archive Index Cleanup

Fixed CI workflow (dropped Rust toolchain, excluded integration tests), rewrote README to lead with capabilities, cleaned AGENTS.md to archive-mode context, and added archive/README index.

v0.4.5cerebra-classic

Archive Documentation Consolidated into Five Files

Compressed 170+ scattered docs into five clean files — two narrative docs and three concatenated archive bundles covering the full development history at v0.4.4.