BID · Console
Baseline · Intelligence · Decision
src/agents/intelligence/analytical-table/runbook.ts 326 bytes · typescript
/**
 * Analytical Table — runbook (Std 6) re-exported from matrix.ts so the
 * contract and the runtime read from the same source of truth.
 */

export { analyticalTableContract as contract } from './matrix.js';
import { analyticalTableContract } from './matrix.js';

export const runbook = analyticalTableContract.runbook;