src/agents/intelligence/insight-synthesis/runbook.ts
260 bytes · typescript
/**
* Insight Synthesis — runbook (Std 6) re-exported from matrix.ts.
*/
export { insightSynthesisContract as contract } from './matrix.js';
import { insightSynthesisContract } from './matrix.js';
export const runbook = insightSynthesisContract.runbook;