ContextLattice v3.5.0 - Dream Mode Intelligence + Lite Surface Contract
ContextLattice v3.5.0
Release date: 2026-06-22
v3.5.0 is a medium public release that turns the post-v3.4.25 work into a clearer product boundary: Dream Mode must use real LLM-derived synthesis, Lite profiles stay operationally small while keeping core memory intelligence, and public docs now describe the vector/tool surface split directly.
Highlights
- Restored Dream Mode as an LLM-derived synthesis surface, not a deterministic placeholder.
- Removed the dead Dream Mode scaffold that could imply intelligence without model synthesis.
- Clarified the paid behavior-pack boundary without publishing implementation details.
- Hardened the product profile contract:
- Hosted/Glama Lite remains sidecar-free and topic-rollups-only.
- Local Lite is Qdrant-first and keeps memory edges/neighbors as core product intelligence.
- Full/operator stacks can add pgvector as a first-class SQL-co-located vector lane.
- Paid behavior packs remain premium/local surfaces and are not bundled into the public Lite default.
Product Contract
This release keeps ContextLattice's public lane small while making the intelligence boundary sharper:
- No public ContextLattice feature should present non-LLM output as Dream Mode intelligence.
- Lite users get the important shared-memory shape: topic rollups, Qdrant-backed recall, and memory edge/neighborhood context.
- Hosted/Glama Lite remains compliant with a single-container, no-sidecar profile.
- Full/operator deployments can opt into heavier services such as pgvector without changing the agent-facing contract.
- Public docs describe paid behavior packs only at the capability level; internal runtime details stay out of public release surfaces.
Verification
scripts/agent/audit-public-lite-vector-defaults --pretty
scripts/agent/audit-open-core-boundary --pretty
git diff --checkRelease Lineage
Public changes since v3.4.25:
05cf65d- Require LLM synthesis for Dream Mode.5fae045- Remove dead Dream Mode scaffold.140cb71- Add public-safe paid behavior boundary guidance.13452ab- Harden profile surface policy.