Skip to content

v0.36.0

Choose a tag to compare

@MarkKropf MarkKropf released this 07 Jun 13:44
e0ba1d1

arch-intel drift on the one-shot lane (P5b)

The LLM seam for arch-intel drift assessment now runs through the OSS one-shot lane (agent.Complete + DriftVerdictSchema) — never a direct provider SDK.

  • afclient/codeintel: ModelAdapter interface + LaneAdapter (over agent.Complete), DriftVerdictSchema, Deviation/Assessment types, soft-miss (validate-repair-drop) posture.
  • Under a host-session cell this is a ≈$0 soft-JSON completion; under a keyed native cell it is strict — the cell decides, not the adapter.

This is the integration seam; the full SQLite arch-intel pipeline port remains a standalone followup that consumes LaneAdapter.AssessChange. Purely additive; capability matrix unchanged. Built/tested with GOWORK=off.