src/agents/baseline/normalization/runbook.ts
317 bytes · typescript
/**
* Normalization — runbook (Std 6) re-exported from matrix.ts so the
* contract and the runtime read from a single source of truth.
*/
import { normalizationContract } from './matrix.js';
export { normalizationContract as contract } from './matrix.js';
export const runbook = normalizationContract.runbook;