Skip to content

ContextLattice v3.25.0: Verified Skill Evolution

Choose a tag to compare

@sheawinkler sheawinkler released this 19 Jul 15:06
2bd3cf4

ContextLattice v3.25.0

Verified Skill Evolution

ContextLattice can now turn repeated verified work into a reviewable capability
without letting popularity masquerade as proof. The CLI remains the primary
interface. HTTP remains the integration fallback.

What changed

  • contextlattice_agent_tools skill-evolution discovers reusable workflow and
    retirement candidates from bounded, evidence-bearing input.
  • Candidate evidence is resolved against persisted Utility Ledger outcomes and
    agent-session verification events before a candidate can reach Skill Foundry.
  • Training evidence and holdout evaluation stay separate. No candidate is
    activated, exported, replaced, or retired automatically by the public core.
  • Foundry handoff preserves the workflow signature, prerequisites, rollback,
    side effects, platform constraints, and verification commands in one atomic,
    replay-safe transaction.
  • Candidate and retirement identities are deterministic; server time is bound
    by the gateway rather than trusted from callers.

Product boundary

The public core includes candidate discovery, evidence qualification, bounded
Skills Index projections, retirement protections, and explicit Foundry handoff.
It proposes. It does not activate.

Operator and Enterprise add workspace-scoped scheduling, governed evaluation,
approval, activation, monitoring, replacement, retirement, and rollback. Every
mutation requires explicit operator approval, generation matching, and an
idempotency key. Immutable receipts restore exact artifact identity.

The gateway never runs a model, subprocess, filesystem mutation, git operation,
network adapter, merge, or push. External workers execute operator-chosen work.

CLI

Public candidate discovery:

contextlattice_agent_tools skill-evolution reusable-candidate \
  --payload-file reusable-candidate.json --pretty

contextlattice_agent_tools skill-evolution retirement-candidate \
  --payload-file retirement-candidate.json --pretty

contextlattice_agent_tools skill-evolution foundry-handoff \
  --payload-file foundry-handoff.json --pretty

Governed Operator/Enterprise lifecycle:

contextlattice_agent_tools skill-evolution governance \
  --payload-file governance-request.json --pretty

Rollback

Stop the external discovery or evaluation worker, deactivate governed schedules,
and submit the exact activation, replacement, or retirement receipt to the
rollback operation. Preserve evidence and receipt history; never replace
rollback with deletion or mutable latest-state recovery.