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.
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.
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.
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.
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.
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.
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.
Platform drawer replaced with live module-health view and animated PillarSvg helix; fossic vendored in-tree to eliminate the sibling-path CI dependency.
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.
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.
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.
Freeze/thaw now pauses tile animation and counts queued events while frozen, with snapshot-based resume; all five tiles implement the frozen/onQueuedCountChange props.
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.
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.
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.
fossic_query_remote_store and all supporting types removed from lib.rs; LumaWeaveTile marked with a TODO for Phase 2+ Reflective Twin re-registration.
FossicTile per-lane relay health is derived from live fossic buffer activity rather than static hardcoded config values.
Startup canary event version field changed from hardcoded "0.2.0" to env!("CARGO_PKG_VERSION"), keeping it correct automatically on future bumps.
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.
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.
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/.
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.
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.
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.
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.