bitmosh.dev/Blog/Dev Log/2026-06-10
v112.4.2lumaweave

Fix tiles popover stacking beneath floating tiles — Case B

Raised .lw-status-bar z-index from 10 to 1001; the status bar's stacking context was bounding the popover's z-index: 10100 below the tile-layer (1000).

v112.4.1lumaweave

Dev-gate internal tiles; rename Command Deck → Keyboard Shortcuts

Flags qa-feedback, system-index, and graph-visual-inventory tiles as requiresDevMode: true; renames command-deck-section label and 3 i18n strings to "Keyboard Shortcuts."

v112.4.0lumaweave

Dev-mode gating infrastructure + settings toggle

Adds developer.devMode boolean (schema v94) to settings, wires requiresDevMode filtering to the Tiles popover, and delivers a verified toggle in Advanced settings.

v0.2.0cerebra

Phase 4 Steps 10–11 — abstention operator and e2e integration suite

Closes Phase 4. Wires the silence/abstention path into search and context, and verifies the full pipeline end-to-end against the dev vault.

v0.1.6cerebra

Phase 4 Steps 7–9 — retrieval pipeline, trace writer, ContextPacket, context CLI

Builds the full retrieval pipeline: trace writing to DB, ContextPacket assembly, and the cerebra context command end-to-end.

v0.2.0policy-scout

Policy management UI cards complete ADR-008

PolicyOverviewCard and PolicyValidateCard land the final phase of ADR-008, giving the desktop dashboard a full policy management surface alongside two new Tauri commands.

v0.1.9policy-scout

TypeScript strict mode, browser preview mocks, and list pagination

Enforced noUncheckedIndexedAccess across the UI, added mock fallbacks so browser preview loads without Tauri, and added offset-based pagination to report list and audit list.

v0.1.8policy-scout

JSON schema contracts, mock fixtures, and domain type system

Established the contract layer for all CLI output shapes with Draft-07 JSON Schemas, paired mock fixtures for browser preview, and split the monolithic types.ts into 12 domain-scoped modules.

v0.1.7policy-scout

CLI commands wired for all new features

Six new command groups — scan, git, integrity, lockdown/preserve/clearance, and policy — expose the full Tier 1 feature set from the terminal.

v0.1.6policy-scout

Policy management with simulation and project overrides

Per-project overrides, a dry-run simulator, an audit history replayer, and a structural validator make policy authoring safe and testable before deployment.

v0.1.5policy-scout

Secret scanning with entropy and pattern detection

A dedicated scan engine combines Shannon-entropy string detection with a pattern library covering API keys, tokens, and credentials across major providers.

v0.1.4policy-scout

Git integration with pre-commit hooks and lockfile scanning

Policy Scout can now install a pre-commit hook that checks staged files before each commit and detect lockfile tampering between commits.

v0.1.3policy-scout

Incident response layer with lockdown and playbooks

One-command lockdown, YAML-driven runbooks per threat class, and evidence preservation land as a structured incident response layer.

v0.1.2policy-scout

Registry self-integrity checks on startup

Policy Scout now verifies SHA-256 checksums of its own bundled data files at startup, catching tampered registries before any decision is made.

v0.1.1policy-scout

Tamper-evident HMAC chain on audit log

Every JSONL audit entry now carries a cryptographic chain so any deletion or alteration of past records is detectable before a security review.

v112.3alumaweave

Motion spoke MVP — Reduce Motion toggle + safety reference

Replaces the Motion spoke stub with a live toggle for reduce motion and a classification-grouped effect safety reference (safe/low/moderate).

v112.3lumaweave

Type spoke MVP — read-only typography role cards

Replaces the Type spoke stub with 3 live typography role cards (display/body/mono) reading from typographyRegistry.

v112.2lumaweave

v112.2 theme export sub-area MVP

Wired the existing exportGlobalThemeOverrideBundle to a real download flow. Export sub-area now shows a reactive button that enables when global overrides exist.

v112.1lumaweave

v112.1 string scrub + gwells debug log removal

Replaced 11 arc-number-bleed strings with user-language equivalents; removed 3 standalone gwells debug console.log calls.

v0.1.5cerebra

Phase 3 — Storage and Index Layer complete

Embeddings, lexical FTS, graph store, artifact store, index-state, and event-driven freshness shipped. Vault re-embedded with mxbai-embed-large-v1 (1024-dim). Vector retrieval verified across 8 queries; 0.21 discrimination gap, 0 parse failures, sensible rankings throughout.