Skip to content

This release adds 2 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

Added a one‑command live agent runtime proof tool across macOS/Linux/Windows and updated docs for What Changed, Release Lineage, and Private lanes.

Changes in this release

Feature Low

Adds one-command live runtime proof script `agent-runtime-proof-pack`.

Adds one-command live runtime proof script `agent-runtime-proof-pack`.

Source: llm_adapter@2026-06-06

Confidence: high

Feature Low

Adds global installer wrapper `contextlattice_agent_runtime_proof` for macOS/Linux and Windows.

Adds global installer wrapper `contextlattice_agent_runtime_proof` for macOS/Linux and Windows.

Source: llm_adapter@2026-06-06

Confidence: high

Feature Low

Updates README, agent hook docs, public CLI docs, and `llms.txt` to reference the proof command.

Updates README, agent hook docs, public CLI docs, and `llms.txt` to reference the proof command.

Source: llm_adapter@2026-06-06

Confidence: high

Bugfix Medium

Fixes macOS/Linux and Windows installer alignment for `contextlattice_agent_runtime_proof`.

Fixes macOS/Linux and Windows installer alignment for `contextlattice_agent_runtime_proof`.

Source: llm_adapter@2026-06-06

Confidence: low

Full changelog

ContextLattice v3.4.2 - Agent Runtime Proof Pack

This patch release makes the v3.4 agent runtime contract directly provable from one command.

v3.4.2 does not change the memory API or storage boundary. It packages the live proof path for the agent lifecycle users actually need to trust: bootstrap, scoped recall, checkpoint, handoff, completion, status, and runtime telemetry.

What Changed

1) One-command live runtime proof

  • Added scripts/agent/agent-runtime-proof-pack.
  • Added the global installer wrapper contextlattice_agent_runtime_proof.
  • The proof command starts a real ContextLattice agent session, retrieves a scoped context pack, writes a checkpoint, creates a handoff, completes the session, then verifies session status and runtime telemetry.
  • The command exits non-zero if any phase loses its JSON contract, session identity, completion state, or runtime visibility.

Run:

scripts/agent/agent-runtime-proof-pack --pretty
# or, after global install:
contextlattice_agent_runtime_proof --pretty

2) Installer and docs alignment

  • macOS/Linux global installer exposes contextlattice_agent_runtime_proof.
  • Windows installer emits the matching .cmd wrapper.
  • README, agent hook docs, public CLI docs, and llms.txt now point operators and agents to the proof command.

Verified

Private, public, and public-paid lanes were validated with:

python3 -m py_compile scripts/agent/agent-runtime-proof-pack scripts/agent/contextlattice-agent-adapter scripts/agent/contextlattice-session
bash -n scripts/install_global_agent_tools.sh
git diff --check HEAD^ HEAD
python3 scripts/submission_preflight.py
scripts/agent/agent-runtime-proof-pack --pretty

Additional private validation:

scripts/install_global_agent_tools.sh --global-home /tmp/contextlattice-global-install-proof-full --no-shell-profile --quiet
CONTEXTLATTICE_GLOBAL_HOME=/tmp/contextlattice-global-install-proof-full /tmp/contextlattice-global-install-proof-full/bin/contextlattice_agent_runtime_proof --help
scripts/agent/audit-universal-agent-adapter --pretty

Live proof sessions:

  • Private: sess_6a23d485b0edb4c86c1cf8b6
  • Public branch: sess_6a23d522b0edb4c86c1cf900
  • Public-paid branch: sess_6a23d56cb0edb4c86c1cf928

Each completed with 7 proof phases, 10 session events, checkpoint and handoff contribution, and runtime-visible completed status.

Release Lineage

  • Public v3.4.2: one-command agent runtime proof pack.
  • Public v3.4.1: patch-level runtime hardening, security fix, and local install diagnostics.
  • Public v3.4.0: stable public agent runtime contract and universal adapter surface.

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]