Skip to content

ContextLattice v3.6.0 - Agent Operating Layer

Choose a tag to compare

@sheawinkler sheawinkler released this 30 Jun 05:25
7982888

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)).