src/agents/intelligence/comparisons-synthesis/runbook.ts
278 bytes · typescript
/**
* Comparisons & Synthesis — runbook (Std 6) re-exported from matrix.ts.
*/
export { comparisonsSynthesisContract as contract } from './matrix.js';
import { comparisonsSynthesisContract } from './matrix.js';
export const runbook = comparisonsSynthesisContract.runbook;