Skip to content

ContextLattice v3.5.1 - Agent Install Proof + Release Hygiene

Choose a tag to compare

@sheawinkler sheawinkler released this 30 Jun 05:24
7982888

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 managed AGENTS.md, CLAUDE.md, HERMES.md, PI.md, and DROID.md blocks.
  • 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-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)).