This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryVerification, Highlights, and Included Since v3.5.0 modules are updated with install proof, repo integration checks, context allocation improvements, Qdrant guard, and hygiene cleanup.
Full changelog
Why 3.6
This release is bigger than a patch. ContextLattice now gives agents a provable adoption path: install, repo instructions, scoped memory, compaction hooks, and profile parity can be checked instead of trusted by vibes.
Highlights
- Agent install proof is now first-class: default global installs verify pre/post compaction hooks, adapter profiles, repo integration, and no-dev-Python behavior.
- Repo instruction blocks are now checkable before handing a repo to Codex, Claude Code, OpenCode, Hermes, Pi, or Droid with
contextlattice_adopt integrate --check. contextlattice_doctor --repo . --agents ...validates managedAGENTS.md,CLAUDE.md,HERMES.md,PI.md, andDROID.mdblocks.- Context allocation now prioritizes impact per token, giving agents sharper context packets as memory grows.
- Optional Qdrant hot-store startup guard gives local operators a product-grade storage safety rail.
- Profile/template parity is audited across private, public, and public-paid lanes with robust remote-ref resolution.
- Public release hygiene now rejects private project names and machine-local paths before users see them.
Included Since v3.5.0
- Optional Qdrant hot-store startup guard.
- Impact-per-token context-pack allocation.
- Seamless agent adoption/install hardening.
- Agent install proof and repo integration verification.
- Public release hygiene cleanup for portable examples and release gates.
Verification
- Public PR #310 CI passed.
- Public PR #311 CI passed.
- Strict release gates passed after the hygiene fix:
contextlattice_git_lane_guard --branch main --upstream origin/main --require-clean --require-syncedcontextlattice_branch_lane_guard --lane public --ref refs/remotes/public/maincontextlattice_branch_lane_guard --lane public-paid --ref refs/remotes/public-paid/maincontextlattice_runtime_env_guard --strictcontextlattice_rust_rebuild_gate --checkcontextlattice_recall_quality_gatecontextlattice_public_leak_guard --mode all --ref refs/remotes/public/main --publiccontextlattice_public_leak_guard --mode all --ref refs/remotes/public-paid/main
- Local public branch validation passed:
scripts/agent_hooks/branch_lane_guard.sh --lane public --ref HEADscripts/agent_hooks/public_leak_guard.sh --mode all --ref HEAD --publiccd services/gateway-go && go test -count=1 ./...
Target
- Public commit:
7982888e(Scrub public release hygiene examples (#311)).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About sheawinkler/ContextLattice
Private-by-default memory and context layer for agents with Go/Rust runtime, staged retrieval across fused data backends, and long-horizon context continuity.
Related context
Related tools
Beta — feedback welcome: [email protected]