@fabricorg/runway-adapter-experiments
v0.3.0
Published
fabric-experiments gate engine adapter for Fabric Runway — requests eval runs and polls verdicts over the experiments /v1 API (plan §4.3). Edge package.
Readme
@fabricorg/runway-adapter-experiments
Fabric Experiments quality-gate adapter for Fabric Runway. It uses the published Experiments API client to request evaluation runs and poll terminal verdicts for explicitly mapped, versioned datasets. Runway's provenance policy independently re-verifies the exact run before accepting a verdict.
0.3.0 — organizationId is required
createExperimentsGateEngine({ organizationId }) no longer defaults to the calling Runway
tenant. Pass the Fabric Experiments organization UUID — the v1 routes reject a slug with
401, and a Runway tenant is an enterprise business unit configured independently of the
Experiments organization, so it is never a valid value here. Callers that relied on the default
were addressing the wrong organization and receiving a 401 that read as a credential problem.
orgSlug remains optional and is used only to build the human-facing evidence link, since
Experiments' UI is slug-addressed.
