v3.3.45 - Agent runtime contract and universal adapter
Superseded by v3.4.0
This patch release is superseded by v3.4.0, which carries the same agent-runtime work under the correct public version boundary for the universal adapter, native sessions, and objective runtime contract. Keep this release as historical context; use v3.4.0 as the current public baseline.
ContextLattice v3.3.45 turns the recent agent-memory work into a real runtime contract release.
Highlights:
- Universal agent adapter conformance for Codex, Claude Code, OpenCode, Hermes, Pi, ChatGPT web/desktop, and Claude web/desktop profiles.
- New
contextlattice-agent-adapterlifecycle helper for bootstrap, context pack, checkpoint, handoff, event, and completion flows. - Native agent runtime sessions with persistent session ledger, session events, runtime telemetry, and Agent Radar dashboard data.
- Objective runtime contract output with bounded evidence, objective delta, risk/blocker, and next-action state.
- Auto-session ensure/recover across agent start, policy pack, context pack, Dream Mode, writeback, and compaction hooks.
- Hosted Caddy ingress hardening: h1 default, audited h2 override, and Caddy memory/PID caps.
- Public memory-spine story, local AI workspace comparison, scaling-memory page, and minimal click/tap suite cards.
- Public boundary cleanup: internal planning/doc references remain out of public-facing docs.
For agent developers:
config/agents/agent_profiles.jsondefines supported profiles.config/agent_contracts/agent_output_contracts.jsonnow includes universal adapter and objective-runtime contracts.scripts/agent/audit-universal-agent-adaptervalidates offline and live lifecycle conformance.scripts/agent/audit-agent-runtime-contractvalidates objective runtime and auto-session behavior.
Verification summary:
- Universal adapter audit passed for 10 configured profiles with no findings.
- Runtime contract audit passed with objective_runtime_status=passed for preflight and CLI paths.
- Git whitespace check passed before tagging.
- Live local gateway health was OK before release.
- Agent runtime telemetry after stale audit cleanup: active=3, completed=55, failed=0, blocked=0, total=58.
Lane companion tags:
v3.3.45-public-> public/main858051fv3.3.45-origin-> private origin/main1ddfb5fv3.3.45-public-paid-> public-paid/main5793a15
Notes:
- The remaining active runtime sessions are not UI elements; they are real persisted agent sessions from current/adjacent agent workflows.
- Fourteen stale objective-runtime audit/preflight sessions from before the audit cleanup were completed before this release.