Verification
Expected healthy outcomes
Required
/health returns ok for orchestrator and connected services.
/status (with x-api-key) lists Memory Bank and Qdrant connectivity; pgvector appears when enabled in full/operator stacks.
/telemetry/fanout (with x-api-key) shows queue depth/retry counters and lettaAutoPrune.state.
POST /telemetry/fanout/letta/auto-prune/run triggers a threshold-gated prune pass and returns ran vs skipped.
/telemetry/retention (with x-api-key) reports retention cadence and sweep activity.
scripts/agent/agent-runtime-proof-pack --pretty completes bootstrap, scoped recall, checkpoint, handoff, context-package, completion, status, and runtime telemetry in one run.
scripts/agent/contextlattice-adopt status --pretty reports gateway, global helper, shell PATH, storage, session-store, profile, and runtime-doctor readiness in one bounded payload.
contextlattice_adopt integrate --repo . --agents codex,claude-code,opencode,hermes-agent,hermes-ultra,omp,mercury-agent,pi,droid --pretty writes managed repo instruction blocks for the agent files each runtime actually reads.
contextlattice_adopt integrate --repo . --agents codex,claude-code,opencode,hermes-agent,hermes-ultra,omp,mercury-agent,pi,droid --check --pretty verifies those managed blocks before handing the repo to another agent.
- Installer flows also upsert managed ContextLattice instruction hooks for detected OMP and Mercury user-instruction files. They do not install third-party agent binaries.
scripts/agent/agent-adoption-proof-matrix --progress --pretty proves the same lifecycle across configured agent profiles and reports the skills, context package, graph touches, and handoffs used by each run.
scripts/agent/agent-run-trace --session-id <id> --tree renders the bounded run-shaping trail and --markdown exports a reusable run card.
# agent memory lifecycle proof from the repo
scripts/agent/contextlattice-adopt status --pretty
scripts/agent/contextlattice-adopt integrate --repo . --agents codex,claude-code,opencode,hermes-agent,hermes-ultra,omp,mercury-agent,pi,droid --pretty
scripts/agent/contextlattice-adopt integrate --repo . --agents codex,claude-code,opencode,hermes-agent,hermes-ultra,omp,mercury-agent,pi,droid --check --pretty
scripts/agent/agent-runtime-proof-pack --pretty
# cross-profile adoption proof from the repo
scripts/agent/contextlattice-adopt proof --agents codex,claude-code,opencode --skip-provider-smoke --pretty
scripts/agent/agent-adoption-proof-matrix --skip-provider-smoke --progress --pretty
# verify installed helper wrappers and local hook drift
contextlattice_agent_runtime_doctor --pretty
# installed shortcut after global helper install
contextlattice_adopt status --pretty
contextlattice_adopt integrate --repo . --agents codex,claude-code,opencode,hermes-agent,hermes-ultra,omp,mercury-agent,pi,droid --pretty
contextlattice_adopt integrate --repo . --agents codex,claude-code,opencode,hermes-agent,hermes-ultra,omp,mercury-agent,pi,droid --check --pretty
contextlattice_doctor --repo . --agents codex --skip-provider-smoke --pretty
contextlattice_doctor --agents claude-code --skip-provider-smoke --pretty
contextlattice_doctor --agents opencode --skip-provider-smoke --pretty
contextlattice_agent_runtime_proof --pretty
contextlattice_agent_adoption_proof --skip-provider-smoke --progress --pretty
contextlattice_agent_trace --session-id <session-id> --tree
contextlattice_run_advisor --session-id <session-id> --pretty