Skip to content
1 min read · 115 words

@nhtio/adk/batteries/orchestration/conformance

The shared conformance suite for PlanStore backends.

A consumer who owns their own plan store imports runPlanStoreConformance and drives it with a factory that mints a fresh store per case. Each case is a contract assertion written against the PlanStore interface only — never against in-memory internals — so a passing suite proves the backend honours the same contract the shipped reference implementation does.

Public, deep-import-only (@nhtio/adk/batteries/orchestration/conformance). It imports vitest, an optional peer you install to run the suite; it is never pulled in by the battery barrel.

Functions

FunctionDescription
runPlanStoreConformanceDrive a plan store through the shared contract suite.