ContextLattice v3.5.1 - Agent Install Proof + Release Hygiene
Highlights
ContextLattice v3.5.1 turns the agent-adoption path from "installed somewhere" into a provable contract.
- Agent install verification is now first-class: default global installs prove pre/post compaction hooks, adapter profiles, repo integration, and no-dev-Python behavior.
- Repo instructions 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 ...now validates managedAGENTS.md,CLAUDE.md,HERMES.md,PI.md, andDROID.mdblocks.- Profile/template parity is audited across private, public, and public-paid lanes with robust remote-ref resolution.
- Public release hygiene was tightened so release gates reject 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)).