Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-framework agent-orchestration ai-infra ai-interface context-engineering context-management
+4 more
go long-horizon-agents long-horizon-intelligence rust

Summary

AI summary

Verification, 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 managed AGENTS.md, CLAUDE.md, HERMES.md, PI.md, and DROID.md blocks.
  • 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-synced
    • contextlattice_branch_lane_guard --lane public --ref refs/remotes/public/main
    • contextlattice_branch_lane_guard --lane public-paid --ref refs/remotes/public-paid/main
    • contextlattice_runtime_env_guard --strict
    • contextlattice_rust_rebuild_gate --check
    • contextlattice_recall_quality_gate
    • contextlattice_public_leak_guard --mode all --ref refs/remotes/public/main --public
    • contextlattice_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 HEAD
    • scripts/agent_hooks/public_leak_guard.sh --mode all --ref HEAD --public
    • cd 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

Track sheawinkler/ContextLattice

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Earlier breaking changes

  • v3.17.3 Agent guidance now mandates the `/agents/tasks` route family.
  • v3.17.3 Task worker now checks approval before any execution steps.

Beta — feedback welcome: [email protected]